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
Spinning up a Node.js Server in a Container on AWS with EC2
I needed to get a Node.js Express server running in a Docker container, then deploy that container to an EC2 instance on AWS, and I took notes. Feel free to copy.
Updated November 29, 2021
by Alvin Lee DZone Core CORE
· 9,676 Views · 6 Likes
article thumbnail
BankNext Case Study: ServiceMesh With Docker-K8-Istio-Sidecar
My scratch notes and experience on using a Docker, K8, and Istio combination.
November 29, 2021
by Vijay Redkar
· 3,389 Views · 3 Likes
article thumbnail
Building an ETL Pipeline With Airflow and ECS
Get your data flowing.
November 27, 2021
by Nikita Vasilev
· 6,365 Views · 4 Likes
article thumbnail
How to Use Minimal Hybrid to Quickly Migrate Exchange Mailboxes to Office 365
If you need to migrate Exchange 2010, 2013, 2016, or 2019 mailboxes to Office 365, Hybrid Migration is one of the smartest approaches.
November 26, 2021
by Shelly Bhardwaj
· 23,066 Views · 1 Like
article thumbnail
Is Flutter a Good Choice for Creating iOS Apps?
In this article, we will focus on how Flutter development is different in general and how Flutter mobile development for iOS works in particular.
November 26, 2021
by Victor Osetskyi
· 16,151 Views · 7 Likes
article thumbnail
AWS CLI Basics – Part 3
This is the third post in our series of AWS CLI fundamentals and today we’ll learn a few basics about IAM Users, Groups, and permission management.
November 25, 2021
by Jawad Hasan Shani DZone Core CORE
· 8,685 Views · 3 Likes
article thumbnail
How To Run the Spring Boot Application as a Stand-Alone Java Application
In this Spring Boot video tutorial, take a closer look at how to run the Spring Boot application as a stand-alone Java application and RESTful Web Services.
November 24, 2021
by Ram N
· 6,473 Views · 3 Likes
article thumbnail
Error Handling Wikipedia in MuleSoft
In this tutоriаl, we will leаrn аbоut vаriоus tyрes оf errоr hаndling in Mule 4 аnd hоw we саn imрlement it in оur рrоjeсt with аn exаmрle.
November 24, 2021
by Gursimran Singh Ranhotra
· 21,609 Views · 2 Likes
article thumbnail
CI/CD Security Management: Best Practices
Check out the 10 best practices that can help you manage the fast-paced CI/CD pipeline without hindering security, deployment, or development agility.
November 23, 2021
by Milica Dancuk
· 10,355 Views · 7 Likes
article thumbnail
Java 17 Features and Migration Considerations
Java has changed considerably over the years. Read a comparison of versions 8 and 17, and learn the answer to the question: is upgrading a good idea?
November 23, 2021
by Dariusz Wawer
· 7,829 Views · 16 Likes
article thumbnail
Migrate a SQL Server Database to CockroachDB
This is a quick tutorial on exporting data out of SQL Server into CockroachDB. It is meant to be a learning exercise only and not meant for production deployment.
November 23, 2021
by Artem Ervits DZone Core CORE
· 6,714 Views · 2 Likes
article thumbnail
Real-Time Stock Data Updates with WebSockets using Ballerina
Simulation of real-time data updates with WebSockets. In this article, we'll implement a WebSocket-based service and clients using the Ballerina WebSocket module.
Updated November 23, 2021
by Anupama Pathirage DZone Core CORE
· 24,872 Views · 4 Likes
article thumbnail
ASP.NET Web API: Benefits and Why to Choose It
In this blog, you will learn about the popular and multipurpose ASP.NET web API, its benefits, and the importance of the web API in present times.
Updated November 23, 2021
by Rahul Panchal
· 8,460 Views · 3 Likes
article thumbnail
Spring Boot Exception Handling
In this article, we are going to learn how to configure Spring Boot to handle exceptions, including custom ones, and customize the error responses and handling.
November 22, 2021
by Seun Matt DZone Core CORE
· 14,701 Views · 6 Likes
article thumbnail
RESTful Web Services: How To Create a Context Path for Spring Boot Application or Web Service
In this video tutorial, take a closer look at RESTful Web Services and how to create a context path for Spring Boot application or Web Service.
November 21, 2021
by Ram N
· 5,479 Views · 4 Likes
article thumbnail
SQL Server Disaster Recovery with Log Shipping
This article discusses the log shipping configuration for SQL Server disaster recovery. Let's understand log shipping and how it increases database availability
Updated November 21, 2021
by Daniel Calbimonte
· 13,288 Views · 1 Like
article thumbnail
Understanding Persistent Volumes and PVCs in Kubernetes and OpenEBS
Persistent Volumes expose physical storage implementations to Kubernetes clusters so PODs can store and share data.
November 21, 2021
by Sudip Sengupta DZone Core CORE
· 10,647 Views · 9 Likes
article thumbnail
Code Injection – Examples and Prevention
This article explores how a code injection attack is performed, the types of attacks, and how software teams can protect their web applications from injection flaws.
November 21, 2021
by Sudip Sengupta DZone Core CORE
· 8,194 Views · 5 Likes
article thumbnail
Check Point vs. Palo Alto - Enterprise Cybersecurity Top Contenders
Comparing the two leading cybersecurity platforms - Check Point and Palo Alto, to help you decide on the right cybersecurity solution to get.
November 20, 2021
by Joydeep Bhattacharya DZone Core CORE
· 7,406 Views · 3 Likes
article thumbnail
What BDD Is and Why You Need It: Java and Behavior Driven Development
This article explains what BDD is and how Behavior Driven Development helps the developer and their team to understand application logic.
November 19, 2021
by Dmitry Egorov DZone Core CORE
· 11,579 Views · 8 Likes
  • Previous
  • ...
  • 344
  • 345
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • ...
  • 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: