Getting Started with Airflow - Why Backend Engineers Should Use It

Đăng ngày 3/22/2024

Most people associate Airflow with Data Engineering, but Backend Engineers should also be familiar with it. It can simplify your daily… Continue reading on Level Up Coding »

Đọc trên blog của tác giả

Pitfalls of Multithreaded Programs and Achieving Thread-Safety Using Go

Đăng ngày 7/16/2022

Ever wondered why Node.js single thread? Continue reading on Better Programming »

Đọc trên blog của tác giả

Difference between Process and Thread

Đăng ngày 5/25/2022

In this article let’s review a very popular interview question: what is the difference between Thread and Process and the reason behind it. Continue reading on Level Up Coding »

Đọc trên blog của tác giả

HTTP/2 and GRPC: The De Facto for Microservices Communication

Đăng ngày 4/4/2022

HTTP/2 and gRPC allow faster, simpler, and more robust communication between microservices. But have you ever wondered why we use this tech Continue reading on Better Programming »

Đọc trên blog của tác giả

Implement a Passwordless Authentication App With WebAuthn

Đăng ngày 3/28/2022

Understand the passwordless authentication mechanism with this hands-on tutorial Continue reading on Better Programming »

Đọc trên blog của tác giả

FIDO WebAuthn Passwordless: Let’s go bananas!

Đăng ngày 2/10/2022

For a long time, passwords have been an obvious authentication method. In this article, let’s see what is the issues with passwords… Continue reading on Level Up Coding »

Đọc trên blog của tác giả

Invalidating All User Sessions With Rails and Devise Gem

Đăng ngày 1/26/2022

Let’s figure out how we can terminate all sessions of a user from the Backend to handle Backchannel Logout requests from IdP. Continue reading on Better Programming »

Đọc trên blog của tác giả

Managing User Sessions and OpenID Connect Logout

Đăng ngày 1/20/2022

A deep dive into four OpenID connect logout specification Continue reading on Better Programming »

Đọc trên blog của tác giả

Unintended Impact of Blocking Third-Party Cookies on Identity use cases

Đăng ngày 1/10/2022

Browsers have introduced several security measures to protect user privacy regarding tracking user activity in the internet. Initially… Continue reading on Geek Culture »

Đọc trên blog của tác giả

Best OAuth Security Practices for Single Page Applications

Đăng ngày 12/30/2021

How can we make the OAuth flow secure in Single Page Applications (SPA)? In this article, let’s find out what is the potential threats… Continue reading on Level Up Coding »

Đọc trên blog của tác giả