📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Persisting data using HiveDB in Flutter

18-11-2025 - Andrés Cruz

Base de Datos HiveDB together with sharedpreferences is one of the ways we persist data in our application in Flutter; HiveDB has a simple API to store and obtain data as we will see in this post.

Continuar leyendo


Eager loading and lazy loading in Laravel

13-11-2025 - Andrés Cruz

Eager loading and  lazy loading in Laravel

Base de Datos Eager loading and lazy loading are two techniques we have available to retrieve data related to working with Eloquent models. And we have to know them in detail to use techniques that best suit our needs.

Continuar leyendo


Transactional operations in the database in Laravel

09-06-2024 - Andrés Cruz

Transactional operations in the database in Laravel

Base de Datos We will learn how to use Transactional Operations in the database with Laravel so that we can perform several operations on the same task unit in Laravel.

Continuar leyendo


Configure the MySQL database in Laravel from SQLite

18-03-2024 - Andrés Cruz

Configure the MySQL database in Laravel from SQLite

Base de Datos We will see the steps to follow to configure a MySQL database in Laravel that uses an SQLite database by default starting with version 11.

Continuar leyendo


Perform CRUD Operations with MongoDB

09-10-2023 - Andrés Cruz

Perform CRUD Operations with MongoDB

Base de Datos Let's learn how we can perform CRUD type operations using MongoDB from its command line.

Continuar leyendo


Install MongoDB on MacOS with Homebrew

09-10-2023 - Andrés Cruz

Install MongoDB on MacOS with Homebrew

Base de Datos Mongo is a NoSQL database of the moment, on MacOS you can have it EASY, learn how!

Continuar leyendo


Getting started with SQLite in JavaScript: the openDatabase, executeSql and executeSql methods

20-09-2023 - Andrés Cruz

Getting started with SQLite in JavaScript: the openDatabase, executeSql and executeSql methods

Base de Datos With SQLite in HTML5 you can store persistent information of different types (user, control, etc.) with JavaScript using the openDatabase, executeSql and executeSql methods.

Continuar leyendo


Essential commands and configurations when creating any application in Django

19-07-2023 - Andrés Cruz

Essential commands and configurations when creating any application in Django

Base de Datos In this post we are going to see some essential commands and configurations when creating any application in Django, from preparing the environment, configuring MySQL, creating our first model and our CRUD.

Continuar leyendo


How to Configure and Connect Django with MySQL Step by Step

04-11-2025 - Andrés Cruz

How to Configure and Connect Django with MySQL Step by Step

Base de Datos We are going to learn how to set up a MySQL database using the UNofficial extension or package for Python in our Django project, but remember that you can use several types of servers in your project.

Continuar leyendo


How to create a REST API in Django step by step (with Django REST Framework)

08-11-2025 - Andrés Cruz

How to create a REST API in Django step by step (with Django REST Framework)

Base de Datos A complete guide to building a REST API with Django and the Django REST Framework (DRF). Discover how to structure your project, use ViewSets, and secure your API with token-based authentication.

Continuar leyendo