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

Reinforcement Learning Use Cases for LLM Alignment and Reasoning Models

Article fixed: Want a fast map of the RL techniques in this roundup? The table below sorts them by what they actually do well. We have grouped the major reinforcement learning use cases for LLM alignment and reasoning. Then we have matched each to the scenario where it earns its keep. Use it to…
Thumbnail Image of Tutorial Reinforcement Learning Use Cases for LLM Alignment and Reasoning Models
NEW

AST Explorer for LLM Code Refactors in Cursor and Copilot

Refactoring is where many bugs sneak in. That risk alone is why an AST explorer earns a spot in any LLM refactoring workflow, especially if you're still learning the craft. The core problem is old and boring: string-based edits break. Find-and-replace across a codebase falls apart the moment a…
Thumbnail Image of Tutorial AST Explorer for LLM Code Refactors in Cursor and Copilot

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

Designing Full-Stack Autonomous AI Agent Systems

Autonomous AI agents are software systems that reason, plan, and execute multi-step tasks. They're moving into real business operations fast. For anyone aiming at a lead AI developer role, that shift changes what "senior" means. You won't just tune models. You'll design the systems around them.…
Thumbnail Image of Tutorial Designing Full-Stack Autonomous AI Agent Systems
NEW

Build a ReAct React Web App with LangChain, OpenAI, and Google Serper

A ReAct react web app turns a static chatbot into an agent. It thinks, searches the live web, and acts on what it finds. What makes it powerful also makes it fragile. How you manage the execution flow decides how fast the app responds and how safely it handles data. Get the loop right, and you can…
Thumbnail Image of Tutorial Build a ReAct React Web App with LangChain, OpenAI, and Google Serper
NEW

ReAct Query Builders in Python: LangChain or Custom Code for Tool-Using Agents

The LangChain-vs-custom-code choice comes down to task shape. The framework shines for open-ended, tool-rich agents with many third-party connections. Writing your own Python works better when you need full transparency, minimal dependencies, or a fixed path through the work. Both approaches do the…
Thumbnail Image of Tutorial ReAct Query Builders in Python: LangChain or Custom Code for Tool-Using Agents