I design professional & beautiful websites
Skills
My Experience
Portfolio
Doctrine Migrations vs. Schema Update: The Right Choice for Production
When managing databases in Symfony applications, developers often face the challenge of keeping their database schema synchronized with t...
Oct 08, 2024 / Read More
Mastering SEO and Security in Django: Sitemaps and HTTPS
In the world of web development, two critical aspects that often go hand in hand are SEO optimization and ensuring secure data transmissi...
Oct 04, 2023 / Read More
Unit Testing in Django
Unit testing is an essential practice in software development that helps ensure the reliability and correctness of your code. When workin...
Oct 02, 2023 / Read More
Polymorphism in Python and Django
Polymorphism is the ability of an object to take on many forms.
Jun 17, 2021 / Read More
Python Console App with Docker
Today I want to write about dockerizing a python app, for instance, a python script.
May 11, 2019 / Read More
How to create an API with Symfony 4 and JWT
Today 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, y...
Jan 23, 2019 / Read More
Django project, apps structure and folders
In this blog post I’ll talk about Django folders structure inside a project.
Dec 06, 2018 / Read More
Gedmo Translations in Symfony 4
Today I’ve had to install Gedmo Translations into a Symfony 4 app and I had some trouble, so after fixing them problems I thought of writ...
Sep 16, 2018 / Read More
How to build a REST API with Django and JWT Auth
It’s been a while since I wrote anything in the blog.
Sep 02, 2018 / Read More
Running PHPUnit tests before git push
We’ve all done it before, pushed code that didn’t pass tests…
Jul 27, 2018 / Read More