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…
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…
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,…
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 .
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…
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.
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.