home.social

#100devs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #100devs, aggregated by home.social.

  1. I revamped my profile page using just HTML and TailwindCSS (with like 6 lines of JavaScript), removing thousands of lines of CSS and SASS that I didn't quite understand from my old HTML template. I wrote about the process: kyaaron.github.io/aaron-blog/#

  2. Day 37 of #100-days-of-code
    Continued investigating a specific way of getting a key's value from an object using JS but have been spinning my wheels. Any guidance would be greatly appreciated!
    #100Devs

  3. Day 34 of ⁠100-days-of-code
    Replaced spaghetti code of nested JS For loops with array.map().
    Also, I've been going through the HDTGM movie catalog, and even "sub-par art" can have incredible aspects, just as sub-par times in life. ziply.pk/ZHQbZ7
    #100DaysOfCode #100Devs #HDTGM

  4. Day 33:
    Successfully applied the value from HTML select dropdown options using JS!
    #100DaysOfCode #100Devs

  5. Day 32:
    -Fixed some self-induced bugs.
    -Started learning about getting values from html selector in JS.
    #100DaysOfCode #100Devs

  6. Day 31
    -Fixed bug preventing alternative titles from appearing in my movie app.
    -Watched more of MayanWolfe's Doggo Generator video for more guidance on JS and APIs.
    youtube.com/watch?v=rHnC-7h633
    #100DaysOfCode #100Devs

  7. Day 30:
    Added free and ad-supported streaming options to my app.
    Fixed a bug preventing streaming logos from rendering if other options were undefined.
    Adjusted code to get streaming options from regions outside of the US.
    #100DaysOfCode #100Devs

  8. Day 29: Made huge progress on getting streaming providers' information from TMDB API. Lots more work to do but the basic layout is mostly done!
    #100DaysOfCode #100Devs

  9. Day 28: I'm making steady progress retrieving specific object properties from TMDB API.
    #100DaysOfCode #100Devs

  10. Day 27: Making progress working with TMDB API and creating JS loops. This is the wrong movie poster and incorrect language for Season of the Witch, but each character's reaction perfectly encapsulates how I feel each time my code doesn't work.😆
    #100DaysOfCode #100Devs

  11. Days 24-26: Retrieved more information from TMDB API for an ongoing project but not before struggling and reminding myself the hard way to always read the API docs!
    #100DaysOfCode #100Devs

  12. Day 23: Watching more 100Devs videos going further into APIs. Also been browsing free API library to find any that are still functional to use on possible projects.
    #100DaysOfCode #100Devs

  13. Days 17-22: Worked on landing page using a couple APIs including Zenquotes, which fetches on Postman but not in my browser. After investigating the issue, it turns out I'll need my own backend, which I'll follow up on at a later date.
    #100DaysOfCode #100Devs

  14. Loving Tailwind CSS. Now that I'm using it more often and committing some things to muscle memory, it's making the styling of an app much easier, especially when I'm doing mobile-first styling. One thing that's needed though - a native "toggle" element in HTML. #learninginpublic #webdev #100devs

  15. Loving Tailwind CSS. Now that I'm using it more often and committing some things to muscle memory, it's making the styling of an app much easier, especially when I'm doing mobile-first styling. One thing that's needed though - a native "toggle" element in HTML. #learninginpublic #webdev #100devs

  16. Loving Tailwind CSS. Now that I'm using it more often and committing some things to muscle memory, it's making the styling of an app much easier, especially when I'm doing mobile-first styling. One thing that's needed though - a native "toggle" element in HTML. #learninginpublic #webdev #100devs

  17. Day 16: Made a monthly update to a client's website. Reviewing more API concepts with 100Devs.
    #100DaysOfCode #100Devs

  18. Day 1-15: Completed a Jeopardy-style web app to quiz knowledge from the CocktailDB.
    potentpotables.netlify.app
    #100Devs #100DaysOfCode #Jeopardy

  19. Day 0 of 100-days-of-code 2nd attempt. Was bedridden by sciatic nerve issues which stopped by productivity but all good now. As my Grandpa would always say, "Health is wealth!"
    #100DaysOfCode #100Devs

  20. Day 12 - "Christmas Tree Farm" ✅

    There was only one part, and I just couldn't come up with the logic myself to solve this challenge. 😑

    My solutions - github.com/GKay-Dev/Advent-of-
    Advent of Code 2025 - adventofcode.com/2025/day/12

    #AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025

  21. Day 11 - "Reactor" ✅

    Part 1 was easier; I used a similar approach as before.
    For part 2, I had to add memoization.
    Just one more day to go. 😔

    My solutions - github.com/GKay-Dev/Advent-of-
    Advent of Code 2025 - adventofcode.com/2025/day/11

    #AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025

  22. Day 10 - "Factory" ✅

    Today's challenge was tough for me, both parts. Couldn't figure out the logic without getting some help.

    My solutions - github.com/GKay-Dev/Advent-of-
    Advent of Code 2025 - adventofcode.com/2025/day/10

    #AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025

  23. Day 09 - "Movie Theater" ✅

    Part 1 was way too easy. Brute forced in 5 min.
    Couldn't figure out the logic for part 2 without some external help.

    My solutions - github.com/GKay-Dev/Advent-of-
    Advent of Code 2025 - adventofcode.com/2025/day/9

    #AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025

  24. Day 08 - "Playground" ✅

    I had difficulty figuring out part 2.
    Overall, today's challenge was interesting.

    My solutions - github.com/GKay-Dev/Advent-of-
    Advent of Code 2025 - adventofcode.com/2025/day/8

    #AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025

  25. Day 07 - "Laboratories" ✅

    Rebuilt manifold for part 1 (overhead 🙁).
    Thought of using Graph Traversal Algos for part 2. Later found a simpler way.

    My solutions - github.com/GKay-Dev/Advent-of-
    Advent of Code 2025 - adventofcode.com/2025/day/7

    #AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025

  26. Day 06 - "Trash Compactor" ✅
    Part 1 was easier.
    Struggled Part 2 for quite a few hours, only to realize I've been saving my input incorrectly. 🤦

    My solutions - github.com/GKay-Dev/Advent-of-
    Advent of Code 2025 - adventofcode.com/2025/day/6

    #AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025

  27. Day 04 - "Printing Department" ✅

    Felt it easier compared to the previous 2 days.
    Fun solving these problems. Hoping to stay consistent this year.

    My solutions - github.com/GKay-Dev/Advent-of-
    Advent of Code 2025 - adventofcode.com/2025/day/4

    #AdventOfCode #Python #Coding #Challenges #100Devs #AoC2025

  28. Day 27: Finished client site's CSS changes for responsiveness, high-contrast text, and other minor aesthetic adjustments.
    #100DaysOfCode #100Devs

  29. Day 25 & 26: Changed font on client's site from px to vw & rem to allow text to be responsive as well as readable on mobile devices. Added semi-transparent background on text displayed on images to increase contrast.
    #100DaysOfCode #100Devs

  30. Spent longer at the ABQ Dia de los Muertos festivities than planned, so I wasn't left much library time before they close.
    Day 14: Trying to loop through a list of almost 400 movies and have corresponding API data appear next to them.
    #100DaysOfCode #100Devs #JavaScript #DiaDeLosMuertos

  31. What if light-dark() in CSS wasn’t just for colors?

    Imagine swapping borders, fonts, or even layouts—automatically, by theme.

    I broke down how modern CSS (with @function, if(), and style queries) makes it possible.

    Theming just got way more powerful. ⚡

    dropletdrift.com/beyond-colors

    #css #darkmode #frontend #webdev #developer #html #coding #javascript #design #ui #ux #programming #learncode #100devs #devlife #frontenddev #webdesign #internet #software #opensource #webdesign

  32. Sonntag veranstalte ich schon das sechste Social Anxiety Meetup im #100Devs Discord.

    Überlege ja noch immer, sowas auch außerhalb meiner Coding-Community zu organisieren.

    Limitierende Faktoren sind Energie, Zeit und eine/n Mitstreiter/in finden.

    #SozialeAngst #Sozialphobie #Coding #webDev

  33. Reminder alert! 🚨

    Tomorrow, Christian @_heyglassy joins me on Teach Jenn Tech to unravel the mysteries of queries.

    ⏰ Set those reminders for 11a PST | 2p EST | 6p UTC | 8p CEST
    📍 twitch.tv/jennjunod
    #QueriesWithChristian #TechTalk #databases #datainfrastructure #learninglive #100devs

  34. Hello beautiful humans!

    Christian's @_heyglassy coming on #TeachJennTech livestream, & we're diving into questions about queries 🧐

    ⏰ 11a PST | 2p EST | 6p UTC | 8p CEST
    📍 twitch.tv/jennjunod

    #QueriesWithChristian #databases #datainfrastructure #learninglive #100devs

  35. ✨ Hello beautiful humans!✨

    You stoked about tomorrows livestream?! I am!

    Teach Jenn Apache Pinot with @tlberglund from @startree

    Part 2 of 2 Apache Pinot Series 🎉

    ⏰ 11am PST | 2pm EST | 9pm CEST

    📍twitch.tv/jennjunod

    #100devs #100daysofcode #RealTimeAnalytics #ApachePinot #DataInsights #RealTimeData #AnalyticsPlatform #DataVisualization #RealTimeMetrics #DataAnalysis #DataScience

  36. ✨ Hello beautiful humans!✨

    You stoked about tomorrows livestream?! I am!

    Teach Jenn Apache Pinot with @tlberglund from @startree

    Part 2 of 2 Apache Pinot Series 🎉

    ⏰ 11am PST | 2pm EST | 9pm CEST

    📍twitch.tv/jennjunod

  37. ✨ Hello beautiful humans!✨

    You stoked about tomorrows livestream?! I am!

    Teach Jenn Apache Pinot with @tlberglund from @startree

    Part 2 of 2 Apache Pinot Series 🎉

    ⏰ 11am PST | 2pm EST | 9pm CEST

    📍twitch.tv/jennjunod

    #100devs #100daysofcode #RealTimeAnalytics #ApachePinot #DataInsights #RealTimeData #AnalyticsPlatform #DataVisualization #RealTimeMetrics #DataAnalysis #DataScience

  38. ✨ Hello beautiful humans!✨

    You stoked about tomorrows livestream?! I am!

    Teach Jenn Apache Pinot with @tlberglund from @startree

    Part 2 of 2 Apache Pinot Series 🎉

    ⏰ 11am PST | 2pm EST | 9pm CEST

    📍twitch.tv/jennjunod

    #100devs #100daysofcode #RealTimeAnalytics #ApachePinot #DataInsights #RealTimeData #AnalyticsPlatform #DataVisualization #RealTimeMetrics #DataAnalysis #DataScience