I haven't found any other developers on YouTube with a channel the size of codedamn (100K+ subscribers) who are not not "super excited" about the release of Deno.Mehul Mohan What is …
Creating A Gallery
Today we are going to learn about creating reusable code to create a gallery project. Let's begin with creating a closure - the ability to create a function that has scope. More on that …
Working From Home While Watching Children
If you are like me and work for a company that is being responsible and prudent in the face of global concerns about the spread of COVID-19 and your kids don't have daycare/school during this period, …
Continue Reading about Working From Home While Watching Children →
Troubleshooting APIs
Today, we are going to play around with an API from recipepuppies.com which isn't a perfect API - the intention is to learn how to navigate problems you may come across with APIs. Hopefully, you will …
Ajax & APIs
APIs allow you to interact with some big data platforms like twitter and pull their data to your application, then display it. To pull data from a website, they first have to offer a web API. …
Async, Await, & Recursion
Sidebar, the formatting is intentionally different between this article and the last one, while I nail down with intention which one I prefer. I'd love to hear your preference in the comments or on …