Using Redis for a cache with a Next.JS app
Migrating from unstable_cache to Redis in Next.js Why Redis? When deploying Next.js applications on Vercel, the built-in unstable_cache can be unreliable. Redis provides a more robust caching sol...
Migrating from unstable_cache to Redis in Next.js Why Redis? When deploying Next.js applications on Vercel, the built-in unstable_cache can be unreliable. Redis provides a more robust caching sol...
Securing Your WordPress Site on AWS Lightsail with Fail2Ban Introduction Fail2Ban is a powerful intrusion prevention tool that helps protect your server from brute-force attacks by monitoring log...
Migrating from GitHub Actions to Azure DevOps Pipelines for .NET Deployment Recently, I transitioned my .NET Core API deployment from GitHub Actions to Azure DevOps Pipelines. While the process ...
Adding Unit Tests to Your Azure DevOps Pipeline Looking to make my Azure DevOps pipeline more efficient, I wanted to start with just auto running my Unit Tests by adding a task that focuses on run...
When working on my dashboard application, I needed to set up a new collection in Cosmos DB using the MongoDB API. One important feature I wanted was a Time to Live (TTL) policy for documents, ensur...
Simplifying Workflows for Azure Functions Development In the development of modern cloud-based solutions, efficient workflows are essential. For our project, we’ve chosen Azure Functions to handle...
Integrating the Continue VS Code Extension with Ollama for Enhanced AI Assistance Boosting your development workflow with AI tools can significantly improve productivity. This guide walks through ...
Adding new SSH key to your Github Account for a new dev machine I recently got a new laptop and had to get all my credentials re setup which is always a fun time. Luckily Github makes this proces...