Tag: Microservices
-
Oracle lauds customers and cloud collaboration at CloudWorld '24
Posted on September 16, 2024, Level beginner Resource Length short
The Memorystore team is thrilled to announce the preview launch of Valkey 7.2 support on Memorystore to provide users with a truly open-source and high performance key-value service. The introduction of Memorystore for Valkey into the Memorystore portfolio alongside Memorystore for Redis Cluster and Memorystore for Redis is a direct response to customer demand, and is a game-changer for organizations seeking high-performance data management solutions relying on 100% open source software. By Kyle Meggs, Ping Xie.
Tags cloud microservices cio software-architecture
-
Google Cloud launches Memorystore for Valkey
Posted on September 10, 2024, Level beginner Resource Length medium
The Memorystore team is thrilled to announce the preview launch of Valkey 7.2 support on Memorystore to provide users with a truly open-source and high performance key-value service. The introduction of Memorystore for Valkey into the Memorystore portfolio alongside Memorystore for Redis Cluster and Memorystore for Redis is a direct response to customer demand, and is a game-changer for organizations seeking high-performance data management solutions relying on 100% open source software. By Kyle Meggs, Ping Xie.
Tags database microservices google software-architecture
-
Serverless use cases: How enterprises are using the technology to let developers innovate
Posted on September 7, 2024, Level beginner Resource Length medium
Serverless, or serverless computing, is an approach to software development that empowers developers to build and run application code without having to worry about maintenance tasks like installing software updates, security, monitoring and more. With the rise of cloud computing, serverless has become a popular tool for organizations looking to give developers more time to write and deploy code. By Mesh Flinders.
Tags infosec microservices ibm serverless
-
Build an API for your front end using Pages Functions
Posted on April 17, 2024, Level intermediate Resource Length short
In this tutorial, you will build a full-stack Pages application. Your application will contain a front end, built using Cloudflare Pages and the React framework and a JSON API, built with Pages Functions, that returns blog posts that can be retrieved and rendered in your front end. By @cloudflare.com.
Tags cloud microservices serverless software-architecture apis devops
-
How to build a custom API Gateway with Node.js
Posted on April 16, 2024, Level intermediate Resource Length short
In the era of microservices, where applications are divided into smaller, independently deployable services, managing and securing the communication between these services becomes crucial. This is where an API gateway comes into play. By Iroro Chadere.
Tags devops microservices software-architecture apis learning
-
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
-
Monolithic to microservices: Advantages, disadvantages, and the real reason companies migrate
Posted on March 2, 2024, Level beginner Resource Length medium
Microservices grew in popularity from 2014 on—especially as companies like Netflix, Amazon, and Etsy made microservices a focal point both for their architectures and for their long-term abilities to iterate. Migration became the headline topic. If you were on a monolith, how were you going to migrate? When? It had to be soon. By Rich Moy.
Tags devops microservices apis app-development cio
-
Mastering modern technology: A practical guide to DevOps, SRE, and Platform Engineering
Posted on March 1, 2024, Level intermediate Resource Length medium
In the rapidly evolving tech landscape, grasping the nuances of software system improvement and maintenance is more vital than ever. Key methodologies like DevOps, Site Reliability Engineering (SRE), and Platform Engineering are not just buzzwords; they're essential pillars in the realm of technology companies. Understanding these concepts can significantly impact your organization's efficiency and resilience. By Mat Caniglia.
Tags devops cloud monitoring microservices
-
Micro frontend architecture: Helping you move from theory to practice with our workshop
Posted on September 30, 2023, Level beginner Resource Length long
In monolithic architectures, as applications grow in complexity, it may become increasingly difficult to maintain scalability, promote team collaboration, and ensure technology diversity. By nearform.com.
Tags microservices frontend web-development ux
-
Working with Postgres JSON query
Posted on September 14, 2023, Level beginner Resource Length long
The article explains how to work with Postgres JSON Query, which is a feature that allows you to store and query JSON data in PostgreSQL. By Pratibha Sarin.
Tags mysql json microservices database web-development
-
How to use MailHog to test emails locally (step-by-step guide)
Posted on September 13, 2023, Level beginner Resource Length long
MailHog is an open source email testing tool that allows developers to test their email sending and receiving capabilities more efficiently. It is a lightweight and easy-to-use tool that can be run on multiple operating systems, including Windows, Linux, FreeBSD, and macOS. By Salman Ravoof.
Tags tdd programming microservices agile web-development
-
AWS EC2 instance types: Challenges and best practices for hosting your applications in AWS
Posted on September 11, 2023, Level beginner Resource Length long
When it comes to hosting applications on Amazon Web Services (AWS), one of the most important decisions you will need to make is which Amazon Elastic Compute Cloud (EC2) instance type to choose. EC2 instances are virtual machines that allow you to run your applications on AWS. By Christopher Graham.
Tags cloud cio microservices devops app-development