3 things to know before building a multi-tenant serverless app by Alan Helton | August, 2022
[ad_1] A multi-tenant application is a complex piece of software that can end in disaster if not designed with these things in mind Created by Neighbor Vector pch.vector A few years ago, I was privileged to take a team of engineers and “learn how to build in the cloud”. There were (mostly) no guidelines, just […]
The lessons I learned from building a self-service data platform. by Manvik Kathuria | July, 2022
[ad_1] Is Distributed Data Ownership Right for Your Organization? photo by Kenny Eliasson Feather unsplash You go to your nearest supermarket, grab a basket, fill it with everything you need, and head to the checkout counter. You scan the barcode of items, pay, put them in your bag and leave the place – all without […]
Find your reading speed by building a small svelte app. by J. Cruz | July, 2022
[ad_1] A single-serving app that lets you see what it’s like to read at a certain speed photo by Patrick Four Feather unsplash I finally decided to try weak, i recently saw swelt origins, a short documentary on the origins of the framework and its creator, Rich Harris. That doctor got me excited so I […]
Building a GraphQL Server using a schema-first approach in Python by Logesh | June, 2022
[ad_1] Handle CRUD operations with ease photo by Douglas Lopes Feather unsplash The schema-first approach is nothing but we first define the schema for our GraphQL service and then we implement the code by matching the definitions in the defined schema. we will use Ariadne library for this. Ariadne is a Python library for implementing […]