DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

The Latest Software Design and Architecture Topics

article thumbnail
History of SRE: Why Google Invented the SRE Role
A history of Site Reliability Engineering from its origins at Google in 2003 to the present.
November 19, 2021
by JJ Tang DZone Core CORE
· 8,997 Views · 2 Likes
article thumbnail
Using Appropriate Annotations in Spring Testing
Summary of the annotations we should use in each testing scenario using JUnit 5 and Spring Test Framework to eliminate redundant annotations and negative outputs.
Updated November 18, 2021
by Tho Luong DZone Core CORE
· 15,515 Views · 13 Likes
article thumbnail
Mutual TLS With gRPC Between Python and Go Services
This tutorial walks you through the process of connecting services written in Python and Go via gRPC framework using mutual TLS authentication.
Updated November 18, 2021
by Pavel Zinovkin
· 8,774 Views · 3 Likes
article thumbnail
A Guide to NestJS Swagger Configuration
In this post, we will learn about the basic NestJS Swagger Configuration. Learn how to configure swagger for NestJS to effectively document API endpoints
November 18, 2021
by Saurabh Dashora DZone Core CORE
· 9,728 Views · 4 Likes
article thumbnail
Building REST API Backend Easily With Ballerina Language
In this article, we'll discuss building cloud backend service integration/ HTTP service with Ballerina and how to send and retrieve data from a Ballerina service.
Updated November 18, 2021
by Dhanushka Madushan DZone Core CORE
· 23,087 Views · 2 Likes
article thumbnail
̶R̶e̶a̶c̶t̶ VUE Context Provider Pattern With Custom Hooks
Learn how to use React context provider pattern with Vue Composition API. Find out the benefits and advantages of this pattern using code examples inside the sandbox.
November 17, 2021
by Eugene Sincovschi
· 2,882 Views · 1 Like
article thumbnail
Everything Software Developers Need to Know About Telemetry
This article aims to explain everything you need to know about Telemetry and help you understand t's critical importance in business.
November 17, 2021
by Ron Stefanski
· 4,205 Views · 1 Like
article thumbnail
Create a Multi-tenancy Application In Nest.js - Part 1
In this article, we are going to work on an example about the multi-tenant application mode using multiple databases and microservices architecture.
November 16, 2021
by Ismaeil Shajar
· 15,695 Views · 8 Likes
article thumbnail
Multi-Container Pod Design Patterns in Kubernetes
In Kubernetes, Pods are the single deployable units. If an application is to be deployed, it must be so in a Pod as a container. Learn how to use multi-container pods.
November 16, 2021
by Aditya Bhuyan
· 182,382 Views · 16 Likes
article thumbnail
Monitor Apache Kafka with Telegraf and Grafana in Azure
This article talks about monitoring Apache Kafka on Azure using Telegraf and Grafana. I will guide you on installation, setup, and running monitoring solutions.
November 16, 2021
by Praveen KG
· 6,536 Views · 2 Likes
article thumbnail
OAuth 2.0 Session Clustering
Learn how to control OAuth in a load-balanced application. This post shows how to manage sessions for a simple load-balanced application that uses OAuth 2.0.
November 16, 2021
by Brian Demers
· 5,210 Views · 6 Likes
article thumbnail
Reporting in Microservices: How To Optimize Performance
In this article, learn about a new reporting microservice developed by Freschode to overcome reporting problems they faced.
November 15, 2021
by Karina Skrinnik
· 5,511 Views · 2 Likes
article thumbnail
Understanding the relationships between SLO, SLI, and SRE
An SLI is a measure of compliance with an SLO. This means there is no SLI without SLO. This article looks into the importance of SLIs and SLOs in SREs and how to implement them.
November 15, 2021
by Alireza C DZone Core CORE
· 12,245 Views · 4 Likes
article thumbnail
Part 2 - How to Hive on GCP using Google DataProc and Cloud Storage
In this part, we'll cover the remaining steps of creating main tables with valid records for detailed deep drive analysis using Google DataProc and Apache Hive.
November 14, 2021
by Phani Krishna Kollapur Gandla
· 4,979 Views · 2 Likes
article thumbnail
Deploying Serverless NER Transformer Model With AWS Lambda
In this tutorial, we'll see how to deploy a trained transformer model on Huggingface, store it on S3 and get predictions using AWS lambda without server infrastructure.
November 14, 2021
by Walid Amamou
· 8,990 Views · 1 Like
article thumbnail
Get Logged-in User Info in Jakarta EE - The Simplest Way
There are multiple ways to get info about the logged-in user in Jakarta EE but the Security API unifies them and makes it simple.
November 14, 2021
by Ondro Mihalyi
· 3,874 Views · 3 Likes
article thumbnail
Connecting Red Hat Single Sign-on on Openshift to an External Database
In this post, I demonstrate how I've implemented an instance of Red Hat Single Sign-on (RHSSO) with an external MySQL database on Openshift version 4.8.
November 14, 2021
by Rogerio Santos
· 6,059 Views · 2 Likes
article thumbnail
SRE Complete Resume Writing Guide
So, you want to become an SRE? Read this article and follow these steps to write a great SRE job resume, and you'll be one in no time!
November 14, 2021
by Quentin Rousseau
· 10,287 Views · 1 Like
article thumbnail
Fast Spring Boot AWS Lambdas with GraalVM
In this article, I'll discuss how you can take a real-world REST application example adapted to spring-cloud-function and speed up the cold start time using GraalVM.
November 13, 2021
by Ben Foster
· 25,034 Views · 14 Likes
article thumbnail
OWASP Top Ten and Software Composition Analysis (SCA)
In this post, learn about PVS-Studio as an SCA (Software Composition Analysis) tool. Which approach to implementation should we choose? Let's figure it out!
November 12, 2021
by Nick Lipilin
· 3,800 Views · 3 Likes
  • Previous
  • ...
  • 345
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • 354
  • ...
  • Next

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: