admin
More from admin

Projects

Nov 28, 2024
4 min read
6 views
Features of Dockerizing Applications Written in Next.js

In this article, we describe the challenges faced by the Onix team while creating a Docker environment for a project written in Next.js. Background: A small project written in Next.js, consisting of a backend, frontend, and a database, needed to be deployed in a cloud environment with minimal costs (up to $50 per month). The […]

By admin

Our experience

3 min read
10 views
Scaling a PHP Application: Optimizing Apache2 to Handle 500 Concurrent Users

We were tasked with optimizing a PHP application running on an Apache2 server to handle a significantly higher number of concurrent users efficiently. The primary goal was to identify the upper limit of the current configuration and implement optimizations to maximize throughput, ensuring stable performance under load. Problem: Initial load testing, conducted using BlazeMeter (leveraging […]

By admin

Uncategorized

2 min read
16 views
Outage in Kubernetes Development Cluster During High-Impact Usage

We maintain a dedicated infrastructure to host development environments (Dev environments) for various projects, independent of client resources, to streamline the development process.

By admin