Osahenru

Osahenru @osahenru

About: Edo boy | Web developer | Build cool projects using django | Autodidact | B3 | Cool dude

Location:
Accra, Ghana
Joined:
May 14, 2022

Osahenru
articles - 17 total

Using dj-rest-auth to integrate GitHub authentication in your Django project

This article is a simple guide on how to implement GitHub OAuth for a secure user authentication. In...

Learn More 0 0Nov 20 '24

Using Canonical URLs for your next Django project

What is a canonical URL? A canonical URL is the preferred version of a web page when there...

Learn More 1 0Aug 17 '24

Enhancing your Python code with decorators

Introduction In this article, you'll learn about decorators in Python: how they work, why...

Learn More 0 0Jun 3 '24

Regex pattern in Python: A beginners guide

Regular expression (regex) is a sequence of characters that define a search pattern, usually used for...

Learn More 6 0Apr 26 '24

Getting Started with Python's map() Function: A Beginner's Guide

In Python, a map() refers to the process of applying a function to each item in an iterable (like a...

Learn More 4 0Mar 26 '24

Devin: A Tool, Not a Substitute for Your Job

In the past couple of weeks, there's been a lot of talk about AI replacing software engineers as...

Learn More 3 0Mar 18 '24

Building a basic Python todo app and pushing on GitHub

Hello guys, to conclude what we have been on for a couple of days now, here is a blog post I have...

Learn More 2 0May 21 '23

Building globally with Django internalization

The world as a global village is comprising of different languages, ethnicity and gender. In this...

Learn More 1 0Mar 3 '23

Beginner to hired in 12 months (a step-by-step approach on getting hired as a Dev)

In the late quarter of 2022, I received a mail asking for my application for an internship...

Learn More 2 0Jan 26 '23

How to deploy a sphinx styled documentation

In this tutorial guide I will show you how to create a documentation for your project using the...

Learn More 4 0Dec 21 '22

Getting started with your first open source project

Prerequisite I expect the reader of this article to have an existing GitHub account and is...

Learn More 5 1Oct 26 '22

Using Django's hitcount for unregistered users in your application

Django hitcount is a python library that allows you track the number of hits/views on a particular...

Learn More 5 2Sep 12 '22

How to easily use CKEditor in your Django project

A CKEditor is a WYSIWYG HTML editor that can fit a wide range of use cases: from word-like documents...

Learn More 10 1Sep 12 '22

BUILDING A SIMPLE APP WITH DJANGO'S CLASS BASED VIEWS.

Part III This is the concluding part of a 3 part series in part I we took a holistic view on the...

Learn More 4 0Jul 29 '22

BUILDING A SIMPLE APP WITH DJANGO’S FUNCTION BASED VIEWS

At the end of this article I hope you will be able to understand the difference between a function...

Learn More 9 1Jul 19 '22

USING RAILWAY APP TO DEPLOY YOUR DJANGO PROJECT

Alright guys, at the end of this article I hope you should be able to deploy your first Django...

Learn More 54 53Jul 3 '22

THE NEW TRICK TO EASILY AND EFFECTIVELY DEPLOY YOUR DJANGO PROJECT ON HEROKU IN JUST 10 STEPS

After, two solid weeks of trying to move my Django project on to production, one thing I can tell you...

Learn More 7 3May 20 '22