System Architecture

System Architecture

7404 bookmarks
Custom sorting
Stateful Factory Pattern
Stateful Factory Pattern
Discover the parody blog post about the Stateful Factory pattern, a made-up design pattern that highlights the importance of critical thinking in software development. Learn how this fictional pattern ‘solves’ object creation problems, and read the humorous account of a code review where it’s ‘successfully’ implemented. This entertaining piece serves as a reminder to avoid blindly following trends and to evaluate the specific needs of your application before applying any design pattern.
·christianfindlay.com·
Stateful Factory Pattern
Keepler | Cloud Data Driven Partner
Keepler | Cloud Data Driven Partner
We are a Full-Stack Analytics services company developing data products with Big Data and Artificial Intelligence technologies on the Public Cloud.
·keepler.io·
Keepler | Cloud Data Driven Partner
Making the Saga Pattern Work Without All the Headaches
Making the Saga Pattern Work Without All the Headaches
The Saga Pattern is a great tool for durable microservices execution, but it can make maintenance difficult. Here's a recipe for making it work for your systems.
·thenewstack.io·
Making the Saga Pattern Work Without All the Headaches
VMware and Other Wasm Players Want WebAssembly
VMware and Other Wasm Players Want WebAssembly
Wasm is expected to serve as a very important computing structure. This is because Wasm allows applications to be deployed and distributed with fewer security layers to manage, for instance.
·thenewstack.io·
VMware and Other Wasm Players Want WebAssembly
Data APIs: Realizing the Future of Data Warehousing
Data APIs: Realizing the Future of Data Warehousing
The rise of APIs in data warehouses has introduced challenges with current approaches to building, operating and scaling data APIs.
·devops.com·
Data APIs: Realizing the Future of Data Warehousing
LinkedIn Unifies Stream and Batch Processing with Apache Beam
LinkedIn Unifies Stream and Batch Processing with Apache Beam
By migrating to Apache Beam, social networking service LinkedIn unified its streaming and batch source code files, and reduced data processing time by 94%.
·thenewstack.io·
LinkedIn Unifies Stream and Batch Processing with Apache Beam
The Economics of Database Operations
The Economics of Database Operations
Opportunities exist to increase efficiency and save money by moving to a document database and practicing appropriate data modeling techniques.
·thenewstack.io·
The Economics of Database Operations
The Speed Layer Design Pattern for Analytics
The Speed Layer Design Pattern for Analytics
The speed layer handles high-velocity data streams that require immediate processing along with integrated historical data to drive real-time decision-making.
·thenewstack.io·
The Speed Layer Design Pattern for Analytics
Serverless WebAssembly for Browser Developers
Serverless WebAssembly for Browser Developers
The technology we needed to bump serverless from good to great was living in the browser. We just needed to pluck Wasm from there and plant it in the cloud.
·thenewstack.io·
Serverless WebAssembly for Browser Developers
Inside The Infrastructure That Microsoft Builds To Run AI
Inside The Infrastructure That Microsoft Builds To Run AI
Like the rest of the world, we have been watching Microsoft’s increasing use of foundation models as it transforms its services and software. It is hard
·nextplatform.com·
Inside The Infrastructure That Microsoft Builds To Run AI
Get More out of Machine Learning with Data Preprocessing
Get More out of Machine Learning with Data Preprocessing
Preprocessing is a crucial step in machine learning model development. Check out these developer tips to organize and prepare your data sets.
·thenewstack.io·
Get More out of Machine Learning with Data Preprocessing
Hopes and promises for open-source voice assistants
Hopes and promises for open-source voice assistants
At the end of 2022, Paulus Schoutsen declared 2023 "the year of voice" for Home Assistant, the popular open-source home-automation project that he founded nine years ago. The project's goal this year is to let users control their home with voice commands in their own language, using offline processing instead of sending data to the cloud. Offline voice control has been the holy grail of open-source home-automation systems for years. Several projects have tried and failed. But with Rhasspy's developer Mike Hansen spearheading Home Assistant's voice efforts, this time things could be different.
·lwn.net·
Hopes and promises for open-source voice assistants
AI Architecture
AI Architecture
What I’m about to say is pretty obvious to most artificial intelligence (AI) researchers, but I think others might benefit from hearing it. In general, AI systems are created by combining computer hardware, other hardware, access to data, an architecture, parameter settings, and hand-made software. Machine learning (ML) systems have relatively little hand-made software, while robotic systems have more other hardware.
·overcomingbias.com·
AI Architecture
JWTs: Connecting the Dots: Why, When and How
JWTs: Connecting the Dots: Why, When and How
Understanding the fundamentals of JSON web tokens is essential. When incorrectly configured or misused, they can give users access beyond their privileges.
·thenewstack.io·
JWTs: Connecting the Dots: Why, When and How
Taking Another Stab At Massively Parallel Data Analytics
Taking Another Stab At Massively Parallel Data Analytics
For many years, and quite a long time ago in computer time, Hadoop was seen as the best way to store and analyze mountains of unstructured data. But then
·nextplatform.com·
Taking Another Stab At Massively Parallel Data Analytics
The quantum state of a TCP port
The quantum state of a TCP port
If I navigate to https://blog.cloudflare.com/, my browser will connect to a remote TCP address from the local IP address assigned to my machine, and a randomly chosen local TCP port. What happens if I then decide to head to another site?
·blog.cloudflare.com·
The quantum state of a TCP port
Swift Codable Protocol: An Introduction
Swift Codable Protocol: An Introduction
The Swift programming language is known for its easy-to-use and efficient syntax. One of its most powerful features is the Codable…
·roman-zu.medium.com·
Swift Codable Protocol: An Introduction