Recent articles

Preview post image

Connecting to an SQLite database with PHP

  • avatar
  • 5 mins read

SQLite is a lightweight, self-contained database engine that doesn't require a separate server to run. It's a popular choice for smaller applications, embedded systems, and situations where simplicity and minimal setup are crucial. In PHP development, SQLite is an excellent option for managing data without needing the complexity of larger database systems. Whether you're working on a small project or need a simple solution for data storage, SQLite can be a powerful tool. This article will guide you through using SQLite with PHP, showing how to set it up, perform common operations, and use it in your applications.

Read more
Preview post image

Setting up MySQL and Redis with Docker Compose

  • avatar
  • 6 mins read

Docker has transformed the way developers deploy applications, offering an efficient method to package and distribute software. One common use case involves setting up a MySQL database alongside a Redis service. MySQL serves as a reliable relational database management system, while Redis acts as a high-performance in-memory key-value store. With Docker and Docker Compose, you can get both of these services up and connected in just a few steps. This article will guide you through creating a Docker environment that includes MySQL and Redis, giving you a smooth and reliable setup.

Read more
Preview post image

Engineering management for team success

  • avatar
  • 5 mins read

The transition to an Engineering Manager role often presents new challenges that can be both rewarding and daunting. Many engineers stepping into this position might feel confident due to their experience, as they have already been involved in various aspects of management, such as stakeholder engagement and leading teams to deliver user value.

Read more