Deploy Your First Bun App — Railway & Fly.io

How to deploy a Bun application? Here is how to deploy to production using Fly.io and Railway.

bun
deployment
backend

Get Started With HTMX — Using Bun, Hono & more!

What is HTMX and how can you use it to build your first application? Everything you need to know about HTMX and how to use it with Bun and Hono.

bun
hono
htmx
fullstack

Write Your First CUSTOM React Hook

Writing custom hooks in React is a great way to encapsulate reusable logic. Here is how you can write your first custom hook.

react
frontend

Create a Bun REST API With Elysia & Prisma - Complete Guide

Learn how to create a REST API using Bun with Elysia and Prisma. We will cover everything from setting up the database to creating the routes and adding Swagger documentation.

bun
elysia
prisma
backend

Build Your First REST API With Bun

Learn how to build your first REST API with Bun, a new JavaScript runtime, without any frameworks.

bun
backend

Most Common React Hooks Explained

A deep dive into the most common React hooks and how they can be used to improve your React components.

react
frontend

Freedom After Uninstalling Docker Desktop

Here is why uninstalling Docker Desktop and switching to OrbStack was probably the best decision I made for my laptop.

docker

Never Struggle With CSS Centering Again

Centering things in CSS can be a pain. Let's go over 5 ways to center things using CSS and talk whether each is still a viable option in 2023.

css
frontend