Adeniyi Olanrewaju

Adeniyi Olanrewaju @engrmark

Joined:
Jun 26, 2024

Adeniyi Olanrewaju
articles - 11 total

Handling 404 and 500 Errors Gracefully in Django with Custom JSON Responses

When building RESTful APIs with Django, the default error pages 404 Not Found (when you try to access...

Learn More 1 0Aug 30

When to Use LabelEncoder and OneHotEncoder in Machine Learning

Imagine trying to teach a computer what Small, Medium, and Large mean. To you, these words are...

Learn More 0 0Jul 28

ACID Operation in Backend Engineering: Building Data Integrity Like a Pro

When you build a banking app, an e-commerce checkout, or any critical backend system, data integrity...

Learn More 0 0Jul 24

Poetry Explained: A Better Tool for Managing Python Projects

If you’ve worked with Python, you’ve probably used pip to install packages. It’s the default tool in...

Learn More 1 0Jul 23

Introducing Quart: A Modern Alternative to Flask (with Async Support)

If you've used Flask before and loved how simple it is to build APIs, you’ll probably enjoy Quart...

Learn More 1 0Jul 14

What is host "0.0.0.0"?

When you're building a web application or server in any programming language, at some point you might...

Learn More 1 0Apr 24

How to Set Up GitHub Actions to Deploy a Simple Docker App on an EC2 Server

If you're working on a web app and want to automate your deployment from GitHub to your server, this...

Learn More 2 0Apr 23

Synchronous vs. Asynchronous in Python: Understanding the Key Differences

Introduction When building applications, it’s important to know how tasks are handled....

Learn More 0 0Mar 29

Bash Script - Task Management

A Simple Guide to a Bash Task Management Script This article explains a basic task...

Learn More 4 1Jan 7

Running Cron Job in Django Using Celery and Docker

Introduction to Cron Jobs A cron job is a scheduled task that runs automatically at...

Learn More 5 0Aug 30 '24

How to Run a Docker Container on AWS EC2 and Access It Externally

Introduction Running a Docker container on an AWS EC2 instance is a powerful way to manage...

Learn More 3 0Jul 30 '24