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 Data Engineering Topics

article thumbnail
Razor Engine for Parsing Razor Pages Stored as String
How the MVC Razor engine can be used to parse the razor view when the view is stored as text in a database or somewhere else outside an application.
December 19, 2016
by Anjani Singh
· 19,173 Views · 1 Like
article thumbnail
Making Spring Boot Applications Run Serverless With AWS
Forget the cloud, it's time to go serverless. Using AWS Lambda and API Gateway can reduce costs and overhead, and it's easy to get your Spring Boot app running on it.
December 18, 2016
by $$anonymous$$
· 39,847 Views · 14 Likes
article thumbnail
Making the Case For and Against Lift-and-Shift Cloud Migration
A common approach to cloud migration is to simply port material to the cloud, which is not always the best decision, considering the complexity of modern apps.
December 17, 2016
by Darren Perucci
· 10,924 Views · 3 Likes
article thumbnail
Investigating KnockoutJS in Oracle JET
An introduction to the best use cases for KnockoutJS, how it's differentiated from other JavaScript frameworks, and how it's used in Oracle JET.
December 16, 2016
by Chris Muir
· 15,700 Views · 7 Likes
article thumbnail
Geospatial Queries With Apache Ignite
Storing and querying location data can be useful for any number of apps for projects. Apache Ignite has a geospatial component made just for that.
December 16, 2016
by Denis Magda DZone Core CORE
· 9,798 Views · 8 Likes
article thumbnail
A Deep Dive Into Couchbase N1QL Query Optimization
This comprehensive guide to N1QL queries covers the ins and outs of the query engine, teaching users about how to efficiently scan and join data.
December 16, 2016
by Keshav Murthy DZone Core CORE
· 16,341 Views · 9 Likes
article thumbnail
Implementing NestedBuilder
If you're working with the Builder Pattern, you might find your relations growing complex. The NestedBuilder class lets proxies serve as parents and children at the same time.
Updated December 16, 2016
by Sven Ruppert DZone Core CORE
· 51,217 Views · 20 Likes
article thumbnail
Designing Index for Query in Couchbase N1QL
It's important to remember that while designing an index, you should explore all possible index options.
December 16, 2016
by Sitaram Vemulapalli
· 8,855 Views · 10 Likes
article thumbnail
From Solr Master-Slave to the (Solr)Cloud
If you're moving to Solr's distributed search system, there's a lot to keep in mind ranging from indexing differences to testing procedures to keeping ZooKeeper working.
December 15, 2016
by Rafał Kuć
· 7,446 Views · 1 Like
article thumbnail
An Overview of Meta-Monitoring
Meta-monitoring is basically self-service for monitoring. There are several different requirements and methods that should be kept in mind when it comes to meta-monitoring.
December 15, 2016
by Thomas Kurian Theakanath
· 5,666 Views · 2 Likes
article thumbnail
Introduction to DataWeave
DataWeave is a MuleSoft tool for transforming data. When you're first starting to use it, there's a lot to learn about, especially in terms of how the graphical UI interface works.
December 15, 2016
by Swati Deshpande
· 30,089 Views · 6 Likes
article thumbnail
Connecting to MongoDB in Scala
You can use Scala to connect to MongoDB with a handy driver. By tweaking some settings and adding a dependency, you can even use SSL to keep your connection safe.
December 15, 2016
by Neeraj Chinthireddy
· 16,409 Views · 1 Like
article thumbnail
JSON-B: A Java API for JSON Binding
When JSON-B and JSON-P are combined, all of the tools are put in place to process and work with the JSON data format in Java.
December 14, 2016
by Sam Sepassi
· 22,797 Views · 6 Likes
article thumbnail
Deploying Microservices: Spring Cloud vs. Kubernetes
When it comes to deploying microservices, which is better — Spring Cloud or Kubernetes? The answer is both, but they shine in different ways.
December 13, 2016
by Bilgin Ibryam
· 195,106 Views · 104 Likes
article thumbnail
Making Elasticsearch in Docker Swarm Truly Elastic
Running a truly elastic Elasticsearch cluster on Docker Swarm is hard. Here's how to get past Elasticsearch and Docker's pitfalls with IP addresses, networking, and more.
December 13, 2016
by Stefan Thies
· 13,527 Views · 14 Likes
article thumbnail
Simplifying Custom Two-Way Data Binding in Angular 2
To simplify things, Angular 2 doesn't have built-in two-way data binding. But come on – we can't think of creating a modern web application without the power of two-way data binding.
December 13, 2016
by Dhananjay Kumar
· 90,410 Views · 4 Likes
article thumbnail
Deep Learning via Multilayer Perceptron Classifier
In this article, we will see how to perform a Deep Learning technique using Multilayer Perceptron Classifier (MLPC) of Spark ML API and more!
December 12, 2016
by Md. Rezaul Karim
· 30,063 Views · 12 Likes
article thumbnail
Learn Drools (Part 6): Rules and Statistics
So, you've got your Drools system running, but then you run into a bug. Fortunately, you can track your facts and rules with Java and Drools to see where it went wrong.
December 12, 2016
by Shamik Mitra
· 17,255 Views · 6 Likes
article thumbnail
How Small Should Microservices Be?
There are tons of different perspectives regarding the best size and granularity of microservices. Which perspective is best for your project?
December 12, 2016
by Grygoriy Gonchar
· 15,903 Views · 8 Likes
article thumbnail
About the Java 8 Stream API Bug
The Java Stream API wasn't working the way it was supposed to. There is a fix, but it's interesting to see what exactly went wrong.
December 12, 2016
by A N M Bazlur Rahman DZone Core CORE
· 16,641 Views · 17 Likes
  • Previous
  • ...
  • 689
  • 690
  • 691
  • 692
  • 693
  • 694
  • 695
  • 696
  • 697
  • 698
  • ...
  • 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: