banner
aaronboyd47.bsky.social
@aaronboyd47.bsky.social
Spent longer at the ABQ Dia de los Muertos festivities than planned, so I didn't have much library time left before they closed.
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
November 2, 2025 at 11:07 PM
To quote Ms. Frizzle: "Take chances, make mistakes, get messy!"
November 2, 2025 at 10:33 PM
Day 12: Don't forget about Occam’s Razor: "The simplest answer is most often correct." The simplest reason my API fetch kept failing, no matter how much I changed the code, was that I had the incorrect JS file linked to my HTML.
#100DaysOfCode #100Devs #JavaScript
October 29, 2025 at 8:57 PM
Day 3: Hit a brick wall trying to apply a locally stored font to CSS via fontface, even using online articles and videos as a solution. Fixed the problem by referencing within the same folder using "../fonts" instead of "fonts/"
#100DaysOfCode #100Devs
October 17, 2025 at 8:36 PM
Today's lesson was how to quickly create a long Ordered List in HTML using Emmet. Simply change "Item" and 100 to however long your list needs to be.
October 14, 2025 at 4:48 PM
October 9, 2025 at 10:50 PM
I'm only using free icons for an app I'm building, but there wasn't one that conveyed financial institution locations with a map, so I used GIMP to make my own! #WebDevelopment
February 4, 2025 at 7:23 PM
Recently I've felt like Phil Connors stuck on Groundhog day, but today is February 3rd and I'm ready for another 100Devs Jobuary huddle & getting back on track with my Google UX course!
#100Devs #UX #WebDevelopment
February 3, 2025 at 7:48 PM
Long ago I failed this Kata in under 20 minutes which wasn't helped by my spaghetti code that didn't work. Today I was able to solve it right away simply with :
return string.replace(/!$/, "")
It's a nice indicator to know progress is being made. #100Devs #JavaScript
December 22, 2024 at 9:20 PM
December 21, 2024 at 3:52 PM
Just had the wrong CSS file open. In the bottom right corner of VS Code look for "Timeline" which will have records of recent save times. Right-click on the desired save time and select "Restore Contents"
December 21, 2024 at 3:49 PM
This past year my father has taken an interest in Cornell University, so as a Christmas gift I made him a fake diploma! Searched through dozens of fonts to replicate the look and used GIMP to adjust some elements as needed.
December 20, 2024 at 9:11 PM
If my foster bulldog believes he can jump high enough to reach a squirrel that's 20 feet up a tree, then anyone who puts in daily effort should believe in themselves enough to overcome imposter syndrome.
#100Devs #WebDevelopment
December 15, 2024 at 10:28 PM
Today I learned how to match using regex. It's now part of my Anki deck.
#100Devs #JavaScript
December 14, 2024 at 10:31 PM
I finished my father's website aside from a functioning comment section, though I thought of a substitute!
#100Devs #WebDevelopment
December 1, 2024 at 1:37 AM
Made good progress on my father's website. The last missing pieces are making it responsive & possibly adding a comment feature. Any recommendations for the latter?
#100Devs #JavaScript #WebDevelopment
November 26, 2024 at 3:56 PM
Saw this great visual guide on array methods on the LinkedIn JavaScript page and thought to share it here as well.
#100Devs #JavaScript
November 25, 2024 at 3:33 PM
Heads up! If you celebrate U.S. Thanksgiving with a turkey dinner, you might need to start thawing it in the refrigerator soon.
#100Devs #JavaScript #Thanksgiving
November 21, 2024 at 8:30 PM
Is there a real-world situation when you cannot use JS methods such as .reverse()? While it made for a good Codewars kata to think creatively, I wonder if it serves a different purpose.
#100Devs #JavaScript
November 21, 2024 at 2:57 PM
Couldn't quite get my code refactored to one line. That's why you compare Codewars answers.
#100Devs #JavaScript
November 20, 2024 at 2:31 PM
I was browsing through JavaScript regex syntax and immediately thought of Tina from Bob's Burgers!😆
#100Devs #javascript #BobsBurgers
November 18, 2024 at 1:57 AM
This was my reaction before I finished reading your post.
November 17, 2024 at 5:03 PM
It's not too late to register for the 10-Hour Challenge Hackathon happening in Omaha, NE on 11/16. I'll be there and know exactly what to wear!
tinyurl.com/3byzy4uz
#webdevelopment #hackathon
November 15, 2024 at 7:48 PM
I just found out you can simply turn arguments into an array by using [...arguments] instead of listing each one like in my photo.
#100Devs #javascript
November 14, 2024 at 2:58 PM
Today's lesson is using the flat() method when dealing with nested arrays.
tinyurl.com/4xmw2tff
#100Devs #javascript
November 13, 2024 at 3:59 PM