Building a Secure File Sharing Network with NGINX, Tahoe-LAFS, and Tailscale
We recently faced a unique challenge: securely distributing files across a decentralized grid using Tahoe-LAFS, where each node is in […]
We recently faced a unique challenge: securely distributing files across a decentralized grid using Tahoe-LAFS, where each node is in […]
In this post, I’ll walk you through how I set up a CI/CD pipeline for an iOS project using GitHub
What is AWS ECS AWS ECS (Amazon Elastic Container Service) is a fully managed container orchestration service provided by Amazon
What is Mastodon? Mastodon is a decentralized social network comprised of separate servers focused on specific themes, topics, or interests.
WireGuard is a communication protocol and free and open-source software that implements encrypted virtual private networks, and was designed with
Component of docker architecture Docker uses a client-server architecture, which allows you to interact with Docker through a command-line interface
What is Docker? Docker is a tool or we can say an open-source platform that helps build, deploy, run, and
“Puppeteer” is a special tool made by the Chrome team that lets you use a web browser, like Chrome, without
Load Balancing Load balancing is a method of distributing traffic among all other running servers equally and helps to optimize
Auto-scaling is a scaling method to scale your ec2 instance up or down according to the workload of an application.