Implementing a Maven Archetype to Generate Spring Boot-Based Services

This post looks at how to generate a Spring Boot-based application from a Maven archetype, integrating Spring Boot, Apache CXF, and Swagger via unit and integration tests. Read all

Authorizing Resources Based On Who Created Them

This tutorial demonstrates how to authorize specific resources based on the users who created the annotation in REST using XACML, providing explanations and sample code. Read all

Kafka Python and Google Analytics

A developer provides a tutorial on how to use Apache Kafka and Python in conjunction with Google Analytics to perform data analyses using Apache Spark. Read all

AWS Lambda with Spring Boot

This article takes a look at running serverless code in AWS. Also take a look at running code in AWS Lambda with the help of Spring Boot. Read all

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

 

 

 

 

Top