Introduction to GitHub Actions

GitHub Actions allows you to automate tasks directly within your GitHub repository. A workflow is a series of automated steps defined in a .yml file, located in the .github/workflows/ directory of you...
0 Read More

modelview

⛶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

How are you adapting as a developer?

How are you adapting as a developer?
With a few prompts you are able to achieve amazing products like:Streaming platformThe objective is to create a streaming service offering a diverse library of content, personalized recommendations, a...
0 Read More