Micheal Ojemoron

Micheal Ojemoron @mojemoron

About: Founder|Problem solver|Technical Writer|Voracious Reader interested in Cloud computing-Algorithm&DataStructure-ML

Location:
Lagos, Nigeria
Joined:
Feb 22, 2020

Micheal Ojemoron
articles - 8 total

The Environment Variables Pattern

An Introduction to Environment variables and how to use them During software development,...

Learn More 51 4May 17 '20

Productivity 101: Git Aliases for Lazy Developers

According to Larry Wall, the original author of the Perl programming language, one of the qualities o...

Learn More 103 30May 3 '20

What the heck is Unpacking and Packing of Sequences in Python?

If you are new to python or have been programming in python and you haven't started using Packing and...

Learn More 16 3Mar 29 '20

Can you recommend interesting software engineering blogs you follow?

These are my interest: System design Application design/scaling Database design/scaling Software A...

Learn More 39 20Mar 28 '20

How to Connect your Django App to a dockerized PostgreSQL and pgAdmin

Docker has been my default environment set-up for deploying most of my web projects quickly. It is li...

Learn More 60 12Mar 22 '20

A Beginner's Guide to Multithreading and Multiprocessing in Python - Part 1

As a Backend Engineer or Data Scientist, there are times when you need to improve the speed of your p...

Learn More 28 4Mar 15 '20

What does this mean in Python: *args, **kwargs?

If you are new to python one stumbling block you will face during your learning experience is underst...

Learn More 86 6Mar 1 '20

Pythonic way to aggregate or group elements in a list using dict.get and dict.setdefault

Using dict.get How often have you aggregated an item by its group like this: ar= [1,1,3,...

Learn More 15 10Feb 22 '20