Code Review

February 21, 2024

Embracing Dependency Injection in ASP.NET for Loose Coupling and Testability

In software development, the principle of designing applications that are both loosely coupled and highly testable is paramount.
PullRequest headshot

February 20, 2024

Why You Should Consider Using React Over jQuery

The choice of frameworks and libraries can significantly impact the functionality, security, and maintainability of your applications. As we journey through 2024, a pivotal decision facing developers is whether to use React or jQuery for their projects.
PullRequest headshot

February 16, 2024

Identifying and Remediating CWE-312 Cleartext Storage of Sensitive Information in Laravel Applications

The security of sensitive information within web applications is paramount, especially in today’s digital age where data breaches and cyber threats are on the rise.
PullRequest headshot

February 15, 2024

Ensuring Mobile Application Security with Expo

In the rapidly evolving world of mobile app development, security remains a paramount concern. With the rise of frameworks like Expo, which streamline the development process for React Native applications, it’s crucial to integrate robust security practices from the get-go.
PullRequest headshot

February 14, 2024

Designing Algorithms for Controlling Organic Systems: A Journey from Scarcity

The concept of managing organic systems with software presents a unique and intriguing challenge. Unlike traditional systems, organic systems - such as ecosystems, human social structures, or even certain types of decentralized networks—exhibit complex behaviors and interactions that cannot be fully predicted by linear models.
Michael Renken headshot