lopdesa

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

Hidden Requirements in Dev Hiring

Hidden Requirements in Dev Hiring
Maybe you've come across this image in your dev feeds (X, Reddit, LinkedIn...)It's supposed to be a list of hidden requirements from an American recruiter. (I'd love to link the original Reddit post, ...
0 Read More

When to use Strapi Lifecycle Hooks

When to use Strapi Lifecycle Hooks
When to use Strapi Lifecycle Hooks After the update to Strapi v5, lifecycle hooks are no longer the recommended approach for most use cases. Instead, we recommend using Strapi's document serv...
0 Read More

Day-1 javaScript.

30-days-challenge Day-1: javaScript What is JavaScript...?JS the Language JS the Dom---> Brinden Eiche create js in 20 days. ---> At the initial phase, js has many problems. --...
0 Read More