Posts
All the articles I've posted.
Async and Await: Simplifying Asynchronous JavaScript
Posted on:April 21, 2023 at 10:09 PMGet rid of the complexities of asynchronous programming in JavaScript with the power of async and await.
Server-Side Rendering with NextJS
Posted on:April 20, 2023 at 10:09 PMThe article provides a step-by-step guide for implementing Server-Side Rendering (SSR) with NextJS, a popular framework for building React-based web applications, with codeblock examples.
Creating a Component in NextJS
Posted on:April 19, 2023 at 08:22 PMA step-by-step guide for creating a reusable component within NextJS, including an example of how to define the component as a function that returns a JSX element and export it from a file.
A Crash Course to Two-Factor Authentication
Posted on:April 18, 2023 at 03:22 PMTwo-Factor Authentication is a security feature that adds an extra layer of protection to your online accounts.