3 Key Areas to Consider When Developing a Cybersecurity Strategy for your BusinessApr 10, 2024·3 min read·10
"Taming Complex Settings with Schema-Driven Forms: A Developer's Deep Dive"Thrown Into the Deep End: My Dive Into Schema-Driven Forms I got thrown into the deep end again. It’s been a while since I was truly in over my head. After coasting through a few breezy projects, I finally hit one of those high-pressure ones: clear o...Apr 28, 2025·3 min read·21
RESTful APIsWhat is an API? API means Application Programming Interface. I know, it's a lot to take in, took me a while to understand but I will try to break it down to basics. The starting point to understanding what an API is, is to understand the distinction ...Oct 12, 2020·3 min read·59
OneToOne Relationship: Linking your user model to your custom profile model in DjangoPhew... It's database again!? There are three main relationships in relational database. These include: One To One relationship One To Many relationship Many To Many relationship In this article we will be dealing with the first one; one-to-one re...Aug 21, 2020·13 min read·835
Django: ModelsThere are two popular types of software architectural patterns for developing web applications. There is the MVC(Model View Controller) and the MVT(Model View Template). The major difference is that in MVC the developer gets to code the controller ...Jul 20, 2020·4 min read·140
JavaScript: Using RegExp with Replace()Replace() Replace() in JavaScript is a string method that takes a pattern as the first parameter and replace it with what is passed as the second parameter. The pattern passed as the first parameter can either be a string or a RegExp. The second para...Jul 14, 2020·4 min read·7
Psst... I am a newbie, Where do I start?There are no laws! There is no one size fit all. Whoa... Most people will think that when you transition(aka change careers) to tech, there would be a guideline or a set path to achieving this goal or a set curriculum that tells you which path to ta...Jun 14, 2020·136