Meow Profile
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
Don't wanna be here? Send us removal request.
@codingnoob20
Meow
1 month
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
@codingnoob20
Meow
2 months
chaining practice: One line to: ๐Ÿšซ Remove a value ๐Ÿ”  Capitalize the rest โœจ Flex your array skills #JavaScript #ReactDev #CodeNewbie
0
0
0
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
Docs: "don't do this, " Me: "Haha ok" * does exactly that * Also Me: " Damn I am a horrible dev"
0
0
0
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
2 months
โœจ Problem 1: Find the sum of all numbers in an array. ๐Ÿ’ป Solution:
0
0
0
@codingnoob20
Meow
2 months
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
@codingnoob20
Meow
3 months
๐Ÿš€ 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
@codingnoob20
Meow
3 months
๐Ÿ’ป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
@codingnoob20
Meow
3 months
๐Ÿš€ 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
@codingnoob20
Meow
3 months
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
@codingnoob20
Meow
3 months
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