Tagged #api

7 articles tagged with Api.

Handshake: ECDH between Ruby on Rails and Web Crypto APIs
Nov 26, 2024 6 min

Handshake: ECDH between Ruby on Rails and Web Crypto APIs

T he handshake process plays a pivotal role in establishing a foundation of trust and encryption. One such robust and efficient method is the Elliptic-Curve Diffie-Hellman ( ECDH ) key exchange…

AC André Campos
Photo by Glenn Carstens-Peters on Unsplash
Sep 17, 2024 15 min

GraphQL | A Query Language for Your Rails API— Part 1

GraphQL is one of the many tools developers use to build modular APIs with a unique twist. Instead of following the conventional REST model, where it’s the API developer that decides what data is…

LC Luís Costa
Photo of Pavel Danilyuk on Pexels
Aug 5, 2024 4 min

Django Ninja vs Django Rest Framework

This article compares how Django Ninja ( Ninja ) and Django Rest Framework ( DRF ) are implemented in a Django project, highlighting the differences between schemas and serializers, filters, views,…

JV João Verdasca
Coinbase transactions with Python and Pandas
Jul 6, 2021 2 min

Coinbase transactions with Python and Pandas

Coinbase provides an API to interact with the platform, check the documentation at https://developers.coinbase.com/api/v2 .

JG João Gomes
Photo by rawpixel on Unsplash
Jul 26, 2018 3 min

JWT may not be the holy grail… You must choose, but choose wisely!

The technological landscape changes at a fast pace. It’s nearly impossible to keep up with it. Fortunately, at Runtime Revolution we have a strong team always dealing on the forefront, using the…

HC Hugo Costeira
Postman CI/CD
Jul 5, 2018 3 min

Postman CI/CD

Postman is a powerful tool. Everyone that has worked with or developed an API has probably used postman and acknowledged its power.

MF Marco Fernandes
Photo by Dennis Kummer on Unsplash
Aug 24, 2017 6 min

Integrating a Third Party API with Rails 5

Sometimes you have an idea for an application but don’t want the hassle of collecting the data you need, or perhaps you need a service to complement your existing app.

AG Ana Gonçalves