A new era of performance: Exploring asynchronous web development in Django

In the world of web development, performance is everything. As more users flock to web applications, the demand for fast and efficient APIs has grown as well.
Hexagonal architecture: What is it and why should you use it?

Hexagonal architecture is an architectural pattern for building software systems that are testable, decoupled, flexible, and maintainable. Hexagonal architecture is a pattern
Financial data extraction from statements with Machine Learning

In this post we will go through different approaches we used to automate the data extraction from these Financial Statements that were formerly provided from different external sources.
Handling Missing Data in ML Modelling (with Python)

During my experience as a data scientist, one of the most common problems I have faced during the process of data cleaning/exploratory analysis has been handling missing data.