Articles of Kaima Abbes

Resetting Django Migrations

Resetting Django Migrations

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,...

Kaima Abbess
Vue 3 Fetch Data and Consume REST APIs

Vue 3 Fetch Data and Consume REST APIs

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

Kaima Abbess
Center Text in CSS Horizontally and Vertically with Flexbox

Center Text in CSS Horizontally and Vertically with Flexbox

In this article, we'll learn how to center text in CSS horizontally and vertically with Flexbox

Kaima Abbess
Centering Images Horizontally & Vertically in CSS With Flexbox

Centering Images Horizontally & Vertically in CSS 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...

Kaima Abbess
Laravel 8 REST API Authentication with JWT Tutorial by Example

Laravel 8 REST API Authentication with JWT Tutorial by Example

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...

Kaima Abbess
Angular 9/8 with PHP: Consuming a RESTful CRUD API with HttpClient and Forms

Angular 9/8 with PHP: Consuming a RESTful CRUD API with HttpClient and Forms

In this tutorial, you'll learn to create an example Angular 7 application with a PHP REST API on top of a MySQL database

Kaima Abbess
How to Stop Git Always Asking for Username and Password When Using HTTPS

How to Stop Git Always Asking for Username and Password When Using HTTPS

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...

Kaima Abbess
Django 3 Authentication with a MySQL Database— Login, Logout and Password Change/Reset

Django 3 Authentication with a MySQL Database— Login, Logout and Password Change/Reset

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

Kaima Abbess
Flask By Example Tutorial: Templates, Inheritance & render_template() Example

Flask By Example Tutorial: Templates, Inheritance & render_template() Example

In this quick tutorial, you will be introduced to templates and template inheritance in Flask with Jinja.

Kaima Abbess
CORS in Django REST Framework

CORS in Django REST Framework

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

Kaima Abbess
Single Page Apps with Flask and Angular 4|5 Tutorial Series

Single Page Apps with Flask and Angular 4|5 Tutorial Series

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...

Kaima Abbess