Lance

Lance

Lance is a software engineer with over 15 years of experience in full-stack software development.

Posts by Lance

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
7 New Features introduced in Next js 11 in 2021

7 New Features introduced in Next js 11 in 2021

Next js 11 is now released. There are seven improvements introduced with this release. This article goes through each change and discuss it in detail.
July 17, 2021
Using Thymeleaf with Spring

Using Thymeleaf with Spring

A guide to setup Thymeleaf templates with Spring web applications.
January 14, 2021
How to use Java 8 Lambda Expressions

How to use Java 8 Lambda Expressions

Learn how to use lambda expressions, introduced by Java 8
December 9, 2020