DEV Community

Mangabo Kolawole profile picture

Mangabo Kolawole

Software Engineer | Technical Writer | Book Author

Education

Studied CS

Work

Software Engineer

Top 7
2
Writing Debut
Four Year Club
Trusted Member 2022
Three Year Club
2 Week Community Wellness Streak
1 Week Community Wellness Streak
8 Week Writing Streak
Two Year Club
Node
Docker
One Year Club
Handling JSON Data in Python

Handling JSON Data in Python

Comments
4 min read

Want to connect with Mangabo Kolawole?

Create an account to connect with Mangabo Kolawole. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Efficient Debugging in Python: A Guide to Using pdb Over print

Efficient Debugging in Python: A Guide to Using pdb Over print

1
Comments
5 min read
An Introduction to Decorators: Enhancing Functions in Python

An Introduction to Decorators: Enhancing Functions in Python

1
Comments
5 min read
Asynchronous Programming with Asyncio

Asynchronous Programming with Asyncio

8
Comments 2
6 min read
Understanding List Comprehensions in Python

Understanding List Comprehensions in Python

7
Comments
4 min read
10-Minute Guide to Building a Webhook Service with Sendhooks

10-Minute Guide to Building a Webhook Service with Sendhooks

9
Comments 1
10 min read
Tools that Make Me Productive as a Software Engineer

Tools that Make Me Productive as a Software Engineer

266
Comments 51
7 min read
Next.js & Django JWT Authentication: Django REST, TypeScript, JWT, Wretch & Djoser

Next.js & Django JWT Authentication: Django REST, TypeScript, JWT, Wretch & Djoser

38
Comments 20
36 min read
Building a FullStack Application with Django, Django REST & Next.js

Building a FullStack Application with Django, Django REST & Next.js

143
Comments 21
21 min read
Building a Robust Webhook Service with Golang: A Comprehensive Guide

Building a Robust Webhook Service with Golang: A Comprehensive Guide

50
Comments 6
24 min read
Build API Key Authentication in your Django REST application: Django, Django REST, Simple API Key & Docker

Build API Key Authentication in your Django REST application: Django, Django REST, Simple API Key & Docker

6
Comments
8 min read
Build a CRUD API using NestJS, MongoDB, Docker & Docker Compose

Build a CRUD API using NestJS, MongoDB, Docker & Docker Compose

25
Comments
10 min read
Testing in Python: Pytest fixtures scope

Testing in Python: Pytest fixtures scope

7
Comments
1 min read
Setup a Testing Environment with Docker and Pytest-Django: PostreSQL schema issue

Setup a Testing Environment with Docker and Pytest-Django: PostreSQL schema issue

14
Comments
2 min read
Why should backend developers care about UX?

Why should backend developers care about UX?

8
Comments 1
3 min read
Building a Web Service WhatsApp Cloud API & Flask: Webhook Configuration - Part 2

Building a Web Service WhatsApp Cloud API & Flask: Webhook Configuration - Part 2

11
Comments
3 min read
Build and Deploy a Fake REST API Server for CRUD with Nodejs in 5 minutes

Build and Deploy a Fake REST API Server for CRUD with Nodejs in 5 minutes

15
Comments
3 min read
SQL Schema in Django Models

SQL Schema in Django Models

11
Comments
1 min read
Building a Web Service WhatsApp Cloud API & Flask: Sending Template Messages - Part 1

Building a Web Service WhatsApp Cloud API & Flask: Sending Template Messages - Part 1

13
Comments 4
4 min read
Serving Django's Static Files with Nginx

Serving Django's Static Files with Nginx

13
Comments 2
2 min read
How to Be Consistent with Content Creation for Developers

How to Be Consistent with Content Creation for Developers

12
Comments 1
2 min read
Python Multiple Inheritance – Python MRO (Method Resolution Order) in 1 minute

Python Multiple Inheritance – Python MRO (Method Resolution Order) in 1 minute

9
Comments
1 min read
Build a CRUD application using Django, React & Docker - 2022

Build a CRUD application using Django, React & Docker - 2022

51
Comments 3
11 min read
Static Files in Django Explained

Static Files in Django Explained

14
Comments 7
1 min read
Don't Use Console.log to Log a List of Objects!

Don't Use Console.log to Log a List of Objects!

13
Comments
1 min read
Configuring the Client for Testing with Pytest and Django REST

Configuring the Client for Testing with Pytest and Django REST

7
Comments
1 min read
Some Motivation!

Some Motivation!

9
Comments 2
1 min read
Debugging a Django Application with PyCharm Community

Debugging a Django Application with PyCharm Community

17
Comments 4
2 min read
Environment Variables in Django

Environment Variables in Django

9
Comments
1 min read
Reduce Docker-compose File length with the YAML Merge Key <<

Reduce Docker-compose File length with the YAML Merge Key <<

13
Comments
1 min read
Ultime Guide to Data Types in JavaScript

Ultime Guide to Data Types in JavaScript

6
Comments
6 min read
List to Dict

List to Dict

9
Comments
1 min read
Understand Asynchronous Tasks with Coffee Shop Example ☕

Understand Asynchronous Tasks with Coffee Shop Example ☕

8
Comments 2
1 min read
Handle Timezone with Django

Handle Timezone with Django

9
Comments
1 min read
WebSocket with React, Nodejs, and Docker: Building a Chat Application

WebSocket with React, Nodejs, and Docker: Building a Chat Application

62
Comments 5
9 min read
Configure Pre-commit Hook Prettier in your React Application in 1 Minute

Configure Pre-commit Hook Prettier in your React Application in 1 Minute

9
Comments
2 min read
Test-Driven-Development with React & Redux: Thunk, Slices & Requests Mocking

Test-Driven-Development with React & Redux: Thunk, Slices & Requests Mocking

385
Comments 9
6 min read
Define Custom Query Sets in Model Managers for Code Reuse

Define Custom Query Sets in Model Managers for Code Reuse

10
Comments
2 min read
Authentication in Tests with DRF

Authentication in Tests with DRF

11
Comments 3
1 min read
Python filter() Method Explained

Python filter() Method Explained

6
Comments
1 min read
Restrain the Rate of Requests with Throttling in Django

Restrain the Rate of Requests with Throttling in Django

7
Comments 1
2 min read
The next() Function Explained

The next() Function Explained

10
Comments
1 min read
Custom Permissions in Django Rest

Custom Permissions in Django Rest

9
Comments 1
2 min read
Introduction to Test-Driven-Development in React for Beginners

Introduction to Test-Driven-Development in React for Beginners

110
Comments 6
5 min read
Stop Raising ValidationError on create() on Serializers

Stop Raising ValidationError on create() on Serializers

11
Comments 4
1 min read
Python map() Method Explained

Python map() Method Explained

8
Comments
1 min read
Optimize Docker Size Image with Python Environment

Optimize Docker Size Image with Python Environment

8
Comments 3
1 min read
Django Tip: Use DecimalField for money

Django Tip: Use DecimalField for money

13
Comments
1 min read
Filter QuerySet with Array fields/values in Django

Filter QuerySet with Array fields/values in Django

12
Comments
2 min read
APIView vs Viewsets

APIView vs Viewsets

14
Comments 2
3 min read
Writing Custom Migrations in Django

Writing Custom Migrations in Django

16
Comments 5
3 min read
Optimize query size in Django

Optimize query size in Django

9
Comments
1 min read
Django ORM explained: selected_related and prefetch_related

Django ORM explained: selected_related and prefetch_related

15
Comments 3
3 min read
Test-Driven-Development with Django: Unit Testing & Integration testing with Docker, Flask & Github Actions

Test-Driven-Development with Django: Unit Testing & Integration testing with Docker, Flask & Github Actions

18
Comments 1
21 min read
Authentication and Authorization with JWTs in Node && Express.js

Authentication and Authorization with JWTs in Node && Express.js

54
Comments 6
7 min read
Build an API using Node, Express, MongoDB, and Docker

Build an API using Node, Express, MongoDB, and Docker

654
Comments 11
8 min read
How to contribute to Chatwoot on Github?

How to contribute to Chatwoot on Github?

12
Comments 1
1 min read
Build and Deploy your Django & React App: Authentication, Docker, AWS Lightsail, GitHub Actions & PostgreSQL

Build and Deploy your Django & React App: Authentication, Docker, AWS Lightsail, GitHub Actions & PostgreSQL

20
Comments 2
3 min read
Deploy a React App on AWS Lightsail: Testing, Docker, Docker Compose, Nginx & Github Actions

Deploy a React App on AWS Lightsail: Testing, Docker, Docker Compose, Nginx & Github Actions

407
Comments 19
10 min read
5 Tips to Quickly Navigate a New Codebase

5 Tips to Quickly Navigate a New Codebase

41
Comments 1
2 min read
loading...