theblaisecode's profile picture. Frontend Dev || JS • React • GSAP • Tailwind • TS ||
I ♥ puzzles & traveling

Open to new opportunities 😊
Let's connect!
http://linktr.ee/theblaisecode

TheBlaiseCode

@theblaisecode

Frontend Dev || JS • React • GSAP • Tailwind • TS || I ♥ puzzles & traveling Open to new opportunities 😊 Let's connect! http://linktr.ee/theblaisecode

TheBlaiseCode 已轉發

Me: “I’ll just fix one bug.” Also me, 3 hours later: rebuilding the UI, rethinking life, considering farming. 🌾💻


TheBlaiseCode 已轉發

Feeling like myself after so long today✨ (yes, i had exams; Daily DSA is still left tho😭) Built something this evening DevTrackr, a dashboard that shows a unified heatmap for your GitHub, LeetCode, Codeforces and GFG Anything else to add to it or should I deploy it?


TheBlaiseCode 已轉發

I spent 3 months building what is undoubtedly one of my most scalable, full-stack, company-level project. But this time, I’m open-sourcing it to help fellow software engineers to finally get that portfolio done! Give the repo a star ⭐️

heyrapto's tweet image. I spent 3 months building what is undoubtedly one of my most scalable, full-stack, company-level project.

But this time, I’m open-sourcing it to help fellow software engineers to finally get that portfolio done!

Give the repo a star ⭐️
heyrapto's tweet image. I spent 3 months building what is undoubtedly one of my most scalable, full-stack, company-level project.

But this time, I’m open-sourcing it to help fellow software engineers to finally get that portfolio done!

Give the repo a star ⭐️
heyrapto's tweet image. I spent 3 months building what is undoubtedly one of my most scalable, full-stack, company-level project.

But this time, I’m open-sourcing it to help fellow software engineers to finally get that portfolio done!

Give the repo a star ⭐️

TheBlaiseCode 已轉發

He killed himself BTW. His plans to set the wife on fire 'backfired' and he was the one who caught fire instead. Neighbours also testified to his previous domestic violence. The poor innocent woman has been released.

Army officer d!es after his wife allegedly set him ablaze during an argument, just five months after their wedding.

yabaleftonline's tweet image. Army officer d!es after his wife allegedly set him ablaze during an argument, just five months after their wedding.


TheBlaiseCode 已轉發

Updated my Event Management App with two new components: ⏳ LoadingMessage → smooth pulsing animation during async tasks ❌ErrorMessage → clean, user-friendly error display

codetitan_'s tweet image. Updated my Event Management App with two new components:

⏳ LoadingMessage → smooth pulsing animation during async tasks 
❌ErrorMessage → clean, user-friendly error display

TheBlaiseCode 已轉發

Built a creative onboarding experience with framer motion, inspired by dribble. When I first saw it, I thought it would be fun implementation until I tried styling the input caret. 🤦‍♂️ • Color tweak? Fine. • Make it thicker or change its position? Painfully impossible. Had to…


TheBlaiseCode 已轉發

WE LOSE 100% OF CHANCES WE DON'T TAKE📌📌 The Frontend of the movie ticketing platform is now complete, time to dive into the backend to learn more again 😅🧘🏽‍♂️

JoeLani_dev's tweet image. WE LOSE 100% OF CHANCES WE DON'T TAKE📌📌
The Frontend of the movie ticketing platform is now complete, time to dive into the backend to learn more again 😅🧘🏽‍♂️
JoeLani_dev's tweet image. WE LOSE 100% OF CHANCES WE DON'T TAKE📌📌
The Frontend of the movie ticketing platform is now complete, time to dive into the backend to learn more again 😅🧘🏽‍♂️

TheBlaiseCode 已轉發

I’m trying to focus more on building in public and hopefully learning from that feedback loop. Problem is i’ve never been great at it but I want to publicly commit to it. So moving forward I’ll be documenting a lot of my projects and progress on here. Both big and small.


TheBlaiseCode 已轉發

Just dropped my latest React web app! (and best so far) Built with React + Tailwind + Clerk auth — finally got the hang of React Router too. Learned a lot building this. Would love your feedback Check it out: […ickstay-hotel-booking-app.netlify.app] #ReactJS #TailwindCSS #BuildInPublic


TheBlaiseCode 已轉發

Offer received. Proof that consistency pays off, now it’s time to build something great💯.

_Annonnymouss_'s tweet image. Offer received. Proof that consistency pays off, now it’s time to build something great💯.

TheBlaiseCode 已轉發

✅ Day 74 of #100DaysOfCode : Nodejs Implemented centralized error logging using Winston in the Express errorMiddleware. Now, all server errors are automatically logged with helpful metadata including method, URL, status code, and stack trace.

codetitan_'s tweet image. ✅ Day 74 of #100DaysOfCode : Nodejs

Implemented centralized error logging using Winston in the Express errorMiddleware.
Now, all server errors are automatically logged with helpful metadata including method, URL, status code, and stack trace.

TheBlaiseCode 已轉發

✅ Day 71 of #100DaysOfCode Added payload validation using go-playground/validator to my user registration handler. Wrote a successful test case to assert that valid payloads register users correctly.

codetitan_'s tweet image. ✅ Day 71 of #100DaysOfCode

 Added payload validation using go-playground/validator to my user registration handler.

 Wrote a successful test case to assert that valid payloads register users correctly.
codetitan_'s tweet image. ✅ Day 71 of #100DaysOfCode

 Added payload validation using go-playground/validator to my user registration handler.

 Wrote a successful test case to assert that valid payloads register users correctly.

TheBlaiseCode 已轉發

Back on #React code track Keep it moving No Sign of weakness ✖️

dev_biodun99's tweet image. Back on #React code track
Keep it moving
No Sign of weakness ✖️
dev_biodun99's tweet image. Back on #React code track
Keep it moving
No Sign of weakness ✖️

TheBlaiseCode 已轉發

✅ Day 68 of #100DaysOfCode Defined UserStore interface for better abstraction Injected UserStore into handlers via DI Registration: JSON parsing ✅, email uniqueness check ✅, password hashing with bcrypt ✅

codetitan_'s tweet image. ✅ Day 68 of #100DaysOfCode

Defined UserStore interface for better abstraction

Injected UserStore into handlers via DI

Registration: JSON parsing ✅, email uniqueness check    ✅, password hashing with bcrypt ✅
codetitan_'s tweet image. ✅ Day 68 of #100DaysOfCode

Defined UserStore interface for better abstraction

Injected UserStore into handlers via DI

Registration: JSON parsing ✅, email uniqueness check    ✅, password hashing with bcrypt ✅

TheBlaiseCode 已轉發

✅ Day 65 of #100DaysOfCode Started building a Go backend today! Set up the initial project structure with cmd/ and service/user/ folders Built a basic HTTP server using Gorilla Mux Added /login and /register routes under /api/v1/

codetitan_'s tweet image. ✅ Day 65 of #100DaysOfCode 

Started building a Go backend today!

Set up the initial project structure with cmd/ and service/user/ folders

Built a basic HTTP server using Gorilla Mux

Added /login and /register routes under /api/v1/

TheBlaiseCode 已轉發

✅ Day 62 of #100DaysOfCode 🔹 User management for admin dashboard 🔸 listUsers – paginated user listing (5 per page) 🔸 getUserById – fetch detailed user info with addresses 🔸 changeUserRole – secure user role updates with validation

codetitan_'s tweet image. ✅ Day 62 of #100DaysOfCode

🔹 User management for admin dashboard
🔸 listUsers – paginated user listing (5 per page)
🔸 getUserById – fetch detailed user info with         
       addresses
🔸 changeUserRole – secure user role updates with 
        validation

TheBlaiseCode 已轉發

I love conference swag. So of course I had to take a pic of the swag I got at @ReactMiamiConf Overall swag rating: 10/10 But can you guess which one is my favorite? 👀

elliezub's tweet image. I love conference swag. So of course I had to take a pic of the swag I got at @ReactMiamiConf 

Overall swag rating: 10/10 

But can you guess which one is my favorite? 👀

TheBlaiseCode 已轉發

- ehhh ! 🤯😂😭

gigi_devv's tweet image. - ehhh ! 🤯😂😭
gigi_devv's tweet image. - ehhh ! 🤯😂😭

TheBlaiseCode 已轉發

Don't f**kin' give up!😂

Darealudeme1's tweet image. Don't f**kin' give up!😂
Darealudeme1's tweet image. Don't f**kin' give up!😂

TheBlaiseCode 已轉發

Day 2 of building that app! Added some screens and the navbar—making solid progress with the UI. Loving how it’s getting that native feel. Only Flutter can! 🔥 If you build or love all things mobile apps, let’s connect!


Loading...

Something went wrong.


Something went wrong.