Day 1: I started building a new multi-vendor e-commerce project. Let’s see if I can be social enough to keep you all updated as I go. #100daysofcode
Day 1: I started building a new multi-vendor e-commerce project. Let’s see if I can be social enough to keep you all updated as I go. #100daysofcode
@gyptazy @BoxyBSD
As you know Tunnel Brokers does not work for me due to my current network setup without a static pingable IP
I am keenly interested
C++ Sunday
Strings, classes, operators overloading…
#cpp #computergraphics #100daysofcode #pluspluspixel
Good morning,
I had learned today with freecodecamp Accessibility chapter and a Udemy courses over javafx.
Happy Coding
Day 75/? of coding
Day 75/100 of #100DaysOfCode
Project Update: Blog API (part 3)
++ Progress: Found a good-looking "write-post" React template. I have to figure out the imports and libraries used, and it is A LOT!
++ Learned
When set to true, the browser prevents frontend JavaScript from accessing the cookie (enhances security against XSS attacks).
You can't use document.cookie to read these cookies—they’re only sent to the server automatically with each request.
Rest day? Not quite. Just a calmer kind of coding.
•
•
•
Weekend mode: activated. Still coding. Still growing.
•
•
•
Closing the week with clarity, code, and consistency
•
•
•
Fueling progress one keystroke at a time
•
•
•
#Python #Vim #SecondYearOfCode #Code_Academy
•
•
•
Day 74/? of coding
Day 74/100 of #100DaysOfCode
Project Update: Blog API (part 2)
++ Progress: I'm getting familiar with communicating with my API from my React app. It's like magic.
++ Learned
--> Meterial-ui : I used pre-built components from metiral-ui website for the first time, it is very useful.
--> API : I used fetch function to make requests to my backend server.
Day 72-3/? of coding
Day 72-3/100 of #100DaysOfCode
Project Update: Blog API (part 1)
++I'm learning JWT, and for my required project, I need to build a blog with separate back-end and front-end components, including protected routes.
++ Learned
--> JsonWebToken sign and verify.