(Valerii Tereshchenko) React is a JavaScript library for building user interfaces. Very often using React means using React with Redux. Redux is another JavaScript library for managing global state.
Tag: JSON / JAVA / XML
Overview Of Optional Route Parameters In Angular
(Mohammad Irshad) In this article, we are going to learn the optional route parameters in Angular. Sometimes it may be the requirements that we want the component view to be rendered on the basis of some values coming from the route parameter or we just want to render the component with some additio
The Complete Guide to the Java SE 12 Extended Switch Statement/Expression
(Mohamed Taman) There is no code base that is free from the use of the switch statement; even for performance tweaks, we tend to use it over the if/else statements.
Angular 7 with .NET Core 2.2 – Global Weather (Part 1)
(Fred Song) In this article, you will build an Angular 7 app with .NET Core 2.2.
The Brief Yet Complicated History of JDK 12’s String::transform Method
(Dustin Marx) It was recently proposed that the Java preview feature Raw String Literals (JEP 326) be removed from JDK 12 and it is now official that the preview feature will be removed (version 25 of Java SE 12 [JSR 386] removes it).
Using ParamMap Observable For Handling Route In Angular
(Mohammad Irshad) In this article, we are going to learn how to use paramMap observable of ActivatedRoute and also learn how it is better to use than a snapshot to read the parameter.
React indeterminate
(David Walsh) I’ve fallen in love with React.js and JSX over the years; state-based rendering and a logical workflow have made me see the light of this modern framework.
Guide to Java Trust Store and Key Store Configuration
(Kibo Hutchinson) TLS is the new version of the standard that was previously called SSL for secured communication between a client and a server.
Exception Handling in Java Streams
(Brian Vermeer) The Stream API and lambda’s where a big improvement in Java since version 8. From that point on, we could work with a more functional syntax style.
JavaScript Labels
(David Walsh) No matter how long you’ve been a JavaScript developer, there will always be language features that you didn’t know about until you saw them in a fringe piece of code.