Skip to main content

Recently Updated Pages

Rigging in Blender

Blender

Rigging Rigging in blender consist of three parts: Skeleton Skinning Controller Skeleton This is ...

Updated 3 weeks ago by Tamarine

FK and IK

Blender

FK vs IK In animating you will consider Forward Kinematics or Inverse Kinematics when moving your...

Updated 3 weeks ago by Tamarine

Shading in Blender

Blender

Shading Shading is the process of finding the color and brightness of each part of a 3D object (...

Updated 1 month ago by Tamarine

Lighting Fundamentals

Blender

Light basics Light is energy that travels in straight lines called rays from a source. When lig...

Updated 1 month ago by Tamarine

Spring Boot + Servlet Container + Servlet

Spring and Spring Boot

Embedded Server Spring Boot by defaults includes an embedded web server (Tomcat). Without the em...

Updated 2 months ago by Tamarine

Abstract Syntax Tree in Java

Java

Talk about the example about evaluating Math Expressions, it builds the understanding of lexer, p...

Updated 3 months ago by Tamarine

Spring Boot JPA

Spring and Spring Boot

https://dev.to/gaurbprajapati/spring-boot-database-connection-from-jdbc-to-production-best-practi...

Updated 4 months ago by Tamarine

Flexbox Properties

CSS

What if I forget? https://flexboxfroggy.com/ Great website to re-learn all these  concepts again...

Updated 4 months ago by Tamarine

Model Context Protocol (MCP)

MCP

The need for MCP Currently, AI is being trained on millions / billions of data, they know questi...

Updated 4 months ago by Tamarine

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 6 months 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 6 months 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 6 months ago by Tamarine

React Hooks

React Basics

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

Updated 6 months ago by Tamarine

Error Handling with Promises

NodeJs/JavaScript

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

Updated 6 months 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 8 months ago by Tamarine

Global Variables

React Basics

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

Updated 8 months ago by Tamarine

React Routing

React Basics

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

Updated 8 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 8 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 8 months ago by Tamarine

Java Persistent API

Java

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

Updated 9 months ago by Tamarine