#DailyUpdate
Day 085 of self improvement
Best and most productive day. No classes just grind, eat, sleep.
Worked on key Node.js concepts that I’ll definitely need for my upcoming projects (starting next week).
Locked in early morning, exactly as planned.
Good night 🙂
Day 085 of self improvement
Best and most productive day. No classes just grind, eat, sleep.
Worked on key Node.js concepts that I’ll definitely need for my upcoming projects (starting next week).
Locked in early morning, exactly as planned.
Good night 🙂
🔥1
I'm trying to change my habits.
I'm trying to change my mindset.
I'm trying to change my environment.
Everything I want to change… starts with trying.
Try. Then adjust. Then try again.🔄
Have a great Day ❤️
@Digital_grind
I'm trying to change my mindset.
I'm trying to change my environment.
Everything I want to change… starts with trying.
Try. Then adjust. Then try again.🔄
Have a great Day ❤️
@Digital_grind
❤1
Let me give you one tip as an engineering student ⚙️
We all get tired of going through those endless PPTs and solving problem sets…
Especially if you’re in Mechanical or Civil , you know the struggle.
And honestly?
It makes everything click way faster.
The images above are some of what I generated while studying for my Strength of Materials exam.
Study smarter, Don't just stare at those fkn slides.
We all get tired of going through those endless PPTs and solving problem sets…
Especially if you’re in Mechanical or Civil , you know the struggle.
Instead of just reading and memorizing, I use Gemini Pro (image generation) to create 3D visuals of concepts like free body diagrams.
And honestly?
It makes everything click way faster.
The images above are some of what I generated while studying for my Strength of Materials exam.
Study smarter, Don't just stare at those fkn slides.
🔥1
#DailyUpdate
Day 086 of self improvement
Working with and connecting Express to Node.js, diving into npm and how everything fits together.
Plan for tomorrow:
→ Express + MySQL integration
→ JWT & authentication
→ Build a full CRUD app by the end of the day
Might be a heavy one… but we show up anyway ⚡
Day 086 of self improvement
Working with and connecting Express to Node.js, diving into npm and how everything fits together.
Plan for tomorrow:
→ Express + MySQL integration
→ JWT & authentication
→ Build a full CRUD app by the end of the day
Might be a heavy one… but we show up anyway ⚡
⚡1
Digital grind
#DailyUpdate Day 086 of self improvement Working with and connecting Express to Node.js, diving into npm and how everything fits together. Plan for tomorrow: → Express + MySQL integration → JWT & authentication → Build a full CRUD app by the end of the…
Time to sleep.
Good night fam :)
Good night fam :)
🥰1
Forwarded from Natyiu (Naty)
#DailyUpdate
Day 087 of self improvement
Even though my plan for today was to build a full CRUD app by the end of the day, even setting up the database itself took more than an hour, so I didn’t make it.
But I’ve already set up all the configurations and successfully connected the database and server. The only thing left now is writing the actual commands.
Let’s sleep early and wake up fresh. Tomorrow is Sunday, and we have to go to church at 5 AM.
Anyways, good night 🙂
Day 087 of self improvement
Even though my plan for today was to build a full CRUD app by the end of the day, even setting up the database itself took more than an hour, so I didn’t make it.
But I’ve already set up all the configurations and successfully connected the database and server. The only thing left now is writing the actual commands.
Let’s sleep early and wake up fresh. Tomorrow is Sunday, and we have to go to church at 5 AM.
Anyways, good night 🙂
❤2
#DailyUpdate
Day 088 of self improvement
Done with CRUD, but authentication using JWT is still pending , I’ll finish it tomorrow.
Today was my first time using Postman to test API endpoints.
Let’s do this. 🚀
Day 088 of self improvement
Done with CRUD, but authentication using JWT is still pending , I’ll finish it tomorrow.
Today was my first time using Postman to test API endpoints.
Let’s do this. 🚀
Digital grind
#DailyUpdate Day 088 of self improvement Done with CRUD, but authentication using JWT is still pending , I’ll finish it tomorrow. Today was my first time using Postman to test API endpoints. Let’s do this. 🚀
#Articlesharing
I’ve been building my CRUD app with JWT authentication, and I finally started understanding what actually happens behind the scenes in auth systems 🔐
This article really helped me connect the dots especially how tokens are generated and used so If you're learning backend or struggling with authentication, this is worth your time 👇
[ The Article ]
{11 min read}
I’ve been building my CRUD app with JWT authentication, and I finally started understanding what actually happens behind the scenes in auth systems 🔐
This article really helped me connect the dots especially how tokens are generated and used so If you're learning backend or struggling with authentication, this is worth your time 👇
[ The Article ]
{11 min read}
Medium
JSON Web Tokens (JWT) — the only explanation you will ever need
JSON Web Tokens are changing the world. Once and for all,
Forwarded from WittyWitchWave (wildflower)
we must learn to enjoy life without needing an audience to see that we're enjoying
Forwarded from Web Development
Useful and Commonly Used HTTP status code for your Next API Project.
This post contains only few of them because it's is not possible to add all the status code in one slide post.
This post contains only few of them because it's is not possible to add all the status code in one slide post.
Digital grind
📆 March Monthly Report ✅ What I achieved 1.Learned JS more as I planned 2.Started backend development, simple architecture on software systems 3.Learned intro to database 4.Done 1 mini project [Auth System] ❌ What I Failed / Where I Fell Short 1.Again…
📆April Monthly Report
1.Learned React , My SQL and Node.js [ Still learning ]
2. Built Simple CRUD apps with authentication system ( jwt )
1. Planned to make 10K ETB from my work but only made about 4800 ETB
2.Didn't go to church as planned
3.Didn't fit my calendar deadline {Posting, start building my first app etc ...}
1.Deploying My first full-stack App
2.Start to learn and Explore about AI-Powered Apps
3.Start Building simple AI Chatbot
4.Stop work {Side hustle} and Just Surviving Final Exam
5.Posting Daily On My Channel
✅ What I achieved
1.Learned React , My SQL and Node.js [ Still learning ]
2. Built Simple CRUD apps with authentication system ( jwt )
❌ What I Failed / Where I Fell Short
1. Planned to make 10K ETB from my work but only made about 4800 ETB
2.Didn't go to church as planned
3.Didn't fit my calendar deadline {Posting, start building my first app etc ...}
🎯 Goals for May
1.Deploying My first full-stack App
2.Start to learn and Explore about AI-Powered Apps
3.Start Building simple AI Chatbot
4.Stop work {Side hustle} and Just Surviving Final Exam
5.Posting Daily On My Channel
🔥3
Finally I'm realizing that...
Algorithm writing skill is the most important part of coding , especially for business logic.
Once you get that right, everything becomes easier
Have a great Day ❤️
@Digital_grind
Algorithm writing skill is the most important part of coding , especially for business logic.
Not Syntax , Just pure thinking.
Once you get that right, everything becomes easier
Have a great Day ❤️
@Digital_grind
#DailyUpdate
Day 089 of self improvement
Learning State Management from freeCodeCamp
Used React Hooks for different use cases and finally understood the why behind them , not just the syntax.
useState
useEffect
And how/when to actually use them in real scenarios tbh I'm starting to see how React really works behind the scenes.
Plan for tomorrow:
» React Routing
» Polishing my portfolio to apply for INSA Summer Camp
(Honestly, doing it for the experience and engagement)
Day 089 of self improvement
Learning State Management from freeCodeCamp
Used React Hooks for different use cases and finally understood the why behind them , not just the syntax.
useState
useEffect
And how/when to actually use them in real scenarios tbh I'm starting to see how React really works behind the scenes.
Plan for tomorrow:
» React Routing
» Polishing my portfolio to apply for INSA Summer Camp
(Honestly, doing it for the experience and engagement)
"The Work Expands to fill the time you give it"
And that's exactly why I waste so much time
Hope I will change this for the next first project
My plan is to finish it by dedicating this whole weekend but let's see how far I can go.
Have a great Day ❤️
@Digital_grind
❤1