Recently Updated Pages
Rigging in Blender
Rigging Rigging in blender consist of three parts: Skeleton Skinning Controller Skeleton This is ...
FK and IK
FK vs IK In animating you will consider Forward Kinematics or Inverse Kinematics when moving your...
Shading in Blender
Shading Shading is the process of finding the color and brightness of each part of a 3D object (...
Lighting Fundamentals
Light basics Light is energy that travels in straight lines called rays from a source. When lig...
Spring Boot + Servlet Container + Servlet
Embedded Server Spring Boot by defaults includes an embedded web server (Tomcat). Without the em...
Abstract Syntax Tree in Java
Talk about the example about evaluating Math Expressions, it builds the understanding of lexer, p...
Spring Boot JPA
https://dev.to/gaurbprajapati/spring-boot-database-connection-from-jdbc-to-production-best-practi...
Flexbox Properties
What if I forget? https://flexboxfroggy.com/ Great website to re-learn all these concepts again...
Model Context Protocol (MCP)
The need for MCP Currently, AI is being trained on millions / billions of data, they know questi...
memo, useMemo, useCallback
memo As you know by now, if a parent component renders child component, and if any of the parent...
Preserving and Resetting State
https://react.dev/learn/preserving-and-resetting-state Super useful in understanding how React d...
React Parent and Child Component
Parent Component Updates When a Parent Component's state or prop is updated and thus re-rendered...
React Hooks
useState The fundamental of storing information. useState hook allow you to create local state r...
Error Handling with Promises
https://javascript.info/promise-error-handling Using async functions https://devtrium.com/po...
React Reducer
Reducer In an React application you might have a lot of state that you're maintaining across mul...
Global Variables
Global Variables Global variables in React persist even after re-render. Only the local variable...
React Routing
React Router Traditional multi-page web application uses server based routing where the user req...
React Core Concepts
Core Concepts You will need to be familiar with three core concepts with React in order to build...
What is React
What is React? React is a JavaScript library for building interactive user interfaces (UIs). Whi...
Java Persistent API
https://en.wikibooks.org/wiki/Java_Persistence/ManyToOne# https://en.wikibooks.org/wiki/Java_Per...