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

An Introduction to the High-Performance Web Development Framework (Qwik)

Welcome to this introduction of Qwik , an exceptional web development framework tailored to tackle the most significant challenges in traditional web application development. This guide will dive into the pivotal features, merits, and real-world applications of Qwik , providing knowledge acquired from one of the key contributors to the framework, which is me! As application complexity increases, loading times suffer, leading to a sub-optimal user experience.

    Mastering Frontend Form Development, Building Efficient and Accessible UIs with Shadcn-UI and React Hook Form

    Were you looking forward to yesterday's free, live workshop? If you missed it, don't worry – it's all recorded! Starting from scratch, create stunning, user-friendly, and accessible forms fast, using Shadcn-UI. Learn how to integrate Shadcn-UI with React Hook Form and effectively validate form fields using Zod. Eyal Cohen, author of upcoming newline course, Building Sleek Web Applications with Shadcn-UI, goes step-by-step in this brand new, and totally FREE, tutorial. He's a frontend developer with extensive experience and the founder of Hooks. He's found Shadcn-UI to significantly boost productivity in frontend application development and shares Secrets to Stunning and Accessible Form Design with everyone. The entire tutorial is available here:

    Thumbnail Image of Tutorial Mastering Frontend Form Development, Building Efficient and Accessible UIs with Shadcn-UI and React Hook Form

    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 $30 per month for unlimited access to over 60+ books, guides and courses!

    Learn More

    Boost Web Speed and Efficiency with Qwik Framework: An Innovative Approach to Web Development

    In this article, I will uncover the challenges that modern web development practices present and shed light on how the Qwik Framework, could potentially be the answer we've been searching for. One might believe that as technology advances, processing speeds, and network capabilities will naturally enhance, thereby resolving web speed limitations that we currently have. However, the reality is far more complex. We've reached a hard stop in processing speeds, and without breakthroughs like quantum computing, further progress seems unlikely.

    Qwik SEO Performance: Why It May Outshine React, Angular, Vue, and Svelte

    SEO is a critical element for any online platform's success. As SEO gained momentum, web development technologies like React , Angular , Vue , and Svelte had to integrate SEO into their core structure. However, there is a technology designed from scratch to incorporate SEO principles into its core structure — Qwik . This article will explore how Qwik promises superior SEO performance compared to other popular web development technologies.

    Unlock Granular Data Security with Supabase Row Level Security (RLS)

    Ever wished you could give your users access to specific data in your Supabase database, but not everything? Imagine a social media app where users can only see posts from their friends, or a project management tool where team members can only access tasks assigned to them. This is the power of Row Level Security (RLS) ! Why RLS is Your Data Guardian Traditional security relies on application-level checks, which can be cumbersome and prone to loopholes. RLS takes a different approach, acting as a gatekeeper at the database level. Here's how it empowers you: