System Architecture

System Architecture

7363 bookmarks
Custom sorting
Techniques for Scaling Applications with a Database
Techniques for Scaling Applications with a Database
Scaling is one of the hardest tasks to accomplish with a database. This article explains how scaling works, under the hood.
·thenewstack.io·
Techniques for Scaling Applications with a Database
Dynamic Data Masking | ShardingSphere 5.3.1 Deep Dive
Dynamic Data Masking | ShardingSphere 5.3.1 Deep Dive
With increased focus placed on user data protection and the introduction of privacy laws or data protection regulations such as GDPR…
·medium.com·
Dynamic Data Masking | ShardingSphere 5.3.1 Deep Dive
Four Ways to Build Web Apps
Four Ways to Build Web Apps
Intro This is my opinionated list of four approaches to building websites and web applications. Publicly hosted on the internet, serving HTML, CSS, JavaScript, images, etc over HTTP. #1: Hugo Static Sites + Progressive Web Apps Static websites are boring. Vendors rarely talk about them because the margins are miniscule compared to flashy, compute-heavy services. It is seen as a table stakes offering. Though they have received more attention during the “JAM Stack” trend, my position is that they are still underappreciated and underutilized.
·tomhummel.com·
Four Ways to Build Web Apps
📢Stop adding API_KEY to tutorials. Do this...
📢Stop adding API_KEY to tutorials. Do this...
There are so many tutorials out there that add API_KEY to code. And some other people now use their keys. Don't do that again. 📢 Do this instead 👇 const API_NAME = "myAPI"; const API_KEY = prompt ("Enter your API_KEY:"); This gives you the chance ...
·ayobamie.com·
📢Stop adding API_KEY to tutorials. Do this...
The Mobile Challenge | Union Square Ventures
The Mobile Challenge | Union Square Ventures
We are fascinated by the disruption underway in mobile applications. Carriers seem to have lost their role as gatekeepers for applications as smartphone
·usv.com·
The Mobile Challenge | Union Square Ventures
Weather Machine
Weather Machine
Rock solid weather API infrastructure for Planet Earth.
·weathermachine.io·
Weather Machine
Goodbye, passwords | 1Password
Goodbye, passwords | 1Password
We’re all-in on passkeys, and we’re starting with 1Password.
·blog.1password.com·
Goodbye, passwords | 1Password
Building the Amplidex; A GraphQL Powered Pokedex
Building the Amplidex; A GraphQL Powered Pokedex
Hello there! Welcome to the world of Amplication. My name is Michael; people refer to me as Amplication's Developer Advocate. Today, I want to show you how t...
·amplication.com·
Building the Amplidex; A GraphQL Powered Pokedex
Membrane framework
Membrane framework
Reliable & scalable multimedia streaming framework for Elixir
·membrane.stream·
Membrane framework
Buckle Up for a Dialogue with ChatGPT - An AI Perspective
Buckle Up for a Dialogue with ChatGPT - An AI Perspective
Learn more about wireless technology and artificial intelligence in the latest installment of Extreme's tech experts talking to ChatGPT!
·extremenetworks.com·
Buckle Up for a Dialogue with ChatGPT - An AI Perspective
The need for a more semantic web
The need for a more semantic web
The web has come a long way. From the early static pages, through the evolution of reactivity, and towards the biggest knowledge pool for all of humanity.
·yieldcode.blog·
The need for a more semantic web
Kubernetes as a platform vs. Kubernetes as an API | Amazon Web Services
Kubernetes as a platform vs. Kubernetes as an API | Amazon Web Services
Introduction What is Kubernetes? I have been working on this technology since the beginning and after 8 years, I’m still having a problem defining what it is. Some people define Kubernetes as a container orchestrator but does that definition capture the essence of Kubernetes? I don’t think so. In this post, I’d like to explore […]
·aws.amazon.com·
Kubernetes as a platform vs. Kubernetes as an API | Amazon Web Services
Portal vs. Platform: Why You Need to Think about Both
Portal vs. Platform: Why You Need to Think about Both
Portals matter, and they have an impact on the quality and usefulness of your platform, becoming part of the platform as they and the technology evolve.
·thenewstack.io·
Portal vs. Platform: Why You Need to Think about Both
Debating composefs
Debating composefs
When LWN looked at the composefs filesystem in December, we reported that there had been "little response" to the patches. That is no longer the case. Whether composefs (or something like it) should be merged has become the subject of an extended debate; at its core, the discussion is over just how Linux should support certain types of container workloads.
·lwn.net·
Debating composefs
How to Maintain API Consistency as You Scale
How to Maintain API Consistency as You Scale
If an API behaves differently at different scales, it can cause problems for the developers who are using it and can make apps perform less reliably. Here's how to design APIs consistently. #APImanagement #scaling #developers
·thenewstack.io·
How to Maintain API Consistency as You Scale