JSON
Core Concepts
Data Structure
Programming
This chapter delves into the fundamental components of JSON: objects, arrays, and primitive data types. Learn their syntax, structure, and practical …
ACCESS_FILE >>AI
Machine Learning
Agentic AI
Core Concepts
Dive into the fundamental building blocks of Agentic Lightening. Understand the roles of `LitAgent`, `Trainer`, and the `AgentLightningServer`, and …
ACCESS_FILE >>SVG
Core Concepts
Basic Shapes
HTML
Beginner
This chapter introduces the fundamental SVG elements for drawing basic geometric shapes: <svg>, <line>, <rect>, <circle>, <ellipse>, and <polygon>, …
ACCESS_FILE >>TensorFlow
Core Concepts
Tensors
Operations
Graphs
Beginner
A detailed explanation of TensorFlow's fundamental building blocks: Tensors as multi-dimensional arrays, common operations to manipulate them, and the …
ACCESS_FILE >>Next.js
Core Concepts
Routing
Components
App Router
Beginner
Explore the fundamental building blocks of Next.js applications: understanding pages, how routing works with the App Router, and creating and managing …
ACCESS_FILE >>Rust
Core Concepts
Variables
Data Types
Operators
Beginner
Dive into the fundamental building blocks of Rust: how to declare variables, understand various data types (scalars and compounds), and use operators …
ACCESS_FILE >>D3.js
Core Concepts
Selections
Data Binding
Scales
Axes
Beginner
This chapter introduces the fundamental building blocks of D3.js: selections, data binding, DOM manipulation, scales, and axes. Master these core …
ACCESS_FILE >>TOON
Core Concepts
Data Structure
LLMs
Optimization
This chapter introduces TOON (Token-Oriented Object Notation), explaining its core syntax, design philosophy for token efficiency, and how it differs …
ACCESS_FILE >>Redis
Core Concepts
Strings
Keys
Data Types
Node.js
Python
Dive into the most fundamental data type in Redis: Strings. Learn how to store, retrieve, update, and delete string values, along with understanding …
ACCESS_FILE >>SVG
Core Concepts
Styling
CSS
Beginner
Explore how to style SVG shapes using `fill`, `stroke`, `stroke-width`, `opacity`, `stroke-linecap`, and `stroke-linejoin` attributes, and understand …
ACCESS_FILE >>Rust
Core Concepts
Ownership
Borrowing
Lifetimes
Memory Safety
Unravel the core of Rust's memory safety: a detailed explanation of ownership, borrowing, and lifetimes with practical examples, addressing how Rust …
ACCESS_FILE >>D3.js
SVG
Shapes
Paths
Beginner
Core Concepts
Learn to create and manipulate fundamental SVG shapes, paths, and text elements using D3.js. This chapter covers rectangles, circles, lines, and …
ACCESS_FILE >>Redis
Core Concepts
Hashes
Data Types
Node.js
Python
Explore Hashes, a versatile data type for storing structured data like objects. This chapter explains how to manage fields and values within a hash.
ACCESS_FILE >>AI
Machine Learning
Agentic AI
Core Concepts
Evaluation
Delve into the critical concepts of 'rollouts' and 'rewards' in Agentic Lightening. Learn how agents execute tasks, how their interactions are …
ACCESS_FILE >>Rust
Core Concepts
Control Flow
Functions
Beginner
Learn how to control program execution with conditional statements and loops, and master writing reusable functions in Rust, including parameters, …
ACCESS_FILE >>Redis
Core Concepts
Lists
Data Types
Node.js
Python
Understand Redis Lists, ordered collections of strings. Learn how to perform push, pop, and range operations, making them ideal for queues and recent …
ACCESS_FILE >>Rust
Core Concepts
Structs
Enums
Pattern Matching
Explore custom data types using structs and enums, and leverage the power of pattern matching for expressive and safe code in Rust.
ACCESS_FILE >>Redis
Core Concepts
Sets
Sorted Sets
Data Types
Node.js
Python
Delve into Sets for unique collections and Sorted Sets for unique collections with an associated score, perfect for leaderboards and priority queues.
ACCESS_FILE >>Transformers.js
Core Concepts
Pipelines
Models
AI
JavaScript
Explore the core concepts of Transformers.js: the `pipeline` API for common tasks and how to load and utilize various pre-trained models from the …
ACCESS_FILE >>Injection-JS
Dependency Injection
TypeScript
Core Concepts
Explore the fundamental building blocks of Dependency Injection using Injection-JS, including services, providers, injection tokens, and the …
ACCESS_FILE >>Angular
Core Concepts
Signals
Reactivity
A detailed explanation of Angular Signals, how they provide a new reactive primitive, and practical code examples and exercises for managing state.
ACCESS_FILE >>