Thoughts

pageTitleSeparator

I write about JavaScript/TypeScript, Node.js, React, security, performance and open source. I've written 11 articles on this site.

All Posts

Optimizing performance in NEXT.js: Tips and tricks

views

Learn how to improve the performance of your NEXT.js application with our expert tips and tricks. Discover techniques for optimizing the loading of images, implementing lazy loading, and more in this comprehensive guide to optimizing performance in NEXT.js.

January 19, 2023

nextperformance

Build a Simple Blog with Contentlayer, Next.js and Tailwind CSS

views

Building your own blog should not be complicated. This article shows you how to build a simple blog using contentlayer, Next.js, markdown and Tailwind CSS.

July 22, 2022

nextmarkdowncontentlayertailwindcss

Blur Placeholder Images with Next.js and Tailwind CSS

views

This article will show you how to create a blur placeholder using Tailwind CSS & Next image component.

July 22, 2022

nexttailwindcss

How the Web Works, HTTP Request/Response Cycle

views

In this article you'll explore how the web works, and how a web browser interacts with a web server.

January 25, 2022

http

Create a Simple Web Server in Node

views

In this article you will create a simple web server using the http node module.

January 14, 2022

node

How to add Google Analytics to your Next.js Application

views

Here’s how to add Google Analytics version 4 to a Next.js website.

December 14, 2021

next

Top 6 ReactJS UI Component Libraries

views

What are the best React⚛️ Component Libraries? Material UI; Chakra UI; React Bootstrap; and more.

December 04, 2021

react

Create a Bouncing Loader Animation with Tailwind CSS

views

This article guides you through creating a bouncing loader animation using Tailwind CSS utility classes.

July 12, 2021

csstailwindcss

20+ Awesome VS Code Extensions You Should Consider Using

views

VS Code extensions let you add languages, debuggers, and tools⚙ to your installation to support your development workflow.

March 08, 2021

vscode

An Introduction to the Jamstack

views

An introduction to the Jamstack: a powerful new approach for deploying blazing fast🚀, highly scalable sites and applications.

January 11, 2021

apisjamstackjavascript

How to Create a Pull Request on GitHub

views

This article walks you through the process of contributing to an open source project by creating a pull request on GitHub using the CLI.

August 10, 2020

gitgithub