Ijeoma Eti
As a software engineer, I enjoy solving problems and sharing what I’ve learned along the way. I’ve written articles for different blogs, focusing on breaking down technical concepts and offering practical tips. The links below lead to the blogs where these articles were published.

The rise of large language models (LLMs) that can understand and generate human-like text has really transformed the area of artificial intelligence, allowing machines to understand and generate text that feels very human-like......

When deploying infrastructure or software in any environment, creating a solid application monitoring and observability strategy is a critical foundational step, whether in a containerized or traditional.......

Data persistence in application deployment using containerization is often a critical challenge that can make or break your application’s performance and reliability......

In cloud computing, managing infrastructure efficiently has now become an important part of modern infrastructure operations. For instance, an IT professional who needs to spin up EC2 instances....

There is a widespread saying that if you fail to plan, you plan to fail; This adage is also quite true during software development. Before you start writing code, it's a good idea to establish a system architecture.....

Streams are a design pattern that transforms big data operations into manageable chunks. It is one of Node Js fundamental concepts for handling i/o operations i.e reading/writing files, network communications.......

User flows, UX flows, or flowcharts, as they are sometimes called, are diagrams that display the complete path a user takes when using a product. it is also a visual representation of the path created.........

Creating and managing virtual machines used to be a tedious and time-consuming process. Replicating the VM on a different server can also be challenging, and it gets harder if you have to replicate multiple VMs....

JavaScript closure is a concept that is often difficult to understand. The purpose of this article is to educate you about JavaScript closures and how to utilize them in a real-world project......