PinnedPublished inThe StartupReal-Life Examples of JavaScript’s Filter FunctionJavaScript array methods are super useful, and learning how to use them can really help improve the readability of your code. This is the…Jan 14, 2021Jan 14, 2021
PinnedReal life examples of JavaScript’s reduce functionPart 2 of a 3-part series on JavaScript’s array functions.Jan 10, 2021Jan 10, 2021
PinnedJAVASCRIPT IRL: Examples of JavaScript’s map function in real lifeJavaScript array methods are super useful, and learning how to use them can really help improve the readability of your code. However…Jan 6, 2021Jan 6, 2021
PinnedMicroblog: adding estimated reading time to my blog postsBlogs that show an estimated reading time can get upwards of 400% increased click-through rates. Since I roll my own stack for my…Jan 2, 2021Jan 2, 2021
PinnedHow I landed my first tech internship (and how you can too)I think by now everyone with a LinkedIn account has seen at least one post announcing an internship or job offer. For people who’ve been…Dec 27, 2020Dec 27, 2020
Published inGeek CultureHow to get your app running when it just won’t startProbably the most frustrating thing as a software developer is when you’re excited to make an important change, eager to code something…Jun 19, 2021Jun 19, 2021
Published inJavaScript in Plain EnglishHow to store data client-side with IndexedDBIt’s well supported, allows you to store large files, and isn’t even that bad to work with.Jan 25, 2021Jan 25, 2021
Microblog: using closures to create JavaScript factoriesHi everyone! In today’s Microblog post, we’ll be looking at JavaScript closures and how you can use them to make factories.Dec 25, 2020Dec 25, 2020