đź‘‹ I'm a software engineer and this is my blog.
Find me on LinkedIn, GitHub, and Dev.to

  1. January 04, 2022

    Next.js provides a nifty little component, which allows internal linking within your React application without causing a page refresh…

  2. April 26, 2021

    Pair programming – two programmers working together on one workstation at the same time – is easy enough to do when both people are sitting…

  3. April 07, 2021

    The term “REST API” (aka “RESTful API”) is thrown around all the time when talking about web applications. But what exactly does the term…

  4. January 01, 2021

    JavaScript Modules using ES6 syntax have two different types of exports: named and default. There are differences in how they are declared…