-
HTML
HTML5 Cheatsheet
1. Introduction HTML5 is the latest version of the HTML markup language used for creating web pages and applications. With…
Read More » -
Software Development
A Comprehensive Guide to Jira: Best Practices
Jira is a popular project management tool developed by Atlassian. It is commonly used for agile software development, but can…
Read More » -
Core Java
OpenJDK 21 Compiler Warning on Constructor Calling Overridable Methods
THe OpenJDK 21 beta 15 early access build (released 23 March 2023) adds an -Xlint warning to the Java compiler…
Read More » -
Software Development
Redpanda vs Apache Kafka
Data streaming refers to the continuous and real-time processing of large volumes of data. It involves sending and receiving data…
Read More » -
Software Development
What is AIOp and How It Improves IT Operations
AIOps (Artificial Intelligence for IT Operations) is a methodology that uses artificial intelligence (AI) and machine learning (ML) techniques to…
Read More » -
Core Java
Clear details on Java collection ‘Clear()’ API
Several of us might be familiar with the clear () API in Java collections framework. In this post, let’s discuss…
Read More » -
Software Development
CI/CD Tools: GitLab vs Jenkins
CI/CD is an acronym that stands for Continuous Integration and Continuous Deployment/Delivery. It is a set of practices used in…
Read More » -
Web Development
Data Binding in React
Data binding is a software development technique that allows developers to establish a connection between the data source and the…
Read More » -
Core Java
Java Concurrency: ReentRantLock Fairness
Previously we saw some of the building blocks of concurrency in Java. In this blog we will focus on ReentRantLock.…
Read More »