Latest Tutorials

Learn about the latest technologies from fellow newline community members!

  • React
  • Angular
  • Vue
  • Svelte
  • NextJS
  • Redux
  • Apollo
  • Storybook
  • D3
  • Testing Library
  • JavaScript
  • TypeScript
  • Node.js
  • Deno
  • Rust
  • Python
  • GraphQL
  • React
  • Angular
  • Vue
  • Svelte
  • NextJS
  • Redux
  • Apollo
  • Storybook
  • D3
  • Testing Library
  • JavaScript
  • TypeScript
  • Node.js
  • Deno
  • Rust
  • Python
  • GraphQL
NEW

AI Applications for Developers: Common Examples

The shift toward regulated industries has changed what "matters" actually means for developers building AI-powered systems. Shipping production systems in healthcare, finance, or government comes with a constraint your peers don't have: every decision the model makes must be explainable to an…
Thumbnail Image of Tutorial AI Applications for Developers: Common Examples
NEW

Automated Pattern Recognition for Code: How Code LLMs Flag Bugs Before Review

Automated review tools speed development and build better coding habits when used correctly. Run checks early to catch common mistakes before peer or instructor review. The goal isn't passive correction. It's understanding your code's logic, which reflects Newline AI Bootcamp's project-based…
Thumbnail Image of Tutorial Automated Pattern Recognition for Code: How Code LLMs Flag Bugs Before Review

I got a job offer, thanks in a big part to your teaching. They sent a test as part of the interview process, and this was a huge help to implement my own Node server.

This has been a really good investment!

Advance your career with newline Pro.

Only $40 per month for unlimited access to over 60+ books, guides and courses!

Learn More
NEW

Supabase for RAG Apps: Postgres, Vectors, and MCP Workflows in 2026

What does Supabase do for RAG apps? It's an open-source Postgres platform. It bundles authentication, instant APIs, edge functions, real-time subscriptions, storage, and vector embeddings. For anyone building Retrieval-Augmented Generation apps, that means your vector store, document permissions,…
Thumbnail Image of Tutorial Supabase for RAG Apps: Postgres, Vectors, and MCP Workflows in 2026
NEW

What Is FlashInfer? FlashInfer-Bench and Faster Attention Kernels for LLM Inference

Evaluating FlashInfer against existing attention backends comes down to a few numbers that matter for production serving. Here's what the benchmarks actually show. FlashInfer vs. Existing Backends: What the Numbers Show FlashInfer sits between memory-bound token generation and compute-bound prompt…
Thumbnail Image of Tutorial What Is FlashInfer? FlashInfer-Bench and Faster Attention Kernels for LLM Inference
NEW

useEffect in React AI Apps: Patterns for Streaming, RAG, and Tool Calls

The most common mental trap when migrating from class components to hooks is treating useEffect as a one-to-one replacement for componentDidMount. That mental model breaks down fast in AI apps where you're fetching model lists, embeddings, or fine-tuned weights on mount. The pattern looks…
Thumbnail Image of Tutorial useEffect in React AI Apps: Patterns for Streaming, RAG, and Tool Calls