Spring Boot, Caching and Hazelcast
How to add caching features with Hazelcast
Java / Angular / Spring / Cloud
Production notes, compatibility guides, and hard-won lessons for Java, Spring Boot, Angular, cloud, databases, and developer tooling.
Free newsletter
Free Java, Spring Boot, Angular, and tooling notes. Short, technical, and useful.
How to add caching features with Hazelcast
How to test the @RestController with Spring Boot
One click deploy your Java application (Java EE, Spring)
Are we artisans of the code or simple part of an assembly line?
How to configure your Angular app to use Font Awesome
How to allow communication between your Angular frontend and the Java Backend
Simple solution when only few users have writing rights.
Java EE 8 - CDI 2.0: Events and Observers
Fix the 404 error when refreshing the Angular page in a Java application Angular doesn’t use anymore the # in the URL. When you refresh the
Npm: <https://www.npmjs.com/package/@molteni/export-csv> GitHub: <https://github.com/marco76/export-csv> Goal: easily export arrays and JSON data from
Example of deployment of a Spring Boot application in AWS Elastic Beanstalk
According to the Angular documentation load an external style file in a component is as easy as : template: ` <h2>{{hero.name}}</h2>
Send and display images from a Java REST backend to Angular efficiently, with correct content types, streaming choices, and frontend rendering.
Today the trend in every company is to use a DevOps architecture as a magical solution for everything. Translated for the developer not only he has
Spring Boot offers us easy to use features to test our REST service. Our goal is to check that our REST Controller answers correctly to an
Problem You are developing a client application (AngularJS) and need to retrieve data from a REST API service. However, you often lack access to the remote
Scrum: The Love-Hate Relationship in Software Development As a consultant, I've encountered countless clients who are passionate about Scrum: Many believe Scrum is a
Change JRE and JDK in Eclipse on macOS and attach sources correctly to fix tooling errors and improve Java debugging experience.
Code source here: <https://github.com/marco76/javaSSE> How a client (ex. web browser) can get updates from a server? Here some options: 1.