Marco Molteni
Java & Angular Deep Dives
Home
Learn
Java
Angular
About Me
LinkedIn
YouTube
Code
RSS
Free app for Devs to check the security header of your webapp / api:
MarMo Shield
How to preview the new features in Java
How to use preview features in Java
UPDATED: 2020-01-23
Java 14 new features
Whats new in Java 14
UPDATED: 2019-11-19
Angular and Java Setup on Mac
Quick and easy install Java and Angular
UPDATED: 2019-11-17
Observables and RxJS tutorial / FAQ
Common questions about Observables
UPDATED: 2019-11-17
Angular: Local proxy server to improve frontend development
Mix local and remote REST answers to speed up frontend dev
UPDATED: 2019-11-08
Garbage collectors for the busy Java developer (10 min, no maths ;))
(Video + Slides) JavaZone Conference
UPDATED: 2019-10-01
Java 17 new feature: Teeing Collector
Teeing Collector examples. A Java 17 LTS new feature!
UPDATED: 2019-03-23
Calculate the difference between two dates in Java
Count the days between two dates
UPDATED: 2019-02-11
The final keyword in Java
The final keyword doesnt guarantee the immutabily of your objects. Its really performant?
UPDATED: 2019-02-03
Build the OpenJDK
Build the OpenJDK, step by step
UPDATED: 2019-01-31
Ionic and Angular lifecycle
ionic vs angular lifecycle, mixing components
UPDATED: 2019-01-23
Enums in Angular templates
How to use enum in the html template
UPDATED: 2019-01-21
Call a function every x seconds in Angular
Cron style method calling in Angular using RxJS
UPDATED: 2019-01-21
Initialize a HashMap in Java - Best practices
HashMap initialization and best practices
UPDATED: 2019-01-10
Configure nginx in Jelastic
Use compression with nginx
UPDATED: 2019-01-05
Difference between protected and default/package access in Java
Visual memo of the access modifiers and controls
UPDATED: 2019-01-05
Create a list of objects from a file using lambda expressions in Java
Read the file, create and sort the object list
UPDATED: 2019-01-04
Use Showodown in Vue.js
Use the Showdown markup library in Vue.js
UPDATED: 2019-01-02
Config files in Java EE / Jakarta EE using MicroProfile
How to store the configuration in external files?
UPDATED: 2018-11-14
Mixing Angular with AngularJS
Integrate Angular component in an AngularJS application
UPDATED: 2018-11-07
Blockchain: How to generate a SHA-256 hash with Java
Blockchain: How to generate a SHA-256 hash with Java
UPDATED: 2018-10-25
HashMap inline initialization
How to initialize an HashMap inline in a Java lambda expression
UPDATED: 2018-10-08
Whats new in Java 11
Here some of the new features of Java 11 with a direct impact on the daily development activity.
UPDATED: 2018-09-15
Spring Integration mail
How to send email using Spring Integration and create smtp unit tests
UPDATED: 2018-08-11
Angular Master Detail Grid
A technical challenge, not a big of interest
UPDATED: 2018-07-24
Starting a new Angular project - I wish I knew
Lessons learned from previous projects
UPDATED: 2018-05-16
Deploying Your Angular App with Docker and Nginx: A Step-by-Step Tutorial
How to dockerize angular
UPDATED: 2018-05-10