Skip to main content

Recently Updated Pages

memo, useMemo, useCallback

React Basics

memo As you know by now, if a parent component renders child component, and if any of the parent...

Updated 3 days ago by Tamarine

Preserving and Resetting State

React Basics

https://react.dev/learn/preserving-and-resetting-state Super useful in understanding how React d...

Updated 4 days ago by Tamarine

React Parent and Child Component

React Basics

Parent Component Updates When a Parent Component's state or prop is updated and thus re-rendered...

Updated 4 days ago by Tamarine

React Hooks

React Basics

useState The fundamental of storing information. useState hook allow you to create local state r...

Updated 4 days ago by Tamarine

Error Handling with Promises

NodeJs/JavaScript

https://javascript.info/promise-error-handling   Using async functions https://devtrium.com/po...

Updated 2 weeks ago by Tamarine

React Reducer

React Basics

Reducer In an React application you might have a lot of state that you're maintaining across mul...

Updated 2 months ago by Tamarine

Global Variables

React Basics

Global Variables Global variables in React persist even after re-render. Only the local variable...

Updated 2 months ago by Tamarine

React Routing

React Basics

React Router Traditional multi-page web application uses server based routing where the user req...

Updated 2 months ago by Tamarine

React Core Concepts

React Basics

Core Concepts You will need to be familiar with three core concepts with React in order to build...

Updated 2 months ago by Tamarine

What is React

React Basics

What is React? React is a JavaScript library for building interactive user interfaces (UIs). Whi...

Updated 2 months ago by Tamarine

Java Persistent API

Java

https://en.wikibooks.org/wiki/Java_Persistence/ManyToOne# https://en.wikibooks.org/wiki/Java_Per...

Updated 3 months ago by Tamarine

Days before DevOps

Software Engineering Principles

The Old Days Before DevOps was a thing, the normal typical development and deployment process go...

Updated 4 months ago by Tamarine

Software Development Life Cycles

Software Engineering Principles

SDLC Software Development Life Cycles is a step by step structured process that is used to help ...

Updated 4 months ago by Tamarine

Java Instrumentation

Java

What is Instrumentation Instrumentation is the act or the process of adding bytecode to your exi...

Updated 4 months ago by Tamarine

@Configuration and Auto-Configuration in Spring Boot

Spring and Spring Boot

What is Auto-Configuration Auto-configuration in Spring Boot will automatically help you configu...

Updated 6 months ago by Tamarine

Chapter 7 Parallel Parking

Driver Study Notes

Parallel Parking Pick a space that is big enough for your car. Check your mirrors before you s...

Updated 7 months ago by Tamarine

Chapter 4 Traffic Control

Driver Study Notes

Signs There are four types of types based on the shape and color to tell you the information tha...

Updated 7 months ago by Tamarine

@RestController vs @Controller

Spring and Spring Boot

https://www.baeldung.com/spring-controller-vs-restcontroller

Updated 8 months ago by Tamarine

Printing out Literal Characters with HTML

Java

Escaping and Un-Escaping Characters Due to the nature of some of the character used for special ...

Updated 8 months ago by Tamarine

Stream map vs flatMap

Java

Stream API In Stream API there is both map and flatMap that's available for use. They are both u...

Updated 8 months ago by Tamarine