📝

I write about technology

Ever since I was a kid, I've been fascinated by technology.

thumbnail

Adding a Stylish Loader to Your Website

Learn how to implement an eye-catching loader animation in your web application using React and Tailwind CSS. This tutorial will guide you through the process of creating a bouncing ball loader that adds a touch of interactivity to your loading screens.

nextjstailwindcssanimationfrontend
thumbnail

Caddy: The Perfect Web Server for Small Applications

Discover why Caddy is an excellent choice for hosting small applications, with its automatic HTTPS, easy configuration, and seamless Docker integration.

CaddyWeb ServerDockerSSLDevOps
thumbnail

Why Self-Hosting Supabase is a Great Choice (and How to Do It)

Explore the benefits of self-hosting Supabase and follow our step-by-step guide to set it up on your own VPS.

SupabaseSelf-HostingDatabaseVPS
thumbnail

Identifying When to Use Kubernetes: A Comprehensive Guide

Explore the key factors to consider when deciding if Kubernetes is the right choice for your project, including scalability needs, complexity, and resource management.

KubernetesContainer OrchestrationDevOpsScalability
thumbnail

Writing Clean Code With React

Effective and efficient ways to write clean code with React while keeping in mind the performance and maintainability of the codebase.

Clean Code
thumbnail

Can Slider using Nextjs, Tailwindcss, Framer Motion

Here's the code to the slider

Clean Code
thumbnail

Creating a Dark Mode Toggle with Next.js and Tailwind CSS

As a web developer, you may be wondering how to create a dark mode toggle for your web application. In this tutorial, we will explore how to implement a dark mode toggle with Next.js and Tailwind CSS.

tailwindcsscssfrontend