Common Async/Await mistakes in C#

Hello, developers! 🥷🏻Today, we are going to talk about common mistake made when using asynchronous programming in C# projects. First of all, let’s understand what is asynchronous programming ...
0 Read More

LayerCSS (.lyc) Syntax guide

To write a valid .lyc file, you need to follow specific syntax and structural rules so that the compiler or preprocessor can correctly interpret it. These rules are based on the examples and logic imp...
0 Read More

Django 2FA With Google Authenticator

Django 2FA With Google Authenticator
Django Django Djnago Djonga Djingo!!!I have been on a mission to build things around Django for more than half a decade now, you won't say it? Congratulations to me!!!Back to business, Aren't you skep...
0 Read More

modelview4

⛶class BlogCategory(models.Model): name = models.CharField(max_length=100, unique=True) description = models.TextField(blank=True, null=True) slug = models.SlugField(max_leng...
0 Read More