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.
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.
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.