Tag: Software architecture
-
How Netflix really uses Java
Posted on March 20, 2024, Level intermediate Resource Length short
You probably know that Netflix is really just about RxJava microservices, with Hystrix and Spring Cloud. Really, Chaos Monkeys are just running the show. Paul Bakker discusses Netflix's use of Java, emphasizing the use of microservices, RxJava, Hystrix and Spring Cloud. By @infoq.com.
Tags java programming microservices software-architecture
-
The system design cheat sheet: Relational databases
Posted on March 14, 2024, Level beginner Resource Length long
In system design, relational databases are a traditional choice for data storage, offering structured schema and powerful query capabilities, contrasted with NoSQL databases' flexible schemes and scalability. By Aleksandr Gavrilenko.
Tags mysql database miscellaneous cloud software-architecture
-
8 strategies for building resilient distributed systems
Posted on February 19, 2024, Level beginner Resource Length medium
A distributed system is a collection of computer programs that work together to achieve a common goal. For example, Spotify uses a distributed network of servers to store and deliver music and podcasts to its users. By Bassam Ismail and Hanush Kumar.
Tags distributed web-development app-development software-architecture learning
-
Scaling up: bringing your Azure Devops CI/CD setup to the next level
Posted on January 8, 2024, Level intermediate Resource Length medium
Azure DevOps pipelines are a great way to automate your CI/CD process. Most often, they are configured on a per project basis. This works fine when you have few projects. But what if you have many projects? In this blog post, we will show you how you can scale up your Azure DevOps CI/CD setup for reusability and easy maintenance. By Jeroen Overschie, Timo Uelen.
Tags software-architecture devops app-development azure cloud
-
Discussion on stateless & stateful services (Managing user state on the backend)
Posted on January 7, 2024, Level beginner Resource Length medium
In most articles author has come across on stateless and stateful services, stateful service architectures are viewed less favorably in contrast to stateless services primarily due to the horizontal scalability challenge they bring along. By Shivang.
Tags software-architecture web-development app-development devops apis
-
7 fundamental UX design components your website needs (A non-designer's guide to UX design)
Posted on January 5, 2024, Level beginner Resource Length medium
When creating a strong digital marketing strategy, having a website that engages visitors is essential. But what does that mean? Beyond having a website that looks amazing, it's important that every element on your website is strategically designed to stop users from clicking away. This is the guiding principle behind UX design. By Claire Grace.
Tags ux web-development app-development software-architecture
-
How to centralize CloudWatch Alarms with Amazon EventBridge and AWS CloudFormation
Posted on January 2, 2024, Level intermediate Resource Length long
Amazon CloudWatch lets customers collect monitoring and operational data in the form of logs, metrics, and events, providing an easy way to monitor and receive notifications regarding their workload health and often integrate directly with other systems, such as JIRA Service Desk and ServiceNow. By Chaitanya Gummadi.
Tags serverless event-driven web-development app-development software-architecture
-
A developer workflow for modern AWS serverless applications
Posted on January 1, 2024, Level intermediate Resource Length long
Modern serverless applications on AWS are complex with a lot of moving parts. Mapping a developer workflow onto those applications can be difficult. This article discusses the developer workflow I have developed for complex serverless applications at aleph0, with example CloudFormation template and GitHub Action snippets to illustrate the concepts. By Andy Boothe.
Tags serverless web-development app-development software-architecture
-
NVIDIA supercharges Hopper, the world's leading AI computing platform
Posted on December 28, 2023, Level beginner Resource Length short
HGX H200 systems and cloud instances coming soon from world's top server manufacturers and cloud service providers. NVIDiA supercharged the world's leading AI computing platform with the introduction of the NVIDIA HGX™ H200. Based on NVIDIA Hopper™ architecture, the platform features the NVIDIA H200 Tensor Core GPU with advanced memory to handle massive amounts of data for generative AI and high performance computing workloads. By @nvidia.
Tags miscellaneous cio ai software-architecture
-
Real-time data architecture patterns
Posted on December 27, 2023, Level intermediate Resource Length long
The rapid proliferation and increased volume of data across industries has magnified the need for organizations to have a solid strategy in place for processing and managing real-time data. Improving overall data capabilities enables teams to operate more efficiently, and emerging technologies have even created a smoother pathway for bringing real-time data closer to business users, which plays a critical role in effective decision-making. By Miguel Garcia.
Tags streaming web-development app-development devops software-architecture
-
Apache ZooKeeper: The perfect tool for configuration management
Posted on December 17, 2023, Level beginner Resource Length medium
Apache ZooKeeper is an open-source distributed coordination system that provides a platform for configuration management, process synchronization, and lock management. Originally developed by Yahoo, it is now maintained by the Apache Software Foundation. By datascientest.com.
Tags event-driven software-architecture management devops apache
-
Top open-source IoT platforms in 2023: Complete pros and cons
Posted on October 28, 2023, Level beginner Resource Length medium
Open-source technology has become so important that entire systems like WordPress are built on it. Recently, OpenAI has been making a big impact with its generative AI technology. They trained and created it using data that was freely available to everyone. By Team Bytebeam.
Tags iot software-architecture software robotics