Day 20/100 of #100DaysodCode
Backend Dev → 5 hours
– Built a notes app with JWT auth
– Signup/login functionality
– Users can access only their own notes
– Learned cookies & session management
– Practiced auth patterns
Slow progress, but shipping.
#buildinpublic@100xDevs
Day 137 of #100DaysOdCode solved #potd on #leetcode & #GFG
1- do bfs & store sum of each level, return the max sum's level
2- use sliding window get xor of 1st K ele and then for remaining new xor^=[arr[i-k]^arr[i] return the max xor
#coding#CodingJourney#algorithm#dsa
Day 29/100 - #100Daysodcode Challenge
✅ Made some tweaks to the UI design of my study app.
✅ Starting frontend development right away. I think I've gotten enough concepts for the UI design.
Day 80 of #100daysOdCode
Problem: Check if a number remains the same after double reversal.
Looks super easy — and it is 😄 But questions like these are important during exams (exam weeks started 🤧)
#LeetCode#Coding#CPlusPlus#Programming
#Day26 of #100DaysOdCode :
✅ Did some questions on loops and condition statement and revision for arrays to build the fundamentals.
✅ Learned about Async in JavaScript.
#100xdev#JavaScript#DSA
Day 83 of #100DaysodCode
Did 1 problem ->Word Break
Got started with NodeJs-> learnt about v8, histroy of NodeJs, Standard Modules
used (CommonJs,EsModules)
Day 28 #CS50#100daysodcode
I've started working on CS50's final project from last 2 days...
I'm trying to create a web app which provides a functionality to download previous year question papers of my university...
Technologies that I'm using will be discussed further❤️🔥
Day 41 & 42 of #100DaysOfALXSE i completed the backend functionalities even though it still needs a bit of perfecting. I started doing my research on either using react or nextjs as the front-end framework @alx_africa#100DaysOdCode 🙂
Day 7 of #100daysodcode
Pleased to announce that just completed the first JavaScript course section from @freecodecamp.
Spent close to 4 days before I managed to complete this section. I'm already burnt out but I still have to solve one leetcode problem today.