LATEST —
The myths and realities of open source software security
The debate around open source security has intensified over recent years. Many consider open source software (OSS) safer due to its transparency, while others point to recent security breaches as evidence of its vulnerabilities. But is OSS genuinely safer than proprietary code? The answer is nuanced...
Choosing a programming language for your next project
In a greenfield project, where there are no pre-existing code constraints, the selection of a programming language is a foundational decision with broad implications. The criteria to consider when choosing a language for a new project involves balancing theory with practicality and provides a stable...
Nov 05 2024
Techniques for protecting web APIs from common threats in 2024
APIs are one of the most common threat vectors, according to a 2024 Gartner report. APIs provide a pathway for data exchange and facilitate access to critical resources. They are the lifeline of modern web applications, bridging the gap between various services, platforms, and devices. This makes AP...
Nov 01 2024
From black box to open book: Understand your browser's behavior using net logs
Software engineers understand the importance of transparency in a system. When it comes to network communication, the most critical insights are often hidden in mundane technical details. We need visibility into software behavior to effectively troubleshoot, evaluate, and secure our systems. Network...
Oct 31 2024
5 practical tips for secure web development
Even the best developers fall prey to the common pitfalls that leave their code vulnerable to attacks. We all want to write performant, reliable, and secure code, but security can feel like an afterthought when we're up against competing priorities and tight deadlines. By following a few guidelines...