Tag: Nosql
-
How we implemented Distributed Multi-document ACID Transactions in Couchbase
Posted on March 24, 2021, Level advanced Resource Length long
ACID Transactions are a must when you have strict data consistency requirements in your application. The costs of running transactions on distributed systems can rapidly create bottlenecks at scale. By Denis Rosa, Developer Advocate, Couchbase.
Tags database cloud cio nosql software-architecture
-
How to containerize a local DynamoDb
Posted on March 15, 2021, Level intermediate Resource Length medium
This is going to be a very quick tutorial. I am going to show you how you can use Docker to spin up a DynamoDb. By Phillip Ninan.
Tags serverless nosql docker devops aws
-
DynamoDB checklist
Posted on March 14, 2021, Level intermediate Resource Length medium
DynamoDB is the leading serverless database in the AWS suite of offerings. It provides an easy to configure, high-performance, NoSQL database with low operational overhead and almost endless scalability. By SenseDeep.
Tags serverless nosql miscellaneous database aws
-
Open sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot
Posted on February 12, 2021, Level intermediate Resource Length medium
Alex Birsan recently published his article "Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies" in which he explains how he used language level package managers like npm (Javascript), pip (Python), and gems (Ruby) to get companies to install and run his malicious code on their infrastructure. By Paul Bakker and Kavitha Srinivasan.
Tags open-source java nosql apis web-development app-development
-
Firestore and authentication
Posted on January 11, 2021, Level beginner Resource Length medium
Firebase authentication makes it easy to add user identities to your app. When combined with Firestore, it can help to secure user data. By Steve Marx.
Tags nosql software infosec database
-
We burnt $72k testing Firebase + Cloud Run and almost went bankrupt
Posted on December 13, 2020, Level beginner Resource Length medium
This is the story of how close we came to shutting down before even launching our first product, how we survived, and the lessons we learnt. By Sudeep Chauhan.
Tags nosql cio management teams startups google
-
AWS NoSQL: Choosing the best option for you
Posted on September 15, 2020, Level intermediate Resource Length medium
NoSQL databases enable you to store data with flexible schema and a variety of data models. These databases are relatively easy for developers to use, and have the high performance and functionality needed for modern applications. NoSQL databases can hold large volumes of data while still providing low latency. By Yifat Perry.
Tags nosql cloud cio database software-architecture
-
Apache Cassandra: An essentials guide
Posted on August 25, 2020, Level intermediate Resource Length long
Need to get up to speed on Cassandra and learn how it can benefit your software development practices? These are the essentials that cover the basics. By Rebecca Mills, Developer Relations @ DataStax.
Tags apache database nosql cloud big-data
-
Handling slow queries in MongoDB: Investigation
Posted on August 17, 2020, Level beginner Resource Length medium
Article by Justin Liu about one of the most essential factors of performance in any application -- latency. Faster application response times have been proven to increase user interaction and engagement as systems appear more natural and fluid with lower latencies.
Tags nosql miscellaneous performance devops software-architecture
-
Build a GraphQL powered API with Laravel
Posted on August 8, 2020, Level intermediate Resource Length long
Often referred to as a platform or programming language agnostic query language, GraphQL is a comprehensive approach to guide software engineers in building data-driven applications. In this tutorial, you will learn some of the fundamental concepts required to build a Laravel API powered by GraphQL. BY Oluyemi Olususi.
Tags php web-development programming apis restful nosql
-
Build and secure a GraphQL server with Node.js
Posted on January 7, 2020, Level beginner Resource Length long
A tutorial from the pen of Roy Derks. Learn how to handle authentication and authorization of a GraphQL server using Node.js and JWTs.
Tags javascript infosec web-development nodejs nosql
-
GraphQL introduction and integrating GraphQL into your frontend stack
Posted on November 8, 2019, Level intermediate Resource Length long
GraphQL is becoming the new way to use APIs in modern web and mobile apps. Free and powerful, concise course that will introduce you to GraphQL and integrating GraphQL into your frontend stack, in the shortest amount of time possible. By hasura.io.
Tags learning open-source nosql apis restful