(Thorben Janssen) Since I started talking about microservices and the challenges that you have to solve whenever you want to exchange data between your services, I hear 3 things:
Tag: JSON / JAVA / XML
How To Get Localized Number Format Based On Country Using Angular 8
(Siddharth Gajbhiye) To explain the concept of localization and number format based on their locale I am taking my previous article as reference to display the price based on different countries and their currencies.
Learning the Basics: Methods in Java
(Anders Olsen) Learn everything you need to know about methods in Java.
Master Chef (Part 1) ASP.NET Core MVC with Fluent NHibernate and AngularJS
(Fred Song) This article will walk you through the elements involved in building a Single Page Application. It covers Fluent NHibernate, its installation, adding data model classes, mapping classes, and repository glass.
Awesome Forward & Reverse Geocoding API: positionstack
One awesome web functionality we take for granted is geolocation. Based on geolocation data, we can get someone to their destination, provide them suggestions based on their location, and so on.
CRUD Operations In ReactJS With Hooks
(Sanwar Ranwa) In this article we will explain about React hooks and how to implement hooks in React. Hooks are a new concept that were introduced in React 16.8.
Java 14 Feature Spotlight: Records
(Brian Goetz) In Java Futures at QCon New York, Java Language Architect, Brian Goetz took us on a whirlwind tour of some of the recent and future features in the Java Language. In the first article in this series, he looked at Local Variable Type Inference. In this article, he dives into Records.
Angular Fundamentals – Building an Angular 7 Application with .NET Core 2.2 (Global Weather) – Part 1
(Fred Song) In this article, we build an Angular 7 application with .NET Core 2.2, and introduce Angular fundamentals, like Bootstrapping, NgModules, Reactive Form, Http Client, Observation, Promise and Routing.
Manage multiple Java SDKs with SDKMAN! with ease
(Rafal Borowiec) SDKMAN! is a convenient tool for managing parallel versions of multiple Software Development Kits. The tool is especially useful for Java developers as it supports SDKs for the JVM such as Java, Groovy, Scala, Kotlin and Ceylon.
Learn Angular 8 Step By Step In 10 Days – HttpClient Or Ajax Call – Day Nine
(Debasis Saha) Welcome back to the Learn Angular 8 in 10 Days article series – Part 9. In the previous article, we discussed the different concepts of Service in Angular.