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 Coding Topics

article thumbnail
Transporting Tablespace from MySQL 5.6 to MySQL 5.7
Recently, I was working on a MySQL support ticket where a customer was facing an issue while transporting tablespace from MySQL 5.6 to MySQL 5.7 and came across something interesting...
December 15, 2015
by Peter Zaitsev
· 5,837 Views · 3 Likes
article thumbnail
10 Steps to Secure Software
In this day and age, you need secure software. This article from DZone's 2015 Guide to Application Security shows you the 10 steps you need to know to achieve secure software.
December 14, 2015
by Jim Bird
· 41,954 Views · 22 Likes
article thumbnail
3 Reasons Why You Shouldn’t Replace Your for-loops With Stream.forEach()
Moving to Java 8? Congrats! Here's a guide to replacing everything with functions, removing object orientation, and discarding of design patterns.
December 14, 2015
by Lukas Eder
· 9,985 Views · 14 Likes
article thumbnail
Understanding Thread Interruption in Java
How to get a task running on a separate thread to finish early, or make that task responsive to such a finish request.
December 12, 2015
by Praveer Gupta
· 96,395 Views · 12 Likes
article thumbnail
Don't Let Your Java Objects Escape
How to use Escape Analysis with your Java projects to create more optimal, useful code.
December 11, 2015
by Per-Åke Minborg
· 15,710 Views · 6 Likes
article thumbnail
Static Imports and Mockito With Java 8
How to simplify Mockito usage by removing static imports in Java 8 based projects.
December 11, 2015
by Marcin Zajączkowski
· 21,622 Views · 6 Likes
article thumbnail
Docker Bridge and Overlay Network with Compose Variable Substitution
With Docker Multi-Host networking, you can create virtual networks and add containers. Bridge networks can cater to single host, while overlay networks are for multiple hosts. Learn about Docker bridge and overlay networks, and see what happens when a bridge or overlay already exists.
December 11, 2015
by Arun Gupta
· 18,695 Views · 3 Likes
article thumbnail
Configure Couchbase Docker Container Using REST API
This blog will show you how to create a single node Couchbase cluster using Docker, configure it with Data, Index, and Query services, load a sample bucket, and query it.
December 10, 2015
by Arun Gupta
· 8,561 Views · 1 Like
article thumbnail
HTTP Status 405 with Spring Security with Custom Form Login Using JavaConfig
Want a custom login form created with JavaConfig? Here's a neat tutorial, which breaks down initial config, additions, and shows you why.
December 10, 2015
by Mick Knutson
· 22,346 Views · 5 Likes
article thumbnail
Practical Tips to Reduce SQL Server Database Table Size
Six ways to reduce the size of Microsoft SQL Server, complete with code snippets.
December 9, 2015
by Jordan Sanders
· 32,227 Views · 3 Likes
article thumbnail
Continuous Auto-restart With Spring Boot DevTools and Gradle
Couple Gradle's continuous build feature with the recently-released Spring Boot 1.3's DevTools, and you've got continuous auto-restarting.
December 9, 2015
by Davor Sauer
· 39,270 Views · 5 Likes
article thumbnail
How to Create a “Resolved By Me” Query In JIRA
Atlassian JIRA does not have a built-in query for all issues resolved by the current user. But it has a powerful query language that can be used to create one.
December 8, 2015
by Kunal Chowdhury
· 7,869 Views · 3 Likes
article thumbnail
High-Concurrency HTTP Clients on the JVM
HTTP is a super popular app protocol with loads of libraries. Here's a look at high-concurrency HTTP clients on Java virtual machines.
December 8, 2015
by Fabio Tudone
· 89,246 Views · 35 Likes
article thumbnail
Areas in ASP.NET MVC
Areas are some of the most important components of ASP.NET MVC projects. The main use of Areas is to physically partition a web project in separate units. In short, areas can be defined as smaller functional units in an ASP.NET MVC project with their own set of controllers, views, and models. Learn more here.
December 6, 2015
by Josh Anderson
· 48,595 Views · 5 Likes
article thumbnail
Yet Another Robust Way to Listen to Hibernate Events
How to use some of the great new interfaces in Hibernate 4.
December 5, 2015
by Taimur Mirza
· 11,063 Views · 11 Likes
article thumbnail
This Week in Spring, Dec. 4, 2015
Read the ten recent stories around Spring that came out this week.
December 4, 2015
by Josh Long
· 3,777 Views · 3 Likes
article thumbnail
Python: Parsing a JSON HTTP Chunking Stream
How I parse a JSON HTTP chunking stream in Python using meetup.com's API to filter RSVPs for events I'm interested in.
December 4, 2015
by Mark Needham
· 24,259 Views · 4 Likes
article thumbnail
Deploying NGINX and NGINX Plus with Docker
Docker is an open platform for orchestrating distributed applications.; open source NGINX (and the enhanced and commercially supported version, NGINX Plus) are great use cases for Docker, and this article describes how you can deploy the open source product.
December 4, 2015
by Patrick Nommensen
· 9,076 Views · 4 Likes
article thumbnail
Convert TIFF Images to PDF/JPEG in Java
This code snippet that uses the iText library can convert TIFF files into PDF or JPEG using Java.
December 3, 2015
by Shrisowdhaman Selvaraj
· 35,497 Views · 3 Likes
article thumbnail
When Mockito’s InjectMocks Does Not Inject Mocks
How to perform unit tests in Java using Mockito's InjectMocks tool and how to get it working.
December 3, 2015
by Dror Helper
· 90,119 Views · 9 Likes
  • Previous
  • ...
  • 721
  • 722
  • 723
  • 724
  • 725
  • 726
  • 727
  • 728
  • 729
  • 730
  • ...
  • 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: