10x
dev
.
blog
Career Growth in 2025, Vibe Coding, Resources and Learning Paths for Devs!
Articles of Kaima Abbes
The Django migration system was designed to deal with huge number of migrations. Typically you shouldn’t mind to keep a significant number of models migrations in your code base. However,...
Throughout this tutorial, you will learn to use the JavaScript Fetch API in your Vue 3 app to fetch data and consume a REST API
In this article, we'll learn how to center text in CSS horizontally and vertically with Flexbox
In this article, we'll see how to center images in CSS both vertically and horizontally with Flexbox. We'll see how to center images inside flex div containers and then how...
Throughout this tutorial, we’ll be learning how to authenticate REST APIs using JWT in the latest Laravel 8 version. You will learn how to create a REST API using Laravel...
In this tutorial, you'll learn to create an example Angular 7 application with a PHP REST API on top of a MySQL database
If Git is always asking you for your username and password when pushing or pulling from a GitHub repository, This is a common problem if you use HTTPS clone URL...
In this tutorial, you'll learn how to easily add a complete authentication system to your django 3 application with login, logout and password change and reset functionalities
In this quick tutorial, you will be introduced to templates and template inheritance in Flask with Jinja.
In this tutorial we have seen how to enable CORS headers in your Django back-end using a custom CORS middleware or the django-cors-headers package
In this tutorial series we'll be using Python, Flask, SQLAlchemy and Angular 5 to build a modern RESTful web application with an architecture that consists of a front-end application with...