I Put My Hackathon-Winning App Through an AI QA Test — The Results Surprised Me!
I tested my Hashnode hackathon-winning project using a complex CLI-integrated Passmark test case.

Search for a command to run...
Articles tagged with #django
I tested my Hashnode hackathon-winning project using a complex CLI-integrated Passmark test case.

TL;DR PlanetScale is a MySQL-compatible serverless database platform. Since its database service is a bit different from the actual MySQL, there are some limitations that you can't ignore and must resolve to be able to work with their services. This ...

Legends believe that this project is developed from space..!! Let's see..

I'm pretty sure you've already used/seen unit tests in the projects before. Have you ever wondered about how Django actually prepares you an isolated environment for testing your project without affecting other resources like your database? Before we...

In this article, we are going to discover this cool GitHub feature with a simple scenario that GitHub Actions will help us maintaining that. What's more, I show you why GitHub Actions is not a CI/CD tool. After you got familiar with the techs and bas...

Object Relational Mapping functions and methods help you to interact with the database in an optimized way. Here, we are going to take a look at its features and things that you better know as a Django developer. What is ORM Object Relational Mapping...
