Francisco Javier Palacios PérezFco. Javier Palacios Pérez
Software Developer

Posts - Page 8

Posts - Page 8

Introduction to Programming1Learn to code from scratch with Python

Introduction to Programming

What is programming? In this first lesson, we'll discover what it means to code, how programming languages work, and why Python is the ideal language to start with.

Presentation of the course Learn to code from scratch with Python

Presentation of the course Learn to code from scratch with Python

Do you want to learn to code? This course teaches you Python from scratch to professional level: static typing with mypy, testing with pytest, and best practices from day one. Totally free!

The most useful Oh My ZSH! aliases to increase our productivity with Git37Mastering Git from scratch

The most useful Oh My ZSH! aliases to increase our productivity with Git

Discover the most useful Oh My ZSH! aliases for working with Git. Learn how to speed up your commands and increase your productivity.

How to install ZSH and Oh My ZSH! in Linux subsystem Windows 10

How to install ZSH and Oh My ZSH! in Linux subsystem Windows 10

Learn how to install ZSH and Oh My ZSH! on the Windows 10 Linux subsystem (WSL). Improve your terminal experience on Windows.

How to install ZSH and Oh My ZSH! in GNU/Linux

How to install ZSH and Oh My ZSH! in GNU/Linux

Learn how to install and configure ZSH and Oh My ZSH! on GNU/Linux. Guide for Debian, Ubuntu, OpenSUSE, Arch Linux, and Gentoo.

How to install ZSH and Oh My ZSH! in macOS

How to install ZSH and Oh My ZSH! in macOS

Learn how to install and configure ZSH and Oh My ZSH! on macOS. Discover how to customize your terminal with themes and plugins.

How to install Linux subsystem Windows 10

How to install Linux subsystem Windows 10

Learn how to install the Linux subsystem on Windows 10 (WSL). Discover how to set up Ubuntu, Suse, or OpenSUSE on your Windows system.

Releasing new versions of our projects using Git tags31Mastering Git from scratch

Releasing new versions of our projects using Git tags

Discover how to use Git tags to version your code. Learn how to create, list, and delete annotated and lightweight tags.

Using Git aliases to increase our productivity36Mastering Git from scratch

Using Git aliases to increase our productivity

Learn how to create Git aliases to execute commands faster. Discover how to customize your workflow and be more productive.

How to undo commits in Git18Mastering Git from scratch

How to undo commits in Git

Learn how to undo commits in Git using reset and revert. Discover when to use each command and how to avoid conflicts in remote repositories.

Obtaining and cloning new commits from a Git repository16Mastering Git from scratch

Obtaining and cloning new commits from a Git repository

Discover how to clone remote repositories and keep them synchronized with git pull. Learn to work as a team from different machines.

Creating our first repository on GitHub14Mastering Git from scratch

Creating our first repository on GitHub

Learn how to create your first repository on GitHub step by step. Discover how to set up a new project, add files, and make your first commit.