Meow
@codingnoob20
Followers
0
Following
0
Media
13
Statuses
26
๐ Learning Full-Stack Dev | Sharing daily code & growth insights | React, NestJS, PostgreSQL | Building my first SaaS app
Joined February 2025
Just wrote a lil TypeScript function to count vowels in a string and it actually worked on the first try ๐ dev brain: 1 off-by-one errors: 0
0
0
0
chaining practice: One line to: ๐ซ Remove a value ๐ Capitalize the rest โจ Flex your array skills #JavaScript #ReactDev #CodeNewbie
0
0
0
Just solved this lil React logic brain teaser. Learned that .map() + {...obj} = immutable updates made easy. React state updates just clicked โก #ReactJS #100Devs #CodeNewbie
0
0
0
day 2 of https://t.co/VtJEKIRMXM() ๐ง started counting even & odd words like it was leg day for JavaScript ๐ช every "coding" and "fun" got judged on length... equality who?? anyway I made JS do math and I feel unstoppable ๐ค #100DaysOfCode #JavaScript #DevHumor #WomenWhoCode
0
0
0
me: Iโll just quickly write a JS function before bed also me: accidentally reinventing split and map like Iโm discovering fire ๐ฅ but hey, it works! "Coding is actually fun" โ [6, 2, 8, 3] brain = 1, bugs = 0 ๐ค #JavaScript #100DaysOfCode #WomenWhoCode #DevHumor
0
0
0
me: โok recursion isnโt that scaryโ also me 5 mins later: function calls calling function calls calling function calls ๐ญ๐ญ๐ญ but I finally made it work. #JavaScript #100DaysOfCode #Recursion #SendHelp
0
0
0
wrote a perfect recursive function to sum all numbers in a nested array spent 15 minutes questioning my entire logic when it returned 10 instead of 15 turns outโฆ i forgot to put let before my loop variable ๐ญ recursion: 1 me: -1 #JavaScript #CodingLife #WebDev #100Devs
0
0
0
spent 30 mins arguing with nested arrays, 20 mins debugging recursion, and 10 mins crying over Array.isArray() but guess who just manually flattened a multi-dimensional array using recursion ๐ค me: 1 js arrays: 0 #JavaScript #CodingLife #100Devs #DevHumor #WomenWhoCode #Recursion
0
0
0
Problem: Sum all numbers in an array. Me: โfor loop?โ Brain: โnahโฆ letโs reduce() the drama.โ ๐ reduce() really said โtrust me, I got this.โ ๐งฎโจ #JavaScript #100DaysOfCode #CodeNewbie #DevHumor
0
0
0
Docs: "don't do this, " Me: "Haha ok" * does exactly that * Also Me: " Damn I am a horrible dev"
0
0
0
Problem: Return only even numbers from an array. Me: โI could use a for loopโฆโ (The day I remember the syntax of these JS methods it's game over for all of you) #JavaScript #100DaysOfCode #DevHumor #CodingMeme
0
0
0
Problem: Count how many even numbers are in an array. Me: โeasy.โ Also me: forgets to declare i ๐ญ โ
Works perfectly โ ๏ธ JS: โbtw i is global nowโ Me: nervous laughter ๐ #JavaScript #100DaysOfCode #CodingHumor #DevLife
0
0
0
Problem: Find the largest number in an array ๐ช My brain: โidk how to start with the first elementโฆโ Also me: let max = -Infinity ๐ did i understand the logic? maybe not. did it work? absolutely. #JavaScript #100DaysOfCode #DevHumor #WomenWhoCode
0
0
0
โจ Problem 1: Find the sum of all numbers in an array. ๐ป Solution:
0
0
0
Switched gears ๐ It's time to take a step back... diving into problem-solving with JavaScript this time. Arrays, loops, and math problems today, brushing up on fundamentals before scaling up. #buildinpublic #devjourney
0
0
0
๐ Another Day building LinkHub Learned Prisma relations areโฆ a beast ๐ Wrestling with many-to-many Card โ Tags & includes ๐ Typed myself into TypeScript hell but made progress ๐ช Building solo is hard but damn satisfying. #buildinpublic #100DaysOfCode #SaaS
0
0
0
๐ปAnother Day of building LinkHub Backend โ
CRUD with Prisma + NestJS fully working Database migrations fixed ๐๏ธ CORS handled ๐ Frontend now fetching & displaying cards ๐ Seeing the backend + frontend talk to each other >>> pure dev joy ๐คฉ #buildinpublic #100DaysOfCode #WebDev
0
0
0
๐ Just got my NestJS + Prisma backend FULLY working! โ
DB migrations โ
CRUD routes โ
Validation โ
Tested in Postman The amount of errors I fought today >>> but itโs finally alive ๐ Next stop: frontend connecting ๐โจ #100Devs #BuildInPublic #JavaScript
0
0
0
me today: โจ learned CRUD with Prisma + NestJS โจ validation decorators actually make sense โจ useMemo & useCallback unlocked โจ even met TypeScriptโs never (aka the void that stares back ๐) me rn: brain.exe has stopped working ๐ง ๐ค #buildinpublic #SaaS #devlog
0
0
0
Day 5: Chipping away steadily ๐ป โ
Modal โ dashboard flow is live with dummy data โ
Learned more about NestJS guards, interceptors, and DTO validation โ
Revisited C++ basics after years โ Hello World to loops done #buildinpublic #SaaS #devlog
0
0
0