System Architecture

System Architecture

7363 bookmarks
Custom sorting
Where Does Trace-Based Testing Fit in the Testing Pyramid?
Where Does Trace-Based Testing Fit in the Testing Pyramid?
Trace-based testing overcomes the limits of black box testing by leveraging work already invested in observability of your system via distributed tracing.
·thenewstack.io·
Where Does Trace-Based Testing Fit in the Testing Pyramid?
Special file descriptors in BPF
Special file descriptors in BPF
Developers learning the Unix (or POSIX in general) system-call set will quickly encounter file descriptors, which are used to represent open files and more. Developers also tend to learn early on that the first three file descriptors are special, with file descriptor zero being the standard input stream, one being standard output, and two being standard error. The kernel, though, does not normally attach any specific meaning to a given descriptor number, so it was somewhat surprising when a recent BPF patch series attempted to attach a special meaning to zero when used as a file descriptor.
·lwn.net·
Special file descriptors in BPF
LwM2M vs MQTT | Developer Blog
LwM2M vs MQTT | Developer Blog
LWM2M and MQTT are protocols for data transfer between devices systems, platforms and applications. What's the best for you?
·emnify.com·
LwM2M vs MQTT | Developer Blog
Redis - a clear breakdown
Redis - a clear breakdown
Understand Redis. Starting with an explanation of the data structures, through the deployment process, and handling Redis in production to a deep dive.
·mastermind.dev·
Redis - a clear breakdown
The Power of Domain-Driven Development
The Power of Domain-Driven Development
What is domain driven development? Learn domain driven development’s benefits, challenges and implementation of DDD
·melihyumak.medium.com·
The Power of Domain-Driven Development
Good Fast Cheap - Editable project management triangle
Good Fast Cheap - Editable project management triangle
Good Fast Cheap is a project management principle known as the Project Management Triangle or Iron Triangle. The idea behind this principle is that you can only achieve two of the three factors: good, fast, and cheap. This editable version allows you to change the values and modify it to your needs.
·trizuliak.com·
Good Fast Cheap - Editable project management triangle
How to Use Patch Requests to Update Resources in Your REST API
How to Use Patch Requests to Update Resources in Your REST API
Hello guys, Oscar here with another amazing chapter on REST API Development with ASP NET 7. Today we have an amazing and relevant topic for our APIs to have more power and flexibility at the time of updating our API resources. If you're familiar with HTTP requests, you've probably heard
·unitcoding.com·
How to Use Patch Requests to Update Resources in Your REST API
Dealing with Death: Social Networks and Modes of Access
Dealing with Death: Social Networks and Modes of Access
Social platforms need to provide their users with more access schemes, while developers need to experiment with innovative access styles.
·thenewstack.io·
Dealing with Death: Social Networks and Modes of Access
Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability
Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability
As developers, we strive to build robust and user-friendly web APIs that provide a seamless experience for clients. One powerful approach to achieve this is by implementing HATEOAS (Hypermedia as the Engine of Application State) in our ASP.NET Core Web APIs as this provides a handful of benefits for
·unitcoding.com·
Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability
8 Real-Time Data Best Practices
8 Real-Time Data Best Practices
Before you go all-in on real time, there are a lot of data best practices to evaluate and put in place before committing to that significant cost.
·thenewstack.io·
8 Real-Time Data Best Practices
The Architect’s Guide to Storage for AI
The Architect’s Guide to Storage for AI
Developers gravitate to technologies that are software defined, open source, cloud native and simple. That essentially defines object storage.
·thenewstack.io·
The Architect’s Guide to Storage for AI
How to Improve Operational Maturity in an Economic Downturn
How to Improve Operational Maturity in an Economic Downturn
In uncertain economic times, it can be tempting to do the bare minimum and wait things out until better times arrive. But that’s a risky strategy.
·thenewstack.io·
How to Improve Operational Maturity in an Economic Downturn
Water.css
Water.css
A drop-in collection of CSS styles to make simple websites like this just a little bit nicer.
·watercss.kognise.dev·
Water.css
FlatFile Database System
FlatFile Database System
Working with text file as database can querying as RDBMS with SQL Queries.
·codeproject.com·
FlatFile Database System
txt-sushi
txt-sushi
The SQL link in your *NIX chain
·hackage.haskell.org·
txt-sushi
What is a flat file?
What is a flat file?
Is it a plain text file or binary file or just character file? Can someone explain what a flat file actually means?
·unix.stackexchange.com·
What is a flat file?
Understanding JSONata
Understanding JSONata
JSONata is a declarative functional language for querying and transforming JSON data. It was inspired by the path semantics of XPath. Whereas other languages that are inspired by XPath also incorpo…
·yokota.blog·
Understanding JSONata
The World Is Your Network
The World Is Your Network
Networks are like the oxygen we breathe — essential, omnipresent, but often unnoticed.
·medium.com·
The World Is Your Network