Explore >> Select a destination


You are here

www.serverless.com
| | www.serverless.com
1.3 parsecs away

Travel
| | DynamoDB On-Demand allows truly serverless billing for your applications. Learn how to use it here, and when you should or shouldn't go on-demand.
| | amanhimself.dev
1.3 parsecs away

Travel
| | [AI summary] This tutorial guides developers on building a REST API with Node.js and Express by connecting to HarperDB Cloud, covering setup and CRUD operations. Category programming is most relevant because the post is a software development tutorial focused on coding, frameworks, and API creation. Cloud computing is also relevant as it specifically teaches how to use and configure a cloud-based database service. Computer science is a close second regarding the technical subject matter of databases and application development logic. Technology broadly covers the general tools and programming languages discussed. Engineering is a final option as it relates to software engineering practices like API design and database integration.
| | andrewgriffithsonline.com
1.8 parsecs away

Travel
| | With the release of AWS AppSync we finally have the ability to create realtime serverless apps on AWS. Previously you were forced to spin up...
| | www.integralist.co.uk
12.9 parsecs away

Travel
| Introduction Install gRPC Install Proto Buffer Compiler Hello World Proto Definition Ruby Example Go Example Conclusion Introduction I started designing a new microservice that I wanted to write in Go. The service was to be a JSON RPC service over TCP, and the expected consumer servicer I would build using Ruby. I had some initial concerns regarding the nature of TCP sockets with a highly scalable and distrubuted set of services (this was to be utilised within the BBC so these are genuine concerns to be ...