(Jeremy Grifski) I’ve been teaching at OSU for nearly two years, and it always astounds me how much I learn from my students.
Tag: JSON / JAVA / XML
How to Check Password Strength Meter in Angular 8
(Siddharth Gajbhiye) In most applications, there is a field while registering to enter a valid password that should contain at least one digit, one number and one special symbol.
Create Empty Optional SQL Clauses with jOOQ
(lukaseder) When using jOOQ to create dynamic SQL statements (one of jOOQ’s core value propositions), it is often necessary to add query elements conditionally, with a default “No-op” behaviour.
Use Angular Application As Desktop Application Using Electron
(Nagaraj M) In this article we will learn about how to use Angular as a desktop application using the Electron plug-in, and also we will see how to create a set up for Windows.
GitHub to acquire NPM JavaScript package registry
(Paul Krill) Microsoft-owned GitHub has signed an agreement to purchase JavaScript package registry provider NPM, with plans to integrate the two platforms and move the private NPM packages of paying NPM customers to the GitHub Packages registry.
How To Add Tooltip in React Application
(Sanwar Ranwa) In this article, we will learn how to add React material UI Tooltip in React applications. Tooltip is a pop-up that displays a message or information on hover, click or focus event.
JavaScript Tracing: How to Find Slow Code
(Michiel Mulders) Finding slow JavaScript code can be a tricky problem to solve. Small code changes can have a big impact on the performance of your code.
Building Java Barcode Apps: Command Line, GUI, and Web
(Xiao Ling) In this article we go over the Differences between ZXing and Dynamsoft Barcode Reader. Like the the supported symbologies, and memory usage.
LazyInitializationException – What it is and the best way to fix it
(Thorben Janssen) The LazyInitializationException is one of the most common exceptions when working with Hibernate. There are a few easy ways to fix it. But unfortunately, you can also find lots of bad advice online.
Login With Gmail Using ReactJS
(Sanwar Ranwa) In this article, we will learn the step-by-step process of allowing users to log in to an application with Gmail using ReactJS.