Analyzing reddit comments using Python
In this post, we'll take a look at how to build a simple Python script for word analysis. We will then apply it to the comment section of any given reddit post.
Read more →
Running a serverless API using Netlify Functions
Over the last few years, serverless applications have been growing in popularity. There are many use cases in which a serverless solution is more practical and more convenient than the traditional server solution. In this post, we'll look at setting up a serverless Express.js API using Netlify functions.
Read more →
Tips and Tricks: Chrome Dev Tools
I recently spent some time diving into all that Chrome's developer tools have to offer. It's quite impressive what the Chrome team has built to make the lives of web developers easier. In this post, I will share a handful of the nifty things I learned.
Read more →
Comparing Enzyme with React Testing Library
Enzyme has long been a popular library for testing React applications. More recently, React Testing Library has been gaining popularity in Enzyme's place. In this post, we'll take a look at how the two compare.
Read more →
Building a blog with Gatsby and MDX
I've long considered trying out blogging. Now, I'm finally giving it a go. Here's how I built my blog using Gatsby and MDX.
Read more →