If you want my take, which I am assuming you do given you asked the question here, I think you should try to let go of the idea of blind-specific programming resources entirely. They don't exist, nor do they really need to. That sounds odd, maybe even a little ablist but hear me out.
Programming, at it's core, is writing down lines of text into a file and converting that text into instructions the computer understands. HTML does this by being opened in a browser, and your magic incantations in the form of HTML tags get turned into links, images, headings etc.
Now, you could have technically written these incantations in SuperDuperMegaIDE version 20.0, or in good old Notepad. For the end result, it really doesn't matter all that much. And that's where my point comes in.
For many programing languages out there, you can google for " language name tutorial", find an article and just ...start reading and coding. You may not always be able to use the exact same tools as being mentioned in the tutorial, but that's a different issue entirely. You can learn about the syntax, the libraries, you can find a tutorial on how to build a reddit clone yourself and generally you should be able to follow along.
So in that sense, you can pick up any old programming tutorial and get cracking. What you WILL need to know, will is in all caps to denote stress, is if the programming language you have picked out requires specific tooling and in what way that is going to be a problem accessibility-wise. In practice, this rarely happens, but it does still happen. Delphi, for example, is definitely very tied to it's IDE which is pretty inaccessible last time I checked. Most of the .NET languages (
$1, f#, c# etc) work best in Visual Studio 2019, which is reasonably accessible and usable especially if you make sure you have your NVDA up to date and enable the UIA settings in NVDA's advanced settings. I am pretty sure JAWS doesn't require this.
Python comes with Idle, which is inaccessible, but can easily be programmed in Notepad, or Visual Studio Code, or anything really. Just don't use a rich text editor like WordPad or MS Word, that will blow up.
SO in short ...do I think you should look for blind-specific programming tutorials? No, please don't. You will limit yourself far too much by doing that. However, there is certainly a nitch for programmers who are blind sharing their workflow here. Explaining how they navigate code, how they deal with indentation, things like that. It is for that reason that I do things like this AMA.
If you'd like to discuss this more, please send me a private message. I can probably point you in the right direction, and I actually teach coding myself as well, but that I'd have to charge you for :)