Tag: Architecture and apis
-
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 architecture-and-apis frontend-and-mobile product-and-design
-
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 architecture-and-apis frontend-and-mobile product-and-design
-
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 leadership-and-career ai-and-machine-learning architecture-and-apis
-
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 data-and-analytics frontend-and-mobile product-and-design devops-and-ci-cd architecture-and-apis
-
Secure GraphQL endpoints in Spring reactive applications
Posted on December 25, 2023, Level intermediate Resource Length medium
Spring Supports GraphQL requests over HTTP, Websockets and RSockets. Securing an Spring GraphQL application does not differ from securing a Web application. Mainly, Spring GraphQL needs to ensure context propagates from WebFlux to the data fetching layer so that we can use Security annotations or access the authenticated principal in @SchemaMapping methods. This should work for HTTP and WebSocket. By Ruchira Madhushan Rajapaksha.
Tags architecture-and-apis security-and-privacy backend-development frontend-and-mobile product-and-design
-
The current state of quantum computing in 2023
Posted on December 22, 2023, Level beginner Resource Length long
In June 2023 an IBM computing executive claimed quantum computers were entering the "utility" phase, in which high-tech experimental devices become useful. In September, Australia's Chief Scientist Cathy Foley went so far as to declare "the dawn of the quantum era". Obviously, quantum computers are having a moment. But – to step back a little – what exactly are they? By Christopher Ferrie.
Tags business-and-emerging-tech ai-and-machine-learning cloud-and-infrastructure architecture-and-apis
-
Using JWTs to authenticate services unravels API gateways
Posted on December 20, 2023, Level intermediate Resource Length medium
The API gateway component in a cloud native architecture is critical because it offloads critical API security and policy functionality to a common place, allowing the backend APIs and services to focus on business logic. API authentication, authorization, audit, throttling and similar tasks can be complex and difficult to get right, so many organizations choose an API gateway to handle them. By Christian Posta and Peter Jausovec.
Tags architecture-and-apis security-and-privacy backend-development frontend-and-mobile product-and-design
-
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 architecture-and-apis leadership-and-career devops-and-ci-cd data-and-analytics
-
AWS Lambda functions now scale 12 times faster when handling high-volume requests.
Posted on December 11, 2023, Level intermediate Resource Length medium
Now AWS Lambda scales up to 12 times faster. Each synchronously invoked Lambda function now scales by 1,000 concurrent executions every 10 seconds until the aggregate concurrency across all functions reaches the account's concurrency limit. By Marcia Villalba.
Tags architecture-and-apis frontend-and-mobile software-engineering
-
The current state of quantum computing
Posted on December 7, 2023, Level beginner Resource Length long
Understanding the concept of quantum physics lays the foundation for distinguishing how quantum computers differ from classical ones. Unlike the binary logic used by classical computers, where computation is confined to zeros and ones, quantum computers leverage a state known as superposition, which allows for simultaneous existence of zeroes and ones. By Rich Tran and Franz Klein.
Tags business-and-emerging-tech software-engineering cloud-and-infrastructure architecture-and-apis
-
Next.js and GraphQL: The perfect combination for full stack development
Posted on November 1, 2023, Level beginner Resource Length medium
SQL (Structured Query Language), as you probably, know, helps you collect data from databases. It is specifically designed for that. In other words, it works with rows and columns, allowing you to manipulate data from databases using SQL queries. By Nate Rosidi.
Tags architecture-and-apis backend-development frontend-and-mobile product-and-design
-
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 business-and-emerging-tech architecture-and-apis software-engineering