I’m looking for some easy stuff I could do to learn a little apollo react. I followed a tut 8 months back but that was for school and welp, I kindof just did the html part…
I’m familiar with the following languages:(from alot to near zero)
HTML (/thomastimer.html)
CSS (/freestyler.css)
Python (Made a higher lower game, tried to recreate zork, was playable)
Java (Mc modding)
SQL (did somethin in school, got a book)
C# (started a tutorial)
rust code (started the getting started)
I wanna do stuff but I do not know how I get there
At some point, whatever you end up developing will have to be deployed in a “prod” environment - you really can’t call yourself a full stack dev if you’re unable to run your product.
It’s likely to have some state, in some kind of storage system tailored to your app.
For orchestration, sooner or later you’ll have something like gdpr or a security fix or hardware dying or cloud APIs changing or new staff taking over, and you’ll have to design and implement a system in a way where these kinds of things are anticipated and addressed.
There you go, now add JS so you can add functionality to your web pages. But… if you’re really interested in having some financial return in a mid-term, maybe, just maybe, you should learn .NET instead…
I’ve been watching some youtube videos from a channel called “Coder Foundry” I guess, and he says most available Junior jobs are requiring .NET
I’m on my journey to become a dev also, will probably main .NET (mostly core) and Angular(the right one with TS).