Make your SvelteKit edge application truly production-ready! Learn step-by-step how to configure custom domains, integrate secure authentication via BetterAuth (Google OAuth & OTP), send emails reliably with Mailgun, and deploy Cloudflare Turnstile for enhanced security.
Build blazing-fast, globally distributed SvelteKit applications for free! Learn step-by-step how to deploy SvelteKit on Cloudflare Workers, connect to a Cloudflare D1 database using Drizzle ORM, and leverage the power of serverless edge computing.
In this article, we are setting up a Django project from scratch. This will be a different approach than blindly using any "starter template" or even the famous "djang-cookiecutter". We add functionality step by step. At the end you will have...
In this article we are going to set up Vite for a Django application and use it to install and use Tailwind. You will be able to use this for any other npm packages in the future, too!
This guide assumes you already have a...
Recently I saw a reddit post of a software engineer "feeling dumb" because of all the things he saw that he did not know.
On this post I replied with a suggestion of keeping a "Stuff I Didn't Know I...