Engineering

January 8, 2024

Precision Matters: Why Using Cents Instead of Floating Point for Transaction Amounts is Crucial

In the world of software security and financial transactions, the precision of data handling is not just a preference, it’s a necessity.
PullRequest headshot

January 5, 2024

Writing Effective Commit Messages in Git: Best Practices and Examples

Commit messages in Git are more than just a mandatory step in version control; they are a critical component of effective team collaboration and project management.
PullRequest headshot

January 4, 2024

Managing State in ASP.NET: Rethinking Session and ViewState

When developing web applications with ASP.NET, state management is a critical aspect that determines the efficiency, scalability, and security of the application.
PullRequest headshot

January 3, 2024

Preventing SQL Injection in Golang

SQL injection continues to be a prominent threat in the realm of software security, posing significant risks to applications.
PullRequest headshot

January 2, 2024

AI Code Review: Enhancing Human Expertise

AI Code Review: Enhancing Human Expertise The advent of Artificial Intelligence (AI) has dramatically altered the landscape of various industries, with software development being a prime example.
PullRequest headshot