Interview Learning: Design an API for Payment Gateway

In this interview fail scenario, we will discuss how to design an API for a payment gateway. We will explore the key components, data flow, and security considerations involved in building a robust and scalable payment processing system.

February 13, 2025 · 0 min · 0 words · Bá Tới

Comparing authentication methods in API with Ruby on Rails - Part 2

In this post, we will compare the most common authentication methods in API with Ruby on Rails.

May 7, 2024 · 6 min · 1121 words · Bá Tới

Comparing authentication methods in API with Ruby on Rails - Part 1

In this post, we will compare the most common authentication methods in API with Ruby on Rails.

May 6, 2024 · 16 min · 3262 words · Bá Tới

Gem OJ - Enhance API Performance in Ruby on Rails

Learn how to optimize your API responses in Ruby using the OJ gem. OJ provides fast JSON serialization and deserialization, making it an excellent choice for improving the performance of your Ruby applications.

May 1, 2024 · 4 min · 664 words · Bá Tới

API and JWT in Ruby on Rails

In this tutorial, we explore the implementation of an API with JWT authentication in Ruby on Rails. We cover the setup of the Rails application, the creation of API endpoints, and the integration of JWT for secure user authentication.

April 27, 2024 · 9 min · 1908 words · Bá Tới