Explore >> Select a destination


You are here

amanhimself.dev
| | www.serverless.com
1.9 parsecs away

Travel
| | Learn how to use the popular Express.js framework to deploy a REST API with Serverless, DynamoDB and API Gateway.
| | www.taniarascia.com
1.4 parsecs away

Travel
| | Recently, I wanted to create and host a Node server, and discovered that Heroku is an excellent cloud platform service that has free hobby...
| | devremote.io
1.7 parsecs away

Travel
| | Prisma is a modern, open-source data access layer that provides a flexible and intuitive way to work with databases. It allows you to interact easily with your data by providing a clean, declarative API and robust tools for building complex queries. This article will explore how to set up Prisma
| | sookocheff.com
21.2 parsecs away

Travel
| Microservices have become part of the software engineering cultural zeitgeist to the extent that alternative approaches to architecture and development are treated as somehow inferior. Given the challenges that running microservices present, I usually recommend beginning development of new projects and systems as a single deployable unit - the monolith. Sam Newman, in the book "Building Microservices", agrees with this approach. He recommends leveraging microservices only if you can become convinced of the benefits for your system, not as a default for every project.