Home Page

Recently Added

Passing props from Reactjs child to parent components

Passing props from Reactjs child to parent components

Using parent function references to receive data from child components
April 19, 2022
How to pass children as props in Reactjs

How to pass children as props in Reactjs

JSX component body tags can be passed to the component as children props
April 16, 2022
How to deploy a Spring Boot app on Linux

How to deploy a Spring Boot app on Linux

How to deploy a springboot app in Linux as a service
March 16, 2022
Array Sorting Algorithms: Selection Sort and its Efficiency

Array Sorting Algorithms: Selection Sort and its Efficiency

Analyzing the Selection sort algorithm and its efficiency
March 13, 2022
Array Sorting Algorithms: Bubble Sort and its efficiency

Array Sorting Algorithms: Bubble Sort and its efficiency

Analyzing the Bubble sort algorithm and its efficiency
March 5, 2022
Spring Data JPA Query examples

Spring Data JPA Query examples

This article explains how to derive simple queries by method names and how to use @Query annotation to create more complex queries.
February 28, 2022
2 Ways to Implement Page Layouts in NextJs

2 Ways to Implement Page Layouts in NextJs

Discusses ways to implement Nextjs layout templates to use across your web application
August 23, 2022
Simple Redux store example with React + Hooks

Simple Redux store example with React + Hooks

This article discusses how to use Redux with a simple React Js application.
August 23, 2022
All you need to know about Array Data Structure - one-dimensional arrays

All you need to know about Array Data Structure - one-dimensional arrays

Arrays are the most common data structure used across many programming languages. Most built-in data structures in programming languages such as Lists, Maps, and tables use arrays ...
October 9, 2022
Overview of Data Structures

Overview of Data Structures

Data structures and algorithms are the building blocks of computer science. Data structures and algorithms play an important role throughout the computer software and hardware indu...
October 9, 2022