Results for "Ruby on Rails"

Keyword scan across titles, descriptions, summaries, and tags. For interview listings, try Guest appearances.

20 results

Episodes

  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 1: From Ruby Basics to Web Development Conventions

    CyberCode Academy· Jun 14, 2026

    In this lesson, you’ll learn about: Ruby on Rails, its architecture, philosophy, and how it simplifies modern web development 1. What Is Ruby on Rails? Ruby on Rails is a full-stack web framework used to build:Web applic

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 3: Mastering Rails Scaffolding and Development

    CyberCode Academy· Jun 16, 2026

    In this lesson, you’ll learn about: building a complete Ruby on Rails application through a hands-on project, from setup to a polished final product1. Getting Started with Rails CLIUsing Ruby on Rails command line tools:

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 2: Navigating the Framework of Frameworks

    CyberCode Academy· Jun 15, 2026

    In this lesson, you’ll learn about: Ruby on Rails internals and how its integrated components process a web request from start to response1. Rails as a “Framework of Frameworks”Ruby on Rails is built as a collection of t

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 11: Mastering Robust Unit Testing and Shared Helper Functions

    CyberCode Academy· Jun 24, 2026

    In this lesson, you’ll learn about: building a robust unit testing suite in Ruby on Rails, including methodology, debugging, and test optimization1. The 3-Step Testing MethodologyUsing Ruby on Rails:🔹 Step 1: Identify w

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 7: From RSS Feeds to User Authentication and Recovery

    CyberCode Academy· Jun 20, 2026

    In this lesson, you’ll learn about: building a secure, membership-based Ruby on Rails application with authentication, encryption, and password recovery1. Building the News Feed FoundationUsing Ruby on Rails:🔹 Core idea

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 12: Comprehensive Rails Integration Testing

    CyberCode Academy· Jun 25, 2026

    In this lesson, you’ll learn about: transitioning from unit tests to full integration testing in Ruby on Rails, simulating real user workflows and validating complete application behavior1. What Is Integration Testing?Us

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 10: Setup, Parallelization, and Dynamic Data Seeding

    CyberCode Academy· Jun 23, 2026

    In this lesson, you’ll learn about: setting up a robust testing environment in Ruby on Rails using isolated databases, parallel execution, and dynamic test data generation1. Project Overview (Testing Context)Using Ruby o

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 13: From Initial Setup to Advanced UI Interaction

    CyberCode Academy· Jun 26, 2026

    In this lesson, you’ll learn about: system (end-to-end) testing in Ruby on Rails, simulating real browser interactions and validating full user experience1. What Is System (End-to-End) Testing?Using Ruby on Rails:🔹 Defi

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 6: Automated Scaffolding vs. Manual CRUD Development

    CyberCode Academy· Jun 19, 2026

    In this lesson, you’ll learn about: rapid resource building in Ruby on Rails using scaffolding and manual prototyping, and how to balance speed with control1. Understanding CRUD Operations🔹 Core actions:Create → add new

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 9: Flash Storage and Automated Validation Errors

    CyberCode Academy· Jun 22, 2026

    In this lesson, you’ll learn about: implementing user feedback systems in Ruby on Rails using flash messages, validation errors, and UI styling1. The Problem: Lost Feedback After Redirects🔹 Common issue:Messages like “L

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 17:Mastering Versioning and Pagination

    CyberCode Academy· Jun 30, 2026

    In this lesson, you’ll learn about: API pagination, versioning strategies, and building scalable Rails APIs1. Why Pagination Is EssentialUsing Ruby on Rails APIs:🔹 Problem:Returning large datasets (thousands of records)

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 15: Multi-format Controllers and Custom JSON Serialization

    CyberCode Academy· Jun 28, 2026

    In this lesson, you’ll learn about: multi-format responses, JSON serialization, and building clean, reusable Rails API controllers1. Multi-Format Controller ResponsesUsing Ruby on Rails:🔹 Problem:Different clients need

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 14: From Basic HTTP to JWT Authentication

    CyberCode Academy· Jun 27, 2026

    In this lesson, you’ll learn about: securing APIs in Rails, authentication strategies, and building a stateless authorization system1. Why API Security MattersUsing Ruby on Rails APIs:🔹 Problem:APIs are publicly exposed

    courses
  • Lex Fridman Podcast
    StandardSummaries only

    #474 – DHH: Future of Programming, AI, Ruby on Rails, Productivity & Parenting

    Lex Fridman Podcast· Jul 12, 2025

    David Heinemeier Hansson (aka DHH) is a legendary programmer, creator of Ruby on Rails, co-owner & CTO of 37signals that created Basecamp, HEY, & ONCE, and is a NYT-best-selling author (with Jason Fried) of 4 books: REWO

    aisocietyculture
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 4: Mastering Data Modeling and Resource Relationships in Rails

    CyberCode Academy· Jun 17, 2026

    In this lesson, you’ll learn about: data modeling and resource management in Ruby on Rails, from conceptual design to real-world implementation and testing1. Conceptual Data Modeling🔹 Core concepts:Entities → represent

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 5: Implementing Business Rules through Validations, Migrations, and Lifecycle Hoo

    CyberCode Academy· Jun 18, 2026

    In this lesson, you’ll learn about: enforcing low-level business rules in Ruby on Rails using validations, database constraints, and lifecycle hooks to ensure strong data integrity1. Understanding Business Rules🔹 Defini

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 16:Templates and Partials for Modular Rails APIs

    CyberCode Academy· Jun 29, 2026

    In this lesson, you’ll learn about: modular JSON generation, JBuilder templates, and reusable API response structures1. The Problem with as_jsonUsing Ruby on Rails default serialization:🔹 Issue:Models become bloated wit

    courses
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 8: Mastering Sessions, Encrypted Cookies, and CSRF Protection

    CyberCode Academy· Jun 21, 2026

    In this lesson, you’ll learn about: session management, secure data storage, and protection against CSRF attacks in Ruby on Rails1. Understanding SessionsUsing Ruby on Rails:🔹 Definition:Sessions allow the app to rememb

    courses
  • Lex Fridman Podcast
    Intelligent Report

    #501 – DHH: Future of Programming, AI, Agentic Engineering, Vibe Coding & Linux

    Lex Fridman Podcast· Aug 26, 2026

    DHH goes from AI skeptic to fully agent-pilled in months, explaining why he hasn't written a single line of code himself lately—and why that might actually be the future of programming.

    agentssocietyculture
  • CyberCode Academy
    StandardSummaries only

    Course 37 - Building Web Apps with Ruby On Rails | Episode 18:Navigating GraphQL and the Graphiti Middle Ground

    CyberCode Academy· Jul 1, 2026

    In this lesson, you’ll learn about: REST limitations, GraphQL fundamentals, and the hybrid approach with Graphiti1. The Problem with REST APIsUsing REST:🔹 Key limitations:OverfetchingClient receives more data than neede

    courses