#learnfromfailure
Read more stories on Hashnode
Articles with this tag
After completing my Django project, I wanted to deploy to AWS. Here are my steps to deploy. Step 1: Create an AWS account (root user) because the root...
After creating a few simple projects using Python, I decided to explore the Django framework, a robust tool for web development. I’m excited to share...
Today, I was applying for a job on a website my mentor shared. As I went through the process, I had some doubts and started asking him questions one...
Recently, I attended an interview for a database engineer role. The first round was a virtual technical interview. They asked various questions about...
“unittest” is a Python's built-in testing framework. It helps write and organize test cases to validate that the code behaves as expected. We're...
The alphabet is a list that contains all the lowercase letters of the English alphabet. alphabet = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j',...