Portfolio - feedback

Hi everyone, I’ve developed this portfolio to showcase my skills. I’ve had fun building it. I followed my intuition and creative thinking. I’d appreciate your honest feedback. Link: https://saba...
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

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