Logo
    Search

    Recent Episodes from Code Ryan

    Master React.js Routing: TanStack Route Trees Deep Dive!

    Master React.js Routing: TanStack Route Trees Deep Dive!

    Github: https://github.com/coderyansolomon/tanstack-fundamentals TanStack: https://tanstack.com/router/latest/docs/framework/react/guide/route-trees

     

    This video explores the TanStack Router's route trees and nesting features for React developers, showcasing how to structure and manage complex application routes efficiently. It provides insights into leveraging TanStack Router for dynamic and nested routing, enhancing app scalability and maintainability.

    Master Forms In React.js: The Ultimate Crash Course for Developers!

    Master Forms In React.js: The Ultimate Crash Course for Developers!

    React Hook Form: https://react-hook-form.com/

     

    Github Project: https://github.com/coderyansolomon/react-forms

     

    Embark on a journey to master React Hook Form with our comprehensive crash course designed specifically for React developers. This tutorial delves into the core fundamentals of React Hook Form, providing a fast-paced yet thorough learning experience. Whether you're a beginner or looking to sharpen your skills, this video is your gateway to becoming proficient in React Hook Form quickly and effectively.

    Locking Down Next.js Security: Safeguard Your App!

    Locking Down Next.js Security: Safeguard Your App!

    Explore the intricacies of securing your Next.js applications with React Server Components in our latest video. We cover essential strategies to prevent data leaks and reinforce your app against vulnerabilities, providing a comprehensive guide based on the insightful article: https://nextjs.org/blog/security-nextjs-server-components-actions. Join us for expert tips and deep dives into secure coding practices, ensuring your Next.js project is robust and secure.

    How I Nailed My First Software Engineering Interview: Tips & Tricks

    How I Nailed My First Software Engineering Interview: Tips & Tricks

    In this video, I delve into my personal journey of landing my first software engineering job, with a special focus on the interview process. I'll share the preparation strategies that worked for me. Plus, I'll offer insider tips and insights on navigating the challenging world of tech interviews, aimed at helping aspiring software engineers secure their dream job.

    Next.js Best Practices: Protecting Server Code from Client Access

    Next.js Best Practices: Protecting Server Code from Client Access

    GitHub: https://github.com/coderyansolomon/server-only

    API: https://developer.themoviedb.org/reference/intro/getting-started

     


    In this insightful Next.js tutorial, viewers will learn the crucial technique of keeping server-only code out of the client environment. The tutorial delves into the common issue faced in JavaScript modules shared between server and client components, where server-specific elements, such as private API keys, may unintentionally become exposed on the client side. By focusing on a practical example of a data-fetching function, the tutorial demonstrates how seemingly universal functions can inadvertently include server-only code. 

    Code Ryan
    enFebruary 19, 2024

    Step-by-Step: Implementing Social Auth in Next.js

    Step-by-Step: Implementing Social Auth in Next.js

    Github: https://github.com/coderyansolomon/social-auth

     

    In this comprehensive tutorial video, viewers will embark on a journey to master the integration of social authentication into a Next.js application using Supabase. The video provides a step-by-step guide, starting from the basics of setting up a Next.js project, to the intricacies of configuring Supabase for social login functionalities.

    Effortless Protected Routes In Next.js Using Middleware

    Effortless Protected Routes In Next.js Using Middleware

    Github project: https://github.com/coderyansolomon/middleware

    In this engaging tutorial, we dive into the world of Next.js to explore the powerful role of middleware in creating secure, protected routes. Tailored for both beginners and seasoned developers, the video offers a concise yet comprehensive guide, demonstrating step-by-step how to implement middleware for route protection in Next.js applications.