Transitioning from Linux Systems Engineering into Full-Stack Web Development, I’ve been building small projects to strengthen my skills. Today I finished a simple Notes App using Nuxt.

It helped me practice project structure, pages, components, composables, reactivity, CRUD logic, and UI organization.

🔗 https://github.com/thelinuxlighthouse/nuxt-notes-app

#Nuxt #Nuxtjs #Vue #Vuejs #JavaScript #WebDevelopment #FullStackDevelopment #LearningInPublic #SoftwareDevelopment #linux #foss

I'll continue uploading these little loops as a personal catalog.

#motiongraphics #scifiart #blender #blender3d #Ducky3D #LearningInPublic

TIL: should I use single or double quotes in git commit messages?

both works fine, but go for the single quotes; double quotes might trigger "command substitution" on unix-like systems

for example:

```bash
$ echo "`ls`"

./docs/
./node_modules/
./package-lock.json
./package.json
./pages/
./README.md
```

#git #devlife #learninginpublic

Sunday 3/1/26

Day 59 of Year 3
Day 790 overall

💻 Learning Progress

Cohort: Synced main branches, cleaned up lock/root files in the monorepo, and opened a maintenance PR. Also organized Discord roles + a collaboration channel.

Mentorship: Refined the Pathways Tracker landing page — cleaner design, clearer flow, stronger first impression.

The Odin Project: Updated Etch-a-Sketch.

#Day59 #Year3OfCode #LearningInPublic

Saturday, February 28, 2026

Day 58 of Year 3
Day 789 overall

📖 2 dev articles read.

💻 Cohort: Reviewed monorepo setup, traced a backend lockfile merge, and proposed a clean, low-risk dependency maintenance update. Stability > shortcuts.

💻 Mentorship: Finalized V1 sign-in wireframe and moved to backend-controlled roles (Member / Base Camp Manager) for production-grade auth design.


#Day58 #Year3OfCode #Spring2026Cohort
#NHCarriganMentorship #JavaScript #LearningInPublic

Day 46 of Year 3
Day 777 overall since Jan 1, 2024.

Today:
• Tested backend routes and set up Postman for API validation
• Wrote clean Markdown documentation mapping client → controller flow
• Configured ESM TypeScript compilation in my NestJS backend
• Fixed module imports and wired AuthModule with UsersModule

#freeCodeCamp #100DaysOfCode
#Year3OfCode #Day777Overall
#Spring2026Cohort #TeamTealIris
#NHCarriganMentorship
#BackendDevelopment #NestJS
#LearningInPublic #Consistency

TIL: what's git commit amend? does it modify the previous commit?

it's like a time travel; rewrites the repo timeline; amend staged files to "previous" commit; previous commit is actually replaced and not modified; commits are immutable

#git #softwareengineer #learninginpublic #devlife

I made another ART!

I think I've got the hang of exciting features like straight lines, using colours, changing brushes, and adding text using a font (Shantell Sans). I can even make speech bubbles.

For this, my third ever comic, I was confronted with alarming new challenges that I was less prepared for. Like drawing objects and people!

#comic #Procreate #LearningInPublic

Just wrapped up Module 4 of the #dezoomcamp with @DataTalksClub!

Dived deep into Analytics Engineering with dbt:
* Built production-ready models for NYC taxi data
* Managed lineage for 43M+ FHV records
* Wrote data tests to catch schema drifts

The "T" in ELT is powerful! 🚀

#DataEngineering #dbt #learninginpublic