All blog posts
Page 1 of 1
•
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