Category: Mix

In this article, I’ll explain Server-Sent Events (SSE), one of the technologies for implementing real-time data communication in web applications. We’ll explore the basic concepts…

5 min read

A guide on securing WebSocket to protect real-time applications from common vulnerabilities. This article covers the security vulnerabilities of WebSocket, which enables real-time bidirectional communication,…

4 min read

Cookies play a crucial role in web applications, but at the same time, they require careful attention to security settings. In this post, we’ll take…

7 min read

A guide to understanding and implementing Subresource Integrity (SRI) for enhanced web security. Subresource Integrity (SRI) is a security feature that enables browsers to verify…

4 min read

If you’ve ever half-written a software project before taking a few days off, this is the article you’ll discover you needed when you reopen that…

4 min read

As a Director of Engineering, I’m a software developer who hires and leads other software developers. It’s not surprising then that I get asked this…

5 min read

Here’s a practice I use personally and encourage within my open source projects and any small teams I run for work. I’ve seen major elements…

4 min read