's Avatar

@numpkins.bsky.social

29 Followers  |  57 Following  |  51 Posts  |  Joined: 24.11.2024  |  1.7757

Latest posts by numpkins.bsky.social on Bluesky

My TUI app total failure.
But the struggle forced me to learn the real lesson: decoupling your data layer is everything. I turned my Python project mess into an architectural win . Now, my app doesn't care if it talks to JSON or Postgres
thelearningdev.hashnode.dev/how-i-turned...

14.10.2025 10:23 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Learn backend development the smart way | Boot.dev Welcome to the most captivating, finger-flying, addictive way to learn to code. The smartest way to learn a thing is to ensure you're never bored.

Learning Go with Boot.dev. As part of my learning process I write short blog posts to help solidify the concepts. Here is a recent article about loops and error handling in GO. thelearningdev.hashnode.dev/navigating-f...

07.10.2025 14:32 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Finished the day by completing the C Memory Management course on @Bootdev. The low-level focus on resource allocation is guiding the architecture for my Python TUI project forcing a strict separation of concerns for stability and testing. #BackEndDeveloper
#pythonprojects

02.10.2025 15:10 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I am documenting my learning journey. Here is my blog post on pure and impure functions. thelearningdev.hashnode.dev/pure-versus-...

11.09.2025 15:00 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image Post image

Just finished the Oldagram Solo Project in Scrimba's Fullstack Developer Path.

28.06.2025 08:10 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Spent the evening working on essential CSS in the Full Stack Developer Course taught by scrimba

25.06.2025 13:22 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Day 17 of #100DaysOfCode revised and completed mini projects in JavaScript

22.06.2025 13:30 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Days 12 and 13 of #100DaysOfCode finished the Unit conversation project and have started the Fullstack developer path by scrimba Taking a couple weeks to work on more JavaScript projects to help
Solidify the information.

17.06.2025 14:17 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image

days 10 and 11 of #100DaysOfCode started working on the Metric/Imperial Unit converter solo project taught by @scrimba
in the Frontend Developer Career Course.

15.06.2025 11:00 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Day 9 #100DaysOfCode finished the Password Generator solo project for the Frontend Developer career path taught by Scrimba

13.06.2025 04:03 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Day 8 #100DaysOfCode finished the blackjack app section and have started on a solo project to create a password generator taught by Scrimba

11.06.2025 13:31 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image Post image

day 7 of #100daysofcode finished the basketball score app on scrimba.

10.06.2025 11:12 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image Post image

Day 6 of #100DaysOfCode working on a Scrimba project building a scoreboard for the frontend developer career course. still a work in progress

09.06.2025 13:54 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

#100DaysOfCode Day 5 Completed a solo project from #scrimba's Frontend Developer Course

08.06.2025 04:26 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#100DaysOfCode I just deployed a birthday giff site for my wife's birthday. From the Frontend Developer Career Path. not her birthday yet so dont tell her. lol

07.06.2025 08:28 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#100DaysOfCode I completed #scrimba's Business Card project taught by @perborgentun.bsky.social

07.06.2025 07:33 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Day 3 of #100DaysOfCode I just started the @scrimba Front-end Developer Career Path. So, spent the day reviewing HTML and CSS.

04.06.2025 13:01 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image

#100DaysOfCode Trying to get sounds to play on button click using data-keys and writing the JS directly into the HTML. I have tried two different methods this first being a very long if/else and the second was just using querySelectors. Will try switch case tomorrow.

03.06.2025 14:20 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

days 2 btw

02.06.2025 10:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#100DaysOfCode refactoring some earlier projects in javascript and updated a little css

02.06.2025 10:41 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image Post image

#100DaysOfCode Day 1 again. creating a simple webpage using #html #css and #javascript to play Craps. I based on the blackjack game from @freeCodeCamp
frontend developer learning path

01.06.2025 10:14 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I have completed Learn Intermediate CSS by Building a Cat Painting #freecodecamp

24.02.2025 12:35 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I have completed Learn More About CSS Pseudo Selectors by Building A Balance Sheet #freecodecamp

22.02.2025 04:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

day 21 of #100daysofcode working on the Enum project from the Odin Project. Still working on a solution.

11.12.2024 13:22 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

thank you

11.12.2024 13:20 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

yes I can follow the example. and I understand conceptually whats happening, however when i look at the project that the odin project wants me to do. I draw a blank. thanks for the help.

11.12.2024 13:03 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Hey Gregory, I am struggling with custom enumerables. So going back over and practicing them.

10.12.2024 23:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Day 20 of #100daysofcode reviewing basic methods to help reinforce fundamentals

10.12.2024 14:45 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image Post image

Days 18 and 19 of #100daysofcode working with APIs and csv files.

07.12.2024 14:52 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Day 17 #100daysofcode working on CLI Tic Tac Toe for #the odinproject.

04.12.2024 12:35 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@numpkins is following 20 prominent accounts