(Sagar Arora) One of the biggest nightmares for all developers is to debug their code. Debugging code written in Java is a tough task. Debugging is the process of determining and fixing bugs or errors present in the code, project, or application.
Tag: JSON / JAVA / XML
JavaScript Interop In Blazor
(Ankit Sharma) In this article, we will learn about JavaScript Interop in Blazor. We will understand what JavaScript Interop is and how we can implement it in Blazor with the help of a sample application.
Object.freeze: Immutable Objects
(David Walsh) One of my favorite part of JavaScript has always been mutability of objects.
Java 8: Comparator Example [Snippet]
(Behzad Khosrojerdi) Want to learn more about how to use the Comparator class in Java 8? Check out this code snippet on using the Comparator and Person class!
String.valueOf(Object) versus Objects.toString(Object)
(Dustin Marx) The handy method String.valueOf(Object) has been around since JDK 1.0 and is one of the JDK-provided methods that I use on a frequent basis. I have blogged on its value before.
Oracle forges a Java microservices framework
(Paul Krill) Oracle has introduced Project Helidon, an open source microservices framework for Java.
How To Create Plugins For XrmToolBox
(Ashish Vishwakarma) XrmToolBox has plenty of useful plugins, and awesome people like you from community keep adding new plugins to solve Dynamics 365 developer’s day to day hurdles and make them more productive.
Learn Node.js: Tutorials for Programmers of All Levels
(Sagar Arora) Node.js can be defined as a dynamic, cross-platform and open-source JavaScript framework or runtime environment that is built on the Google Chrome JavaScript V8 engine.
JavaScript, jQuery, TypeScript: Chapter 2
(raddevus) JavaScript (as we talk about it in this book) runs in the browser. However, to run JavaScript in the browser, it has to be loaded first. JavaScript is loaded by way of the HTML document.
Testing React with Kent C. Dodds
(Jack Franklin) I’m sure that Kent needs no introduction, he’s a prolific contributor to the React community and ecosystem. One of the things he talks a lot about is testing, which just so happens to be one of my favourite topics, too!