️ New Article: Automatically wrapping CSS Grid https://ift.tt/yR436V5 #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie

️ New Article: Automatically wrapping CSS Grid https://ift.tt/yR436V5 #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
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.
#100DaysOfCode day 20½ -2:
No #code or #math today. Been spending the day with practical stuff, trying to get my life back on track.
Hopefully I can get some sleep tonight, and be a bit more up to learning again tomorrow
New Video: You should give a $h!t about no-JS!? https://www.youtube.com/watch?v=naqTYJdz5g8 #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
️ New Article: The CSS @layer at-rule https://ift.tt/tGbCKJO #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
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:
️ New Article: Mixing colors with CSS https://ift.tt/MYU7ODy #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
April 27, 2025 Progress Report
Sunday Update:
#Beyond365DaysOfCode Day 119
#100daysofcode Day 119
#freeCodeCamp Progress:
Read 1 article from freeCodeCamp news
Read 1 article from Daily.dev
Trello: Updated the board for continued organization
Video: Recorded a terminal session using asciinema
freeCodeCamp: Continued Full Stack Developer Curriculum
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 25, 2025 Progress Report
Friday Update:
#Beyond365DaysOfCode Day 117
#100daysofcode Day 117
#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 to keep the workflow smooth
freeCodeCamp: Continued Full Stack Developer Curriculum
The Odin Project: Completed 20% of the foundation course
April 24, 2025 Progress Report
Thursday Update:
#Beyond365DaysOfCode Day 116
#100daysofcode Day 116
#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 streamlined goal-setting
freeCodeCamp: Continued the Full Stack Developer Curriculum
The Odin Project: Completed 18% of the foundation course
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
️ New Article: The duality of creating change https://ift.tt/L9W2ZTH #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
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
https://lore.kernel.org/lkml/CAHk-=wjajMJyoTv2KZdpVRoPn0LFZ94Loci37WLVXmMxDbLOjg@mail.gmail.com/
#bash #sh #zsh #ksh #csh #tcsh #fish #git #Linux #lkml #POSIX #FOSS #100daysofCode #640DaysOfCode #coding #1024DaysOfCode #github #programming #Torvalds #filesystem
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: