Bootcamps

Explora nuestra extensa colección de cursos diseñados para ayudarte a dominar varios temas y habilidades. Ya seas un principiante o un aprendiz avanzado, aquí hay algo para todos.

Academia

Aprende en vivo

Únete a nosotros en nuestros talleres gratuitos, webinars y otros eventos para aprender más sobre nuestros programas y comenzar tu camino para convertirte en desarrollador.

Próximos eventos en vivo

Catálogo de contenidos

Para los geeks autodidactas, este es nuestro extenso catálogo de contenido con todos los materiales y tutoriales que hemos desarrollado hasta el día de hoy.


IngresarEmpezar

Lecciones

Mapa de módulos

Web Developer

Las siguientes lecciones explican diferentes conceptos de programación y han sido publicadas por miembros de 4Geeks

Day 1

4 Lecciones

Welcome to web development: At the beginning there was only HTML, years later CSS appeared, and that's how the web 1.0 came to life

Introducción al Pre Work¿Qué es el Internet?¿Qué es HTML? Es tiempo de aprender HTML y su estructuraAprendamos CSS: ¿Qué Quiere Decir CSS?

Day 2

2 Lecciones

Then, websites got popular and CSS evolved to enable amazing layouts with boxes and also a ritch set of CSS Selectors

Day 3

1 Lección

Then, Bootstrap came to profesionalize websites, removing 99% of the layout pain. Everything is a component from now own.

Day 4

1 Lección

A text editor and the console, that's all you need to be a great coder. Time to master the second one.

Day 5

2 Lecciones

Github is an amazing social network for developers, let's learn how to collaborate and contribute while coding.

Day 6

1 Lección

The CMD Line has millions of tools, it's time to learn the first ones: GIT & Github, together they make collaboration amazing!

Day 7

2 Lecciones

HTML & CSS are great, but the world needed interactive pages (not just beautiful text documents). Javascript comes to help us generate HTML & CSS based after the initial text document has already loaded and also re-write the website live based on the user activity.

Day 8

4 Lecciones

Ok but how do we use Javascript to build websites? You have to interact with the DOM whenever an event occurs

Day 10

3 Lecciones

But working with the DOM can get tricky and it's resource consuming, for that and many other reasons libraries like React.js got popular in the last couple of years. They let you create HTML and CSS using JS in a very intuitive way.

Day 12

2 Lecciones

Time to start the final project! Lets review how software is build today, you'll learn and follow the same method used on the top tech companies in the world.

Day 13

1 Lección

We have learned a lot in a short amout of time, let's work hard on finishing all the Replits, assignments and create our project Wireframes

Day 14

1 Lección

But some react components will never be re-used, they behave more like page or layout. We will call those components: 'Views'... React will help us connect them together to create our main website navegation

Day 25

1 Lección

Welcome to the Backend! Now you'll have access to the File System, DB and more computing power, but from great power, [insert uncle Ben's quote]... First, is there a difference between JS and PHP?