How to configure Gettext using PHP and Docker One thing that sets apart software applications is internalization. Developers often overlook the importance of internalization of their app. Let’s set that up. The Docker part (likely what you are looking for) Fortunately, there are open source tools that make translation of your app easy. Consider using […]
How we ended up using ClickUp We are going to simultaneously explain and document our journey through PM tools! The JIRA days We started in 2013, way before ClickUp was even an idea. Back in 2013, we bet our money on tradition, classic, timeless – JIRA. It felt like we should be using JIRA because […]
Performance is king use Opcache PHP extension What is Opcache and what’s in it for my app? Opcache is an extension for PHP that is used to improve the performance of PHP applications by caching the compiled version of PHP scripts in memory. This means that when a PHP script is executed, the opcache extension […]
To create a load balancer using Traefik and Docker, you can follow the guide below. This guide will walk you through setting up Traefik, Let's Encrypt, and Docker.
AWS Lightsail does not support auto-renew of LetsEncrypt SSL certificates using certbot, to automatically update your LetsEncrypt SSL certificate bncert
Using multiple Availability Zones can increase the availability and fault tolerance of your application, but it can also increase your AWS costs. Here are a few ways that Availability Zones can affect pricing