The fast-paced software development industry requires keeping up with innovative technologies that increase efficiency and scalability. Containerization is one such groundbreaking concept that has taken the tech industry by storm. It was born out of ...
In today's fast-paced digital landscape, businesses need to quickly develop and deploy web and mobile applications to stay competitive. AWS Amplify is a powerful development platform provided by Amazon Web Services (AWS) that enables developers to bu...
The cloud can host Static Websites (i.e websites that only include HTML, CSS, and Javascript files, with no server-side rendering). In this project, we will be deploying a static website to AWS. This project has two primary objectives: Hosting a sta...
Since I enjoy using Python, I will quickly explain ORM in the context of Python programming and why it's used. What is ORM? ORM (Object Relational Mapper) is a library that automates data interaction between a relational database and a python applic...
When solving some complex or simple algorithm or may be working on some data sets, the need to sort your items may arise. Python has a built-in function called sorted() that sorts the elements of a given iterable in a specific order then returns a l...
I was working on a project for a client. I found a tutorial that had a feature I wanted to implement in my project. I was coding along then ran into an Error Error: Failed to lookup view "welcome_page" in views directory "../Rider_project/views/" I r...
The HNG Internship is an opportunity for aspiring software developers to learn, grow and scale their software developer careers with real-world experience. Awesome fact, It's Free. So I applied and got accepted on August 12, 2021. HNG internship off...
When users carry out any activity on the web, these requests make a route to a server or clusters of servers hosted remotely (Cloud). A bad user experience would be a prolonged response time or service unavailability. Let's start by defining some ter...