-
Creating a dotnet tool (part 4)
This time I'll show you how to perform work with the file system and write unit tests against it
-
Creating a dotnet tool (part 3)
This time I'll show you how to perform Continuous Deployment to NuGet from GitHub Actions.
-
Creating a dotnet tool (part 2)
In this entry I'll show you how to add som basic unit testing, as well as how to use Dependency Injection to enhance our tool.
-
Machine Learning Design Patterns
A book about some common patterns (a pair of problem-solution) that arise when training and deploying machine learning models.
-
Creating a dotnet tool (part 1)
In this posts series I'll show you how to create a dotnet tool from scratch, following the best software engineering practices such as version control, continuous integration and thorough testing.
-
Machine Learning en .NET
Machine Learning se puede hacer en muchos lenguajes, ¡C# es uno de ellos! en este post te enseño cómo es que podemos usar ML.NET para esta tarea.
-
Building Machine Learning Powered Applications
A book about what are the pieces around an application that uses machine learning at its core, a good insight into what is beyond training models.
-
Publicando aplicaciones hechas con Xamarin desde GitHub Actions
Aplica la integración continua a tus aplicaciones hechas con Xamarin y publica desde GitHub Actions.
-
C# con estilo (a fuerzas)
¿A quién no le gusta el código escrito siguiendo un estandar? te muestro como puedes aplicar el tuyo en .NET
-
Mi setup de Python en Windows
Una parte de mi sigue atado a este sistema operativo, pero así consigo mi dosis de Python en Windows.