veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

240
active users

#100DaysOfCode

15 posts8 participants0 posts today

Day 81/? of coding
Day 81/100 of #100DaysOfCode
Project Update: JavaScript course & Blog API (part 8)

++ JavaScript: there are design patterns:
- Plain Old JavaScript Objects and Object Constructors
- Factory Functions and the Module Pattern
- Classes
- ES6 Modules

++ Progress: add tag and search functionalities to Blog, it is almost done, just a few de-buggings, and then there is the main page for a single blog, oh, and there are comments.

Day 80/? of coding
Day 80/100 of #100DaysOfCode
Project Update: Blog API (part 8)

++ Progress: add Tag table to Database and add tag input field.

++ Learned:
- Express: I found out we can save a bit of typing by using app.route('/path').get(callback).post(callback)

screenshot:

🔥 April 26, 2025 Progress Report 🔥

📅 Saturday Update:

📊 #Beyond365DaysOfCode Day 118

📊 #100daysofcode Day 118

📚 #freeCodeCamp Progress:

✅ Read 1 article from freeCodeCamp news

✅ Read 1 article from Daily.dev

📅 Trello: Updated the board for efficient tracking 📊

💻 freeCodeCamp: Continued Full Stack Developer Curriculum - Building a job application form 💼

⌨️ Monkeytype: Practiced typing skills to increase speed and accuracy 💨

🎓 Codecademy: Bash Scripting
#Python #BashScripting

🚀 April 23, 2025 Progress Report 🚀

🔧 Wednesday Update:

📅 #Beyond365DaysOfCode Day 115

📅 #100daysofcode Day 115

📚 #freeCodeCamp Progress:

✅ Read 1 article from freeCodeCamp news

✅ Read 1 article from Daily.dev

⌨️ NeoVim: Practiced Vim motions for 30 minutes 🖱️

📊 Trello: Updated the board for efficient goal tracking 📅

💻 freeCodeCamp: Continued Full Stack Developer Curriculum

⌨️ Monkeytype: Practiced typing speed and accuracy 💨

📜 The Odin Project: Completed 14% of the foundation course

🌟 April 22, 2025 Progress Report 🌟

🔄 Tuesday Update:

📅 #Beyond365DaysOfCode Day 114

📅 #100daysofcode Day 114

📚 #freeCodeCamp Progress:

✅ Read 1 article from freeCodeCamp news

✅ Read 1 article from Daily.dev

⌨️ NeoVim: Practiced Vim motions for 30 minutes 🖱️

📊 Trello: Updated the board for more organized goals 💡

🎓 Codecademy: Started Bash Scripting

📜 The Odin Project: Restarted the foundation course, now at 4% completed

🖥️ WSL2: Installed for a smoother development environment

✨ April 21, 2025 Progress Report ✨

🚀 Monday Update:

📅 #Beyond365DaysOfCode Day 113

📅 #100daysofcode Day 113

📚 #freeCodeCamp Progress:

✅ Read 1 article from freeCodeCamp news

✅ Read 1 article from Daily.dev

⌨️ Vim: Practiced Vim motions for 30 minutes

📊 Trello: Updated the board for smoother progress tracking

📚 freeCodeCamp: Continued the Full Stack Developer Program

🎓 Codecademy: Completed the Learn Command Line course

📝 GNU Nano: Experimented with a command-line text editor

Linus Torvalds has proper motivated reasons for really disliking file systems without a case sensitivity.

Read this with me from the kernel lkml, regarding bcachefs.

Re: [GIT PULL] bcachefs fixes for 6.15-rc4 - Linus Torvalds
lore.kernel.org/lkml/CAHk-=wja

🖋️ #bash #sh #zsh #ksh #csh #tcsh #fish #git #Linux #lkml #POSIX #FOSS #100daysofCode #640DaysOfCode #coding #1024DaysOfCode #github #programming #Torvalds #filesystem

lore.kernel.orgMaking sure you're not a bot!

Day 79/? of coding
Day 79/100 of #100DaysOfCode
Project Update: Blog API (part 7)

++ Progress: render posts in main page + add pagination

++ Learned:
- searchParams (React Router DOM)
--> Provides access to URL query parameters.--> Useful for handling dynamic URL data (e.g., pagination, filters).
- Multer (Node.js File Upload Middleware)
--> Allows customization of file storage (renaming and ...).
Use case: Control how uploaded files are saved (e.g., unique names).

screenshot: