Joey Masip Romeu·Oct 8, 2024Doctrine Migrations vs. Schema Update: The Right Choice for ProductionWhen managing databases in Symfony applications, developers often face the challenge of keeping their database schema synchronized with…
Joey Masip Romeu·Oct 4, 2023Mastering SEO and Security in Django: Sitemaps and HTTPSIn the world of web development, two critical aspects that often go hand in hand are SEO optimization and ensuring secure data…
Joey Masip Romeu·Oct 2, 2023Unit Testing in DjangoUnit testing is an essential practice in software development that helps ensure the reliability and correctness of your code. When working…
Joey Masip Romeu·Jun 17, 2021Polymorphism in Python and DjangoWhat is polymorphism and how to use it in Django
Joey Masip Romeu·May 11, 2019Python Console App with DockerToday I want to write about dockerizing a python app, for instance, a python script.A response icon1A response icon1
Joey Masip Romeu·Jan 23, 2019How to create an API with Symfony 4 and JWTToday we’re going to create a Symfony 4 API web app from scratch — I’ll walk you through all the steps, so by the end of this tutorial…A response icon12A response icon12