Anuncios Libros Cursos Categorías

Guide to text in SwiftUI

21-08-2023 - Andrés Cruz

Guide to text in SwiftUI

Swift We are going to learn how to work with the basic texts in SwiftUI, styles and functions that can be applied to them to vary the underline, bold, strikethrough, safe and normal text input in SwiftUI and the state properties.


Basic Vue tutorial in 30 minutes: What it is, what it is for and examples

18-08-2023 - Andrés Cruz

Basic Vue tutorial in 30 minutes: What it is, what it is for and examples

Vue We will talk about what Vue is, what it is for, features, how to install and use Vue, we will compare Vue with jQuery and some examples to start with Vue


Websockets in Django using Django Channels, wsgi and asgi servers

12-07-2023 - Andrés Cruz

Websockets in Django using Django Channels, wsgi and asgi servers

Django Learn how to implement WebSockets in Django with Django Channels. A complete guide covering ASGI servers, consumers, and how to create a real-time chat step by step.


Redirects in Django: Types, Uses, and How to Maintain Your SEO When Changing URLs

08-07-2023 - Andrés Cruz

Redirects in Django: Types, Uses, and How to Maintain Your SEO When Changing URLs

Django Redirects in Django are the mechanism we have to send from one page to another that we have configured in our Django app.


How to incorporate a YouTube playlist on your website

29-05-2023 - Andrés Cruz

How to incorporate a YouTube playlist on your website

Programación básica How to embed a YouTube playlist on your website correctly. Methods using iframes, WordPress, and SEO best practices.


The Gammu SMS daemon (Gammu SMSD)

18-05-2023 - Andrés Cruz

The Gammu SMS daemon (Gammu SMSD)

Programación básica Gammu SMSD es un demonio que analiza el módem GSM en busca de SMS.


Create a side menu or Drawer in flutter for navigation in our app

14-05-2023 - Andrés Cruz

Create a side menu or Drawer in flutter for navigation in our app

Flutter We are going to know how we can create a side menu or Drawer with options, headers and user information in Flutter.


Connect an app in Flutter to the Cloud Firestore database in Firebase

09-05-2023 - Andrés Cruz

Connect an app in Flutter to the Cloud Firestore database in Firebase

Flutter We are going to configure a project in Flutter to the Cloud Firestore database in Firebase and learn the CRUD operations to this database.


Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page

09-05-2023 - Andrés Cruz

Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page

Flutter We explain how to work with the onWillPop widget to intercept the user's action when going back through the toolbar, back button or any other method and display any type of widget.


Dart / Flutter - How to parse a String into a number

07-05-2023 - Andrés Cruz

Dart / Flutter - How to parse a String into a number

Flutter We are going to know how we can pass String to integer or real numbers using Flutter, specifically Dart.