Day 317 of my tech journey: still on JavaScript, I learned:
.And and OR operator
. object
. Also, methods on object
I also did revision on everything I have learned so far
We keep moving 💪.
#buildinpublic#javascript#100daysofcoding
Day 316 of my tech journey:
.Math.random() for generating random numbers
.Math.floor() to round down decimals
Combining Math.random() + Math.floor()
.for loops and looping through arrays
.Updating the DOM with loops
Returning values from functions using return. Still moving💪.
Day 15 Learning Backend (Python)
I didn't do much today, but I showed up anyways.
Today, I learned about Django apps, URLs, and Views. How apps are created, how views handle requests, and how URLs connect users to different pages in a Django project.
Using AI as an assistant atrophies your brain. Using AI as a tool accelerates your output.
The moment you let the model decide the architecture instead of just writing the boilerplate, you lost the plot.