Published: August 06, 2023 • angular, java
In this blog post, I show you how to implement a web application with Angular that receives push notifications and a back end with Java that sends push messages. It uses the standard Push API supported by all major browsers.
Published: May 17, 2020 • javascript, angular
How to create an Angular application from scratch with the Nebular component library.
Published: May 05, 2020 • java, angular, spring
In this blog post, I show you how to deploy an Angular application to Firebase Hosting and a Spring Boot application to Google Cloud Run
Published: May 01, 2020 • Updated: May 20, 2021 • javascript, java, ionic, angular
This blog post shows you how to integrate hCaptcha CAPTCHAs into a plain JavaScript project and Angular projects, with a Spring Boot back end.
Published: April 21, 2020 • Updated: May 21, 2021 • javascript, angular
In this blog post, we take a look at the YouTube Player and Google Maps component from the angular/component repository.
Published: January 26, 2017 • Updated: December 04, 2018 • angular, ionic, spring, java, javascript
Example of form validation in an Ionic application. How to create custom synchronous and asynchronous validators and how to validate data on the server with the Java Bean Validation framework.
Published: January 22, 2017 • Updated: December 05, 2017 • angular, javascript