It starts with eating right. ππ₯
Your foundation shapes everythingβenergy, mood, productivity, and progress. Take care of the basics, and the rest will follow! π
The "It works on my machine" Mystery: Solved π΅οΈββοΈ
I just fixed a classic production bug on my portfolio! Here is what went down:
1οΈβ£ The Symptom: My GitHub stats worked perfectly in Codespaces (npm run dev) but showed 0 or "401 Bad Credentials" on the live site. π
Coding a sanctuary for deep work. π§οΈπ
Latest updates to Deep-Focus: β±οΈ Smooth Pomodoro transitions π¨ Interactive UI scaling πΌ YouTube LoFi integration
Building the tool I actually want to use.
Visit at : https://t.co/R5myxbucat
#CodingMusic#LoFi#NextJs
The solution? The nuclear option. β’οΈ
I deleted the corrupted history with rm -rf .git, ran a fresh git init, and force-pushed a clean slate to my repo.
A chaotic cascade of errors, but my project is finally live! We love a good debugging session. ππ» #WebDev#GitHub
Just spent the afternoon wrestling with GitHub Codespaces for a try and survived the ultimate tech gauntlet. π§΅π
It started simple: spin up a JS template. But immediately hit a wall: no space left on device. The default "universal" image was too heavy for my container!
Created my own repo and updated the remote URL. Tried to push again... Permission Denied.
Turns out, Codespaces was holding onto a stuck, read-only GITHUB_TOKEN from the template. I had to run unset GITHUB_TOKEN and use gh auth login to force it to recognize me. π
After the container crashed into recovery mode, I managed to get the dev server running. Time to push to GitHub, right? Nope.
Hit a 403 Forbidden error because Git was trying to push my code back to the read-only GitHub Education template instead of my own repo. π«
Finally squashed those useEffect dependency warnings on my Lofi app's Pomodoro timer. π Feels good to have a clean console and a smoother flow.
Give it a spin: [https://t.co/i1tmTEZjgh]
creator: https://t.co/w5eW723Jhl
#BuildInPublic
Layout for the portfolio is officially done!
β Just a few more blocks to move :
β’ Populate project images & links πΌοΈ β’ Setup resume viewer & certs π β’ Finish the Helpdesk Ticketing app to round it all out
https://t.co/w5eW723Jhl
Almost there. π¨βπ» #BuildInPublic#Nextjs
@volvox_llc Hi! I'm using Next.js to ensure high performance and SEO. For styling, Iβm using Tailwind CSS, which helps me maintain a clean and responsive UI
Developing a new portfolio these past few days (still @ layouting). Had to scrap the old one because it was honestly just too edgy. π Starting fresh takes time! Managed to squeeze in a tiny bit of the .NET app on the side, got a user table done at least. π οΈ #buildinpublic
@CodeByNZ i honestly think itβs one of the highest leverage skills right now.
engineering is just solving problems under constraints. having the technical context lets you tackle way bigger scopes of problems than someone just prompting blindly or with less knowledge
learning always wins
@CodeByNZ Yes it is! Itβs not about the code though, no one cares about the code anymore (for as long as itβs decent), itβs always been about the decisions and logic behind it.
π Week 17 Recap
β Rebuilt WebApplication8 completely from scratch β no AI help
β Set up EF Core database & CRUD operations for a mini HRIS
π‘ Focused on understanding entity relationships & clean structure
Building confidence through repetition πͺ
#DotNet#EFCore
π― Week 17 Goal
Apply what I learned by building a mini HRIS system with EF Core database + full CRUD. - no AI help
Focus: mastering fundamentals & clean architecture π§±
#BuildInPublic#DotNet#CSharp#EFCore#WebDev