(Mukesh Fulwariya) The purpose of this article is to understand what lazy loading is, how to implement lazy loading in Angular, and comparing the load time of an application with and without lazy loading.
Tag: JSON / JAVA / XML
Functional JavaScript: Traversing Trees with a Recursive Reduce
(James Sinclair) Trees come up a lot in web development. As in, more than you would expect. They pop up all over the place.
Adapting JSON Strings for Deserializing into C# Objects
(David A. Gray) Some JSON strings need a little help fitting into a C# object.
Final Keyword and JVM Memory Impact
(Petr Bouda) Learn more about using the final keyword and how it can impact JVM memory.
Custom Alert, Prompt, And Confirm Box Using jQuery And Bootstrap
(Sumit Singh Sisodia) In this article, you will learn about custom alert, prompt, and confirm box using jQuery and bootstrap.
How to Debug Remote Browsers
(Todd Gardner) It’s super frustrating when bugs pop up only in a remote browser. Something about that user, that device, or that environment is different, but I don’t know what! And of course, I can’t recreate it on my local development machine.
fastBinaryJSON
(Mehdi Gholam) A binary JSON serializer based on fastJSON (support for MonoDroid, netcore)
Java 101: Java polymorphism and its types
(Jeff Friesen) Learn the four types of polymorphism in Java, then start using subtype polymorphism to execute different forms of the same Java method
Introduction To React js
(Priyanka Jain) This article talks is an introduction to the basics of React.js.
Converting a JS library to TypeScript: Part 2
(Jack Franklin) Today we’re implementing more of test-data-bot’s API in TypeScript and diving more into types, interfaces and figuring out how best to model our API through TypeScript.