ABRAHAM's avatar

ABRAHAM VILCHES DE LA CRUZ

Premium

Completed courses

New!
Green Slope Audit

🟢 Green Slope Audit

Javier FerrerRafa Gómez

Audit session where we review Green Slope's Software Design and Architecture.

4 rules of simple design

👌 4 rules of simple design

Javier FerrerRafa Gómez

Learn the 4 rules for writing simpler code.

Object-Oriented Programming Best Practices

🪂 Object-Oriented Programming Best Practices

Javier FerrerRafa Gómez

Apply good OOP practices in your code to make it more maintainable.

Practical Case: Aggregates and Read Model in DDD

📑 Practical Case: Aggregates and Read Model in DDD

Javier FerrerRafa Gómez

Learn practically how to model your Aggregates in a scalable, maintainable, and testable way.

Clean Code

🧽 Clean Code

Javier FerrerRafa Gómez

Apply Clean Code to your code to make it more maintainable, scalable, and testable.

Projections [Domain Modeling]

📽️ Projections [Domain Modeling]

Javier FerrerRafa Gómez

Master Projections in software design to make your applications more maintainable, scalable, and testable.

RabbitMQ as a Messaging Queue [Infrastructure Design]

🐰 RabbitMQ as a Messaging Queue [Infrastructure Design]

Javier FerrerRafa Gómez

Add scalability to your application using RabbitMQ with an optimal queue design.

Domain Modeling: Domain Events

🐉 Domain Modeling: Domain Events

Javier FerrerRafa Gómez

Master Domain Events in software design and make your applications more maintainable, scalable, and testable.

Aggregates [Domain Modeling]

🫚 Aggregates [Domain Modeling]

Javier FerrerRafa Gómez

Master Aggregates in software design and make your applications more maintainable, scalable, and testable.

Repositories [Domain Modeling]

🗃️ Repositories [Domain Modeling]

Javier FerrerRafa Gómez

The Repository pattern is one of the easiest to understand, but also one of the easiest to implement incorrectly. In the course, we see how to avoid this.

Value Objects [Domain Modeling]

🧲 Value Objects [Domain Modeling]

Javier FerrerRafa Gómez

The Value Object pattern is one of the most well-known, but also one of the most hated. In the course, we see how to make the most of it and how to facilitate its use to turn that hate into love.

Visual Studio Code: Productivity and Setup

🛠️ Visual Studio Code: Productivity and Setup

Rafa GómezJavier Ferrer

Boost your productivity by making the most of Visual Studio Code. From a minimalist appearance to mastering all its hidden shortcuts.

DDD in TypeScript: Communication Between Services and Applications

🛰 DDD in TypeScript: Communication Between Services and Applications

Fernando VilasRubén SaladoDani Santamaria

Communicate services and applications using Domain-Driven Design (DDD) and TypeScript, enabling software and teams to scale progressively.

TDD: Test-Driven Development

♻️ TDD: Test-Driven Development

Dani SantamariaJavier Ferrer

Learn Test-Driven Development (TDD) and the different ways and styles to apply it in Real World™️ applications

DDD in TypeScript: Modeling and Architecture

🔷 DDD in TypeScript: Modeling and Architecture

Fernando VilasRubén SaladoJavier Ferrer

Step by step create your TypeScript application following Domain-Driven Design.

Refactoring Code Smells to Clean Code: Change Preventers

🧹 Refactoring Code Smells to Clean Code: Change Preventers

Javier FerrerRafa GómezDani Santamaria

Learn to detect and deal with code that generates resistance to change. A course focused on Code Smells of the Change Preventers type.

Karabiner: Keyboard Shortcuts for Everything

🎱 Karabiner: Keyboard Shortcuts for Everything

Rafa Gómez

Automate everything on your Mac with keyboard shortcuts and improve your productivity!

Refactoring Code Smells to Clean Code: Bloaters

🧼 Refactoring Code Smells to Clean Code: Bloaters

Rafa GómezJavier Ferrer

Learn to detect and deal with incomprehensible code 🤟

Makefiles

🐂 Makefiles

Rafa GómezJavier Ferrer

Centralizing tasks in our applications is very important, and Makefiles simplify this significantly.

Continuous Integration with GitHub Actions

⚙️ Continuous Integration with GitHub Actions

Rafa GómezJavier Ferrer

Achieve a reliable and super-fast Continuous Integration! With GitHub Actions, we'll see how to achieve it.

Testing: Introduction and Best Practices

Testing: Introduction and Best Practices

Javier FerrerRafa Gómez

Learn what testing brings, how to test, and best practices to prevent maintaining your tests from becoming a nightmare with examples from The Real World™

Domain-Driven Design: DDD Applied

🗿 Domain-Driven Design: DDD Applied

Javier FerrerRafa Gómez

Learn to model your applications focusing on your domain, define Bounded Contexts, aggregates, value objects, and much more. All in a practical way with code examples.

Communication Between Microservices: Event-Driven Architecture

💬 Communication Between Microservices: Event-Driven Architecture

Javier FerrerRafa Gómez

Publish and consume domain events, eventual consistency, RabbitMQ and AWS SNS-SQS, migration from monolith to services, and much more.

Docker: From 0 to Deploy

🐳 Docker: From 0 to Deploy

Jose Armesto

Learn what Docker is and how to make the most of containers. Starting from the beginning, we will see how to use Docker to run your application locally as if it were in production, starting a database with Docker Compose.

Hexagonal Architecture

🎯 Hexagonal Architecture

Javier FerrerRafa Gómez

Domain-Driven Design relies on Hexagonal Architecture as one of its technical pillars. Learn how to implement it with CodelyTV!

CQRS: Command Query Responsibility Segregation

🚌 CQRS: Command Query Responsibility Segregation

Javier FerrerRafa Gómez

Increase the performance and decoupling of your backend through CQRS. We will explore concepts and implementations of synchronous and asynchronous buses.

Courses in progress

New!
Event Bus in a Database [Infrastructure Design]
11%

🚏 Event Bus in a Database [Infrastructure Design]

Javier FerrerRafa Gómez

Add scalability by using your own database as an event bus.

MCP in-depth: Create your server following best practices
5%

🥏 MCP in-depth: Create your server following best practices

Javier FerrerRafa Gómez

Create your MC server by exploring all its primitives and applying best practices.

Hemav Audit
25%

🗺️ Hemav Audit

Javier FerrerRafa Gómez

Audit session where we review the Software Design and Architecture of Hemav.

DDD, Microservices and Infrastructure in Audiense, Genially and Codely
40%

🧿 DDD, Microservices and Infrastructure in Audiense, Genially and Codely

AudienseGeniallyCodely

Sessions where we talk about DDD, Microservices, and Infrastructure in Audiense, Genially, and Codely.

Hexagonal Architecture in Frontend
21%

🧇 Hexagonal Architecture in Frontend

Rafa GómezNúria Soriano

Learn how to implement Hexagonal Architecture in your frontend applications

Terraform: Best Practices for Managing Your Infrastructure as Code
60.71%

🪐 Terraform: Best Practices for Managing Your Infrastructure as Code

Javier FerrerAdrián CatalánEsteve Oria

When working with cloud infrastructure, you must prepare to make any changes without any risk. In this course, we explain how to version and automate all of your application's infrastructure.

Behavioral Design Patterns
57.69%

🐝 Behavioral Design Patterns

Dani SantamariaRafa Gómez

Learn the implications at the SOLID level and maintenance of Behavioral Design Patterns.

Web Performance
29.63%

🌪️ Web Performance

Nino DafonteNúria Soriano

Learn how to optimize your web applications and create a performance culture to maintain it in the long term.

Maintainable and Scalable Symfony
20%

🎶 Maintainable and Scalable Symfony

Dani SantamariaJavier Ferrer

Learn tools and practices with Symfony to achieve greater maintainability and scalability of your applications.

Notion: Team Productivity
2.17%

🌈 Notion: Team Productivity

Javier Ferrer

Centralize all your work team's documentation and task management in one single tool: Notion.

Maximizing IntelliJ
2%

Maximizing IntelliJ

Rafa GómezJavier Ferrer

Boost your productivity by maximizing IntelliJ! Achieve a minimalist look, create files with custom templates, secret shortcuts, and much more.

Git: Introduction and Team Work
15%

🔀 Git: Introduction and Team Work

Rafa GómezJavier Ferrer

Learn to work in a team with Git and make the most of advanced aspects such as debugging, merge strategies, and much more.

AWS EC2: Your First Deploy
3%

☁️ AWS EC2: Your First Deploy

Jose Armesto

Learn the basics of Amazon Web Services to deploy your application in the cloud. Create your own VPC, choose the right EC2 instance, configure SSH, select your base AMI, define Security Groups, deploy, and configure Route53 as DNS!

ABRAHAM VILCHES DE LA CRUZ ﹤🍍﹥ Codely