<Germán/>
Back to Home

Talks & Workshops

Conferences, meetups, and workshops on blockchain, .NET, Rust, and software architecture.

Exploring Memory Design in Rust
Meetup
Rust

Exploring Memory Design in Rust

Deep dive into Rust's memory model, ownership, and borrowing.

Mar 27, 2024
From Code to Execution: The Role of MSIL in .NET
Talk
.NET

From Code to Execution: The Role of MSIL in .NET

Understanding Microsoft Intermediate Language and .NET execution.

Mar 25, 2024
Solidity Assembly - MLoad
Online
Blockchain

Solidity Assembly - MLoad

Low-level EVM operations and memory loading in Solidity assembly.

Mar 24, 2023
Ethereum Virtual Machine - Advanced Workshop
Workshop
Blockchain

Ethereum Virtual Machine - Advanced Workshop

EVM internals, opcodes, and gas optimization.

May 19, 2022
Advanced Solidity - Design Patterns
Workshop
Blockchain

Advanced Solidity - Design Patterns

Factory, proxy, diamond and other patterns for production dApps.

May 18, 2022
Smart Contract Proxies & Upgrades
Workshop
Blockchain

Smart Contract Proxies & Upgrades

Upgradeable smart contracts and proxy patterns.

May 18, 2022
Advanced Solidity: OpenZeppelin
Workshop
Blockchain

Advanced Solidity: OpenZeppelin

Building secure smart contracts with OpenZeppelin libraries.

May 18, 2022
Ethernaut Challenge: Fallback
Online
Blockchain

Ethernaut Challenge: Fallback

Solving the Fallback challenge from Ethernaut.

Mar 10, 2022
From Zero to Blockchain Developer in One Hour
Talk
Blockchain

From Zero to Blockchain Developer in One Hour

Introduction to blockchain development fundamentals.

Mar 9, 2022
Design Patterns: Do We Need Them?
In-Person
Net-Baires

Design Patterns: Do We Need Them?

Discussion on the relevance of design patterns today.

Mar 9, 2022
C# 10 - What's New
Meetup
Net-Baires

C# 10 - What's New

Exploring the new features in C# 10.

Nov 27, 2021
From 0 to Blockchain Developer in 3 Months
vOpen
Blockchain

From 0 to Blockchain Developer in 3 Months

Roadmap to becoming a blockchain developer.

Nov 20, 2021
Diamond Pattern in Solidity
Meetup
Blockchain

Diamond Pattern in Solidity

Implementing the EIP-2535 Diamond Standard.

Nov 10, 2021
Vertical Slice Architecture with ASP.NET Core
Latino NET
Net-Baires

Vertical Slice Architecture with ASP.NET Core

Organizing code by features instead of layers.

Sep 29, 2021
C# Getting More Functional: Records Everywhere
Online
.NET

C# Getting More Functional: Records Everywhere

Functional programming patterns in modern C#.

May 8, 2021
Functional Patterns for Mortals
Meetup
Net-Baires

Functional Patterns for Mortals

Functional programming patterns accessible to everyone.

May 6, 2021
A World Without If
CaliSharp
.NET

A World Without If

Exploring alternatives to conditional statements.

Nov 18, 2020
How Object Oriented is our Code?
HDNUG
.NET

How Object Oriented is our Code?

Analyzing OOP principles in real-world codebases.

Nov 18, 2020
How Object Oriented is our Code?
NetCoreConf
Net-Baires

How Object Oriented is our Code?

Deep dive into OOP principles and practices.

Oct 3, 2020
Patterns for Mortals - Refactoring Live
Vlog
Net-Baires

Patterns for Mortals - Refactoring Live

Live refactoring session applying design patterns.

Sep 18, 2020
DDD - Entities and Value Objects
Vlog
Design Patterns

DDD - Entities and Value Objects

Domain-Driven Design core concepts explained.

Sep 4, 2020
DDD - Pure Models
Vlog
Net-Baires

DDD - Pure Models

Building pure domain models in DDD.

Aug 28, 2020
Architecture Kata - Truco
Workshop
Net-Baires

Architecture Kata - Truco

Building the Truco card game with clean architecture.

Jul 23, 2020
Architecture Kata - Rock Paper Scissors
Workshop
Net-Baires

Architecture Kata - Rock Paper Scissors

Clean architecture applied to a classic game.

Jul 7, 2020
Architecture Kata - Hangman
Workshop
Net-Baires

Architecture Kata - Hangman

Building Hangman with design patterns.

Jul 3, 2020
Architecture Kata - Tic Tac Toe
Workshop
Net-Baires

Architecture Kata - Tic Tac Toe

Implementing TicTacToe with clean architecture.

Jun 13, 2020
From Testing to Designing - Unit Testing Secrets
Talk
Net-Baires

From Testing to Designing - Unit Testing Secrets

What no one told you about unit testing.

Jun 12, 2020
Functional Programming with C#
TechCommunityDay
.NET

Functional Programming with C#

Functional patterns in the C# ecosystem.

Jun 12, 2020
A World Without IFs - Generics to the Rescue
Meetup
Net-Baires

A World Without IFs - Generics to the Rescue

Using generics to eliminate conditionals.

May 11, 2020
Patterns for Mortals - Designing Unit Tests
Workshop
Net-Baires

Patterns for Mortals - Designing Unit Tests

Best practices for unit test design.

Apr 28, 2020
Architecture Patterns for Cloud Applications
Talk
Azure

Architecture Patterns for Cloud Applications

Designing scalable cloud-native applications.

Apr 25, 2020
Unit Testing - Tips for Enviable Tests
.NET Latino
.NET

Unit Testing - Tips for Enviable Tests

Writing tests that developers love.

Apr 18, 2020
Patterns for Mortals - Defensive Code
Online
.NET

Patterns for Mortals - Defensive Code

Writing robust and defensive C# code.

Apr 10, 2020
Event Sourcing for Everyone
Online Meetup
Net-Baires

Event Sourcing for Everyone

Introduction to event sourcing patterns.

Mar 26, 2020
What's New in C# 8
Meetup
Net-Baires

What's New in C# 8

Exploring new features in C# 8.

Nov 14, 2019
Angular Architecture and Best Practices
Talk
Angular

Angular Architecture and Best Practices

Building scalable Angular applications.

Oct 23, 2019
.NET Architecture Day - 2nd Edition
Organizer
Net-Baires

.NET Architecture Day - 2nd Edition

Organizing the second .NET architecture conference.

Sep 28, 2019
A World Without IFs - Generics to the Rescue
Talk
.NET

A World Without IFs - Generics to the Rescue

Eliminating conditionals with generic programming.

Sep 1, 2019
Azure 360 for Developers
Community
Azure

Azure 360 for Developers

Comprehensive Azure overview for developers.

Aug 30, 2019
Patterns for Mortals - From Procedural to Objects
Meetup
Net-Baires

Patterns for Mortals - From Procedural to Objects

Transitioning from procedural to OOP.

Jun 22, 2019
Visual Studio 2019 Launch
Organizer
.NET

Visual Studio 2019 Launch

Celebrating the VS 2019 release.

Apr 12, 2019
Vertical Slice Architecture with ASP.NET Core
Meetup
Net-Baires

Vertical Slice Architecture with ASP.NET Core

Feature-based code organization.

Mar 26, 2019
CQRS to the Rescue
.NET Conf Chile
.NET

CQRS to the Rescue

Command Query Responsibility Segregation explained.

Nov 30, 2018
.NET Microservices - Containerized Architecture
.NET Conf Chile
.NET

.NET Microservices - Containerized Architecture

Building containerized microservices with .NET.

Nov 30, 2018
.NET Microservices - Containerized Applications
.NET Conf UY
.NET

.NET Microservices - Containerized Applications

Microservices architecture for .NET applications.

Nov 16, 2018
What if we Containerize Angular?
DevFest
Angular

What if we Containerize Angular?

Running Angular applications in Docker.

Nov 1, 2018
.NET Microservices - Containerized Applications
.NET Conf AR
.NET

.NET Microservices - Containerized Applications

Building scalable microservices with .NET.

Oct 12, 2018
Patterns for Mortals - Specification Pattern
DataArt Meetup
.NET

Patterns for Mortals - Specification Pattern

Implementing the specification pattern in C#.

Aug 29, 2018
N-Layer Architecture with Domain Orientation
Meetup
Net-Baires

N-Layer Architecture with Domain Orientation

Domain-oriented N-layer architecture with .NET.

Jun 22, 2018
Post Build 2018
Meetup
Net-Baires

Post Build 2018

Highlights from Microsoft Build 2018.

Jun 12, 2018
Global Azure Bootcamp 2018
Bootcamp
Azure

Global Azure Bootcamp 2018

Azure fundamentals and best practices.

Apr 23, 2018
Patterns for Mortals - State Pattern
Meetup
Net-Baires

Patterns for Mortals - State Pattern

Implementing state machines in C#.

Mar 23, 2018
Code Smells
Talk
.NET

Code Smells

Identifying and fixing code smells.

Mar 22, 2018
Managing Angular State with Redux
GDG Fest
Angular

Managing Angular State with Redux

State management patterns for Angular.

Dec 8, 2017
Preparing AngularJS Apps for Angular 2 Migration
DevFest
Angular

Preparing AngularJS Apps for Angular 2 Migration

Migration strategies from AngularJS to Angular.

Nov 26, 2017
RxJS - Reactive Programming
DevFest
JavaScript

RxJS - Reactive Programming

Introduction to reactive programming with RxJS.

Nov 26, 2017
Universal Windows Platform Introduction
.NET Conf UY
.NET

Universal Windows Platform Introduction

Getting started with UWP development.

Nov 2, 2017
Entity Framework with .NET Core
.NET Conf UY
.NET

Entity Framework with .NET Core

Data access with EF Core.

Nov 2, 2017
RESTful APIs with .NET Core
.NET Conf UY
.NET

RESTful APIs with .NET Core

Building REST APIs with ASP.NET Core.

Nov 2, 2017
Application Design in Azure
Talk
Azure

Application Design in Azure

Designing cloud-native applications.

Sep 20, 2017
Introduction to Azure
Talk
Azure

Introduction to Azure

Getting started with Microsoft Azure.

Aug 31, 2017
Real-Time Data with SignalR + C# Generics
Meetup
Net-Baires

Real-Time Data with SignalR + C# Generics

Building real-time applications.

Aug 30, 2017
.NET Conf AR 2017
Conference
.NET

.NET Conf AR 2017

Argentina's .NET conference.

Jul 6, 2017
Git Workshop - Introduction
Workshop
.NET

Git Workshop - Introduction

Getting started with Git version control.

Jun 10, 2017
Creating RESTful APIs with ASP.NET Core
Talk
.NET

Creating RESTful APIs with ASP.NET Core

Building modern APIs with .NET Core.

Jun 8, 2017
Scalable Applications with Azure
Talk
Azure

Scalable Applications with Azure

Building scalable cloud applications.

May 10, 2017
Azure API Management
ApisAr Meetup
Azure

Azure API Management

Managing APIs in the cloud.

May 4, 2017
Azure BootCamp 2017
Bootcamp
Azure

Azure BootCamp 2017

Annual Azure learning event.

Apr 25, 2017
Xamarin Fest
Festival
.NET

Xamarin Fest

Mobile development with Xamarin.

Apr 10, 2017
Visual Studio 2017 Launch
Launch Event
.NET

Visual Studio 2017 Launch

Celebrating the VS 2017 release.

Mar 20, 2017
ASP.NET Core on Linux + C# Interfaces
Meetup
Net-Baires

ASP.NET Core on Linux + C# Interfaces

Cross-platform .NET development.

Feb 24, 2017
C# Applications in Visual Studio Team Services
DevFest
.NET

C# Applications in Visual Studio Team Services

CI/CD with VSTS.

Dec 22, 2016
Unit Testing Best Practices and C# Tips
Talk
.NET

Unit Testing Best Practices and C# Tips

Writing effective unit tests.

Dec 16, 2016
TypeScript Introduction
DevRockers Fest
JavaScript

TypeScript Introduction

Getting started with TypeScript.

Oct 23, 2016
Introduction to ASP.NET MVC and Azure
UTN Workshop
.NET

Introduction to ASP.NET MVC and Azure

Web development with MVC and Azure.

Oct 14, 2016
Net-Baires - VSTS and Neo4j
Meetup
Net-Baires

Net-Baires - VSTS and Neo4j

DevOps and graph databases.

Oct 12, 2016