Day 61/100 of #100DaysOfCode
Solid ~2-hour session
Routes with JSON persistence - 10-15 min builds consistently
Self-debugging improving - caught syntax errors that've typically been some of my hardest to find
Starting/started SQLite theory
#reactjs #webdev #javascript #coding #learningtocode
Day 59/100 (3/12) of #100DaysOfCode
Hit 10-minute PATCH rebuild target exactly. Started JSON file persistence (again): combining validation with file storage.
Pattern: read from file → validate → modify → write to file → respond
#reactjs #webdev #javascript #coding #learningtocode
I'm thinking of learning to code. (Meaning I will)
Does anyone know a good place to start?
#coding #code #learningtocode
Same Tutorial Different Realities
Same Tutorial Different Realities
#Tutorialhell #Youtubetutorials #Learningtocode #Seniordeveloper #Beginnerprogrammer
programmerhumor.io/programming-memes/same-t...
Day 43-44/100 #100DaysOfCode
More flash card studying - I was really lacking in my ability to actively recall what have on them, but now it feels much more solid.
Still a ways to go because I'm chunking concepts before moving on to the next.
#reactjs #webdev #javascript #coding #learningtocode
You don’t need perfect tools to start a career in technology.
I learned programming on 8-bit machines before the web existed. Reading manuals.Breaking things and fixing them.
That foundation still matters today.
thetechhamster.com/how-i-starte...
#TechCareer
#LearningToCode
#RetroComputing
Day 43/100 of #100DaysOfCode
No coding time today - just flashcard study on validation patterns and
REST concepts.
Glad I made these for days like today.
Felt good to see I
remember a lot more than I expected on older material.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Day 39/100 of #100DaysOfCode
Completed full CRUD app.
Today’s bug: Had duplicate PATCH routes
90min session, but would've been ~60min without bugs.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Day 38/100 of #100DaysOfCode
Another slow progress day, but at least it was 99% done well, minus getting stuck on a single-letter missing parameter bug for awhile.
Intentionally testing my retrieval is working, but I still got to work on my speed
#reactjs #webdev #javascript #coding #learningtocode
This is yet again, for *yesterday*, 2/17
Day 37/100 of #100DaysOfCode
Low energy day - started full retrieval test but brain fog hit..
Made basic mistakes I normally don't (missing IDs, incomplete fetch).
Showed up anyway. Tomorrow's another day
#reactjs #webdev #javascript #coding #learningtocode
Game Dev Log: I was able to get sliders into the options menu so the player can adjust the volume of music and sound effects. I also tweaked styles in Dialogic to make custom text boxes and name labels. The GUI is coming along slowly but surely 👍
#godot #indiegamedev #visualnovel #learningtocode
Day 36/100 of #100DaysOfCode
Timed myself to do all delete and edit logic: 45 min with minimal bugs!
Looking back, day 24 took 2+ hours with many bugs. Same features now take 45 min with minimal bugs.
Full retrieval test tomorrow!
#reactjs #webdev #javascript #coding #learningtocode #selftaught
This for yesterday 2/15. Completely forgot to post again.
Day 35/100 of #10ODaysOfCode
Did some frontend/backend speed drills:
- DELETE: 15 min
-Full feature from scratch but debugging took extra time.
These dang little bugs, man.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
I'm following a Godot tutorial by Coco Code to try and set up a basic UI for a main menu. I've got a couple buttons in there, plus an options window that opens and closes!
It's small dev steps, but we're moving forward 👣
#gamedev #indiegamedev #visualnovel #learningtocode
Day 34/100 of #100DaysOfCode
Overall seeing real progress in my active recall! My bugs were just little typos driving me mad.
Another drill tomorrow and then a whole CRUD app from memory.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Day 31/100 of #100DaysOfCode
Forgot to post yesterday/last night; another post for today coming later.
Finished my REST flashcards.
Full CRUD test on the back burner atm.
I haven't had the best last few days so I'm doing what I can.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
I Have New Project That Requires JS
I Have New Project That Requires JS
#javascript #Learningtocode #webdevelopment #Developerculture #Programminglanguages
programmerhumor.io/javascript-memes/i-have-...
Day 29/100 of #100DaysOfCode
Another low-energy day - spent full hour creating thorough REST flashcards.
Deciding what's important and
how to phrase it = active learning.
Quality over speed.
Tomorrow: Finish cards + review all 40+.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Ngl, a personally pretty rough day today. Tried doing some thing, at least. Showed up for myself in some capacity.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Day 27/100 of #100DaysOfCode
• Add + Delete features from memory. Built both in 55 min with no help
• Caught and fixed 3 bugs (which is why it took 55)
- parseInt, 201 status, let vs const
Starting full retrieval test tomorrow
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Day 26/100 of #100DaysOfCode
•Flashcard review: 14/15 correct.
•Built Exercise Tracker edit workflow with only 3 minor bugs (vs 6 bugs on Day 24) from memory and all the scaffolding.
My self-analysis/feeling: 6/10 -> 8/10
#reactjs #webdev #javascript #coding #learningtocode #selftaught
www.maxoncodes.com/2024/09/hell... #Programming #SoftwareDevelopment #CodingBasics #Developers #LearningToCode
Day 25/100 of #100DaysOfCode
• Fixed bugs, built delete function from 100% memory with zero errors (it's the easiest one to do, tbf)
• Got most of the editing handling done correctly
• Created 15 flashcards for syntax gaps
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Day 24/100 of #100DaysOfCode
Tested myself by building a
CRUD app from memory.
Even though it felt uncomfortable and even hurt my ego a little bit, it's all fixable. Aiming for only 1-2 little bugs by the time I'm done with this.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Day 23/100 of #100DaysOfCode
• Learned JSON file persistence
• Dove into fs module, and how JSON works across languages.
• Created a study guide for non-coding practice.
One of those days where learning something leads to questions.
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Not every day you build something big.
Some days you just understand things better.
And that’s already progress. 💻✨
#SoftwareDev #LearningToCode #IndieDev #GameDev
Day 22/100 of #10ODaysOfCode
• Finished Crud app #4
• noticed where I'm really lacking in fluency and made a plan to address it
• starting to document whole patterns vs smaller concepts
• I start JSON file persistence tomorrow
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Unity continues to do things I did not ask for.
The code also does things I did not intend.
Unthreaded still runs, which feels like a clerical error.
#GameDevLife #LearningToCode #IndieGameDev #Unthreaded
Day 21/100 of #100DaysOfCode
• Toggle status feature working!
• Learned the difference between booleans and strings for status fields
and why React state updates are needed for instant UI changes
#reactjs #webdev #javascript #coding #learningtocode #selftaught
Day 20/100 of #100DaysOfCode
• did a quiz on older concepts I haven't touched in a while and did well
• Fixed 3
• I didn't get to the my main goal of getting to this Boolean logic pattern that I mentioned yesterday, but I will tomorrow
#reactjs #webdev #javascript #coding #learningtocode #selftaught