Tag: Software architecture
-
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
-
IBM completes successful field trials on Fully Homomorphic Encryption
Posted on August 8, 2020, Level beginner Resource Length medium
Fully Homomorphic Encryptio (FHE) allows computation of still-encrypted data, without sharing the secrets. We're already accustomed to data being encrypted while at rest or in flight—FHE offers the possibility of doing computations on it as well, without ever actually decrypting it. By Jim Salter.
Tags ibm performance infosec software-architecture linux
-
Introduction to crun, a fast and low-memory footprint container runtime
Posted on August 4, 2020, Level intermediate Resource Length short
Check out crun, an OCI-compliant alternative to runc for Linux container runtime. By Dan Walsh (Red Hat), Valentin Rothberg (Red Hat), Giuseppe Scrivano (Red Hat).
Tags containers open-source software-architecture devops linux
-
Quantum computing: A key ally for meeting business objectives
Posted on August 2, 2020, Level beginner Resource Length medium
Quantum computing provides a new way of optimizing business processes with use cases spanning finance, logistics, telecommunications, and transport operations. An article by Reply, published on MIT technology review.
Tags miscellaneous machine-learning software-architecture learning management
-
Railway oriented programming in Scala
Posted on August 1, 2020, Level advanced Resource Length long
An article by Pierre Jambet about his discovery of Railway Oriented Programming (ROP).
Tags scala software-architecture functional-programming code-refactoring software java
-
Traffic Director and gRPC—proxyless services for your service mesh
Posted on July 22, 2020, Level beginner Resource Length short
Lots of organizations turn to service mesh because it solves tedious and complicated networking problems, especially in environments that make heavy use of microservices. It also allows them to manage application networking policies, like load balancing and traffic management policies, in a centralized place. By Stewart Reichling and Srini Polavarapu @Google.
Tags devops software-architecture kubernetes containers
-
Singleton design pattern in java
Posted on July 21, 2020, Level beginner Resource Length short
Singleton pattern is one of the most commonly used software design pattern. It comes under creational pattern. By Manoj Singh Saun.
Tags java software-architecture programming
-
Mastering AWS Kinesis data streams
Posted on July 14, 2020, Level advanced Resource Length long
An article by Anahit Pogosova in which she describes how she has been working with AWS Kinesis Data Streams for several years, dealing with over 0.5TB of streaming data per day. Rather than telling you about all the reasons why you should use Kinesis Data Streams (plenty is written on that subject), she will talk about the things you should know when working with the service.
Tags software-architecture event-driven messaging big-data cio data-science code-refactoring
-
Docker networking and how it impacts your image
Posted on July 9, 2020, Level intermediate Resource Length medium
Can't connect to the server running in your container? Let's see why, and how to fix it, starting with an example. By by Itamar Turner-Trauring.
Tags docker containers devops software-architecture
-
Fastly edge compute explained
Posted on July 5, 2020, Level intermediate Resource Length long
Fastly (FSLY) has experienced an incredible run over the past several weeks. In this post author will spend time examining how Fastly has approached building new technologies in the past and what this might mean for their future edge compute offering. By softwarestackinvesting.com.
Tags cloud iot servers devops software-architecture
-
Service mesh comparison: Istio vs Linkerd
Posted on June 29, 2020, Level intermediate Resource Length medium
From the latest CNCF annual survey, it is pretty clear that a lot of people are showing high interest in service mesh in their project and many are already using in Production. Nearly 69% are evaluating Istio, and 64% are evaluating Linkerd. By infracloud.io.
Tags software-architecture apis kubernetes distributed cloud containers devops
-
How to reuse AWS S3 bucket for multiple serverless framework deployments
Posted on June 25, 2020, Level intermediate Resource Length medium
When using Serverless Framework, the default behaviour is the creation of a S3 bucket for each serverless.yml file, since they are treated as separated projects. By Eduardo Rabelo on serverlessguru.com.
Tags serverless functional-programming software-architecture cloud aws