Building a simple Bash backup script with Docker, MySQL and rsync
Step-by-step guide to designing pragmatic bash scripts for automated backups, including database dumps, file archiving, retention policies, validation, and remote synchronization.
I am Nemanja, a full stack developer
Step-by-step guide to designing pragmatic bash scripts for automated backups, including database dumps, file archiving, retention policies, validation, and remote synchronization.
A practical performance comparison of deployment file transfer methods and why rsync usually outperforms scp.
Use Github Actions and the Vercel CLI to automate the deployment of a static website to Vercel.
A straightforward guide on how to deploy a full-stack FastAPI and Next.js app to Vercel, including a ready-to-use code example.
A practical example of implementing Github OAuth in FastAPI, and why Next.js server actions and API routes are convenient for managing cookies and domains.
Connect Next.js to a FastAPI backend while preserving a modern React workflow with server actions and server components.
Build and deploy a static website as a reusable Docker image, and see how practical it really is.
Learn how to configure Next.js with runtime environment variables and build Docker images you can reuse across multiple environments.
Understanding the strengths and trade-offs of core pathfinding algorithms through a practical maze example. Demo app included.
Expose multiple home servers using a single Rathole server.
Bypass CGNAT permanently and host websites from home.
A practical example how to temporarily expose your local service to the internet.
Build a random image component to make your hero image more interactive and interesting.
Learn through a practical example how to build a performant, responsive image gallery with Astro and React.