(Fred Song) In Angular 7 with .NET Core 2.2 – Global Weather (Part 1), we talked how to build an Angular 7 app with .NET Core 2.2 step by step.
Tag: JSON / JAVA / XML
Overview Of Child Routes In Angular
(Mohammad Irshad) In this article we are going to use child routes in our navigation application. Child routes is used in such scenarios when we require some routes be render or view inside other route.
Add tooltips with JavaScript and jQuery
(scastelli) With the help of jQuery, it is very easy to create highly customizable tooltips boxes that can be used to decorate your page elements.
Adopting CI/CD in Your Java Project with the Gitflow Branching Model
(Bryan Gardner) A thousand years ago I was at a technology conference, where I came upon a newfangled gizmo on exhibit called “Git”.
String Interpolation, NgStyle, NgClass In Angular 7.0
(Khaja Moizuddin) In this article, we will see the String Interpolation, ngStyle, ngClass in Angular 7.0. In this article, we will see the creation of angular component and we will see how we can use String interpolation, setting a background color using ngStyle and setting a foreground color using
Static Binding vs. Dynamic Binding in Java
(Rinu Gour) Struggling to understand the difference between static and dynamic binding?
Least Squares: A Matrix Approach in Java
(Mark H Bishop) Many disciplines depend on linear regression for understanding data. Most often, practitioners turn to packaged programs to do the math.
18 Node.js and JavaScript libraries for fast and simple microservices
(Peter Wayner) Long ago in the early days of the Internet, pointing your browser at a URL meant your machine would start up a conversation with one server, and only one—the one connected with that URL.
Ultimate Winston Logging Tutorial: Best Practices, Resources, and Tips
(Lou Bichard) Are you looking to get up and running with logging in Node.js? Do you want to understand best practices (and pitfalls) for structuring application logging in Node.js?
Unit testing DynamoDB applications using JUnit5
(Biju Kunjummen) In a previous post I had described the new AWS SDK for Java 2 which provides non-blocking IO support for Java clients calling different AWS services.