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•
4 min
•
––– views
We Were Affected by Recent React RSC Vulnerabilities: Code Exposure (CVE-2025-55183) and React2Shell
A malicious request can cause a Server Function to return compiled code from other functions. In our case, that ended up leaking secrets that the bundler had embedded in the output.
#nextjs
#react
#security
•
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