Hi 👋, my name is Jesus
Software Engineer at Arroyo
I enjoy working with scalable and distributed systems. In this space, I plan to share some of my personal reflections and experiences as a developer. Hopefully you'll find something useful here.
Recent Posts
Read more•
10 min
•
––– views
Linear Regression in R, exploring a real-world dataset
Using this dataset we will explore linear regression concepts and techniques.
#linear-regression
#oceanography
•
1 min
•
––– views
A fancy 'is not null' checker for C#
Checking if a reference is not null sometimes can be tricky. Here is a fancy way to do it.
#csharp
#dotnet
#tricks