-
Core Java
Java Performance 2 * i * i Multiplication : 2 * (i * i) Faster Than 2 * i * i
When optimizing code, even small differences in expression syntax can impact performance. One such example is the difference between 2…
Read More » -
Enterprise Java
Micronaut Error Handling
Error handling is one of the main concerns when developing systems. On a code level, error handling handles exceptions thrown…
Read More » -
Enterprise Java
Generate Java Classes From Avro Schemas Using Gradle
In this tutorial, we’ll learn how to generate Java classes from an Apache Avro schema.First, we’ll familiarize ourselves with two…
Read More » -
Core Java
Java Flatten 2D array Into 1D Array
Arrays are the most basic data structures in any language. Although we don’t work on them directly in most cases,…
Read More » -
Core Java
Java Remove All Characters Before Specific One Character
When working with strings in Java, we may encounter scenarios where we need to remove all characters before a particular…
Read More » -
Core Java
Java Array Minimum position – Finding the min element
Operations on arrays are essential, and we might need them in any application. Sometimes, they’re hidden behind more convenient interfaces…
Read More » -
Python
Python Beautifulsoup Example Cheat Sheet
"Interested to learn more about Beautifulsoup? Then check out our detailed example on Beautifulsoup Cheat Sheet
Read More » -
Web Development
Packaging a React App with Spring Boot
1. Introduction This is an in-depth article related to building a react app with Spring Boot. Spring Boot framework has…
Read More » -
Core Java
Difference Between Java and JavaScript
1. Introduction We look at the comparison of Java vs JavaScript languages in this article. JavaScript was developed by Netscape.…
Read More »
- 1
- 2