Registering Multiple Local Microservice Instances With Netflix Eureka

Learn how to register local microservice instances running with Spring Cloud config server with Eureka so they are accessible to consuming microservices. Read all

Sequences Support in MariaDB Server 10.3

This article is an analysis on how to create a sequence with MariaDB, how to create a table to test out the sequence, and how to ask for the next value. Read all

Using Domain-Specific Language to Manipulate NoSQL Databases in Java With Eclipse JNoSQL

This article covers how a Java developer can do NoSQL operations using just one DSL either programmatically or by text. Read all

MachineX: Understanding FP-Tree Construction

This article is a tutorial that explains how the FP-Growth algorithm helps in finding frequent items and how to understand the data structure used by it. Read all

Create Inline CRUD Using jQuery and AJAX

This article includes a tutorial on how to create inline CRUD using jQuery and AJAX. It also explains how to create the database and tables. Read all

A Transition From Monolith to Microservices

This article presents a developer's perspective on transitioning software from monoliths to microservices, and best practices and technologies for migrating. Read all

Visualize Microservices With the Microservices Dashboard App

Learn how the Microservices Dashboard app helps you visualize your microservices architecture, how to set it up, and about its current available aggregators. Read all

It's High Time to Say Goodbye to the LAMP Stack and Hi to the MEAN Stack

A comparative look at the LAMP and MEAN technology stacks used for full-stack web development, and why the MEAN stack is a great choice for your project. Read all

7 Reasons Why Open-Source Elassandra (Cassandra + Elasticsearch) Is Worth a Look

Learn about Elassandra in terms of performance, scalability, nested documents, log analysis, index mappings, time series, and more. Read all

Batch Processing vs. Stream Processing

Learn about the differences between batch processing and stream processing and when you should choose batch processing over stream processing and vice versa. Read all

Zero Code REST With json-server

An integration engineer, who normally focuses on Java and Mule, dives into a JavaScript and Node.js to discuss how to use json-server in your projects. Read all

How to Securely Access Bank Account Data With the Plaid API

A quick look at the popular Plaid API and how it can help developers quickly and easily integrate financial information into a web or mobile application. Read all

Monitoring and Troubleshooting Deadlocks With SQL Monitor

10 March 2018 Deadlocks can occur when two or more sessions inside of the database engine are waiting for access to locked resources held by each other. Tech... Read all

 

 

 

 

Top