10 Jan 2023 / 2 min read
Next.js
SendGrid

Creating a contact form with Next.js: A Simple Guide to Sending Emails for your blog

In this article, I will walk you through an easy way to create a form and collect user data via mail in Next.js. This is perfect when you have a portfolio website (like mine), and you want to have a way for people to get in touch with you.

Read More
16 May 2021 / 6 min read
Javascript

Understanding array methods in javascript by building them from scratch

Javascript arrays are packed with some very handy built-in methods. These methods can seem confusing when you're first starting out with javascript.Some of them of can be confusing even after years of coding. One of the best ways to gain a deeper understanding of these methods is to actually build them from scratch.

Read More
17 Aug 2020 / 5 min read
Productivity

5 Tips to finally get your side project done

As a software engineer, I’ve always looked for ways to create cash flow andmaybe have some cool projects to highlight in my portfolio. Therefore I’vestarted building side-projects. In case you're wondering what a side-projectis, it simply means a project that you're working on outside of your full-timejob.

Read More