What is new in Java 13 (for Developers)
Overview of new features in Java 13 for developers, including preview features for switch expressions and text blocks.
Loiane Groner is a hands-on software engineering lead based in the US, sharing knowledge on Java, JavaScript, Angular, AI, and modern software development through books, talks, and community contributions.
33 articles from this blog
Overview of new features in Java 13 for developers, including preview features for switch expressions and text blocks.
Overview of new developer features in Java 12, including Switch Expressions (preview) and new String methods like indent and transform.
Step-by-step guide to setting up a MySQL database instance on Oracle Cloud and connecting to it using MySQL Workbench.
A tutorial on building a CRUD REST API using Spring Boot 2, Hibernate, JPA, and MySQL, including project setup and testing.
A tutorial on developing and deploying a Java Spring Boot REST application to Oracle Cloud's Application Container Cloud service.
A step-by-step guide to upgrading Angular projects from version 5 to version 6, covering CLI updates, dependency changes, and RxJS migration.
A tutorial on automating Angular CLI project deployment to Firebase Hosting using Travis CI, GitHub, and Greenkeeper for dependency updates.
Learn how to create a custom Angular Date Pipe to format dates consistently across your application, using the dd/MM/yyyy format.
A step-by-step guide on integrating Bootstrap CSS and JavaScript components into an Angular CLI project, covering Bootstrap 3, 4, and libraries like ngx-bootstrap.
Two approaches to hide the navigation bar on the login page in an Angular application using Angular Material.
Learn how to trigger validation on submit and disable the button for invalid forms in Angular Reactive Forms.
Tips for avoiding duplicate RxJS operator imports in Angular projects, covering changes from Angular v5/v6 and pipeable operators.
A tutorial on setting up an Angular project with Angular Material 2, covering installation, configuration, and component usage.