Design and rapid development of cloud-native digital products. Creators of http://restheart.org , The REST API server for MongoDB
Technical articles and stack decisions from SoftInstigate
Easily Create a Star Wars GraphQL API with RESTHeart
With this tutorial we’re going to dive into creating a GraphQL API using RESTHeart without coding!
RESTHeart with FerretDB: a tutorial
This tutorial introduces FerretDB, an open-source alternative to MongoDB built on PostgreSQL. Utilizing FerretDB in conjunction with RESTHeart, a powerful API server for MongoDB, this guide…
La fase di Discovery nei progetti software Lean
La cosiddetta fase di Discovery è il primo passo di un progetto o un programma (ovvero una collaborazione di medio/lungo termine tipicamente suddivisa in diversi progetti indipendenti comunque…
Json Web Token Authentication for Angular App with Auht0 and RESTHeart
In this tutorial we will see how to create an Angular application that uses the Auth0 service to manage user authentication and RESTHeart to create APIs for authenticated users via Json Web Token…
The origins of our product
In 2014 we had long realized that both application servers and frameworks force people to invest a lot of time in their configuration and maintenance, comparing to what is usually invested in the…
How to create a Web API for AWS DocumentDB (using RESTHeart)
RESTHeart was born as an API server for MongoDB, but AWS DocumentDB is compatible with MongoDB and this makes RESTHeart an effective tool for the creation of Web APIs on top of the new Amazon’s…
JSON Schema — Form Validation, with Angular & RESTHeart
In this article we will see how to use a JSON Schema to create a Form for an Angular application and how to validate it with RESTHeart. The result will be an Angular app that uses the Form to save…
Le origini del nostro primo prodotto
Nel 2014 iniziammo a sviluppare un prodotto open-source, allo scopo di investigare un modo più semplice e razionale di costruire applicazioni. Nacque un po’ come esperimento estivo, anche per…
Risolvere il Cold Start️ Problem di AWS API Gateway
Il Cold Start Problem delle funzioni Lambda si ripercuote inevitabilmente sulle performance dello AWS API Gateway. Potrebbe essere questo il motivo per cui, spesso, la prima chiamata ad un endpoint…
RESTful API memo: PUT and POST verbs
PUT and POST verbs sometimes can be a source of confusion. Let’s briefly recap how they are supposed to work, by revisiting the Hypertext Transfer Protocol. In other terms, POST is meant to append…
Do most programmers hate Scrum?
Agile disciplines are usually sold as the modern and innovative way for developing software. Companies and recruiters are actively using the word “agile” in their job descriptions to attract…
RESTHeart, the REST API Server for MongoDB
RESTHeart leverages MongoDB’s document-oriented nature, creating an automatic mapping between MongoDB’s internal storage of data and a graph of externally accessible HTTP resources, implementing a…