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

How To Make CSS “Click” Through Mastering Layouts

CSS is and always has been a unique challenge. It's a tool that often divides developers into two camps: those who love it and those who kinda hate it. CSS can be an enigma even to the most skilled of devs. Developers able to create amazing pieces of code in Python and Node can be at a loss when learning how to buld CSS layouts.

Announcing "Mastering CSS Layout": The Only Guide You Need To Build Any Layout You Want

If you’ve ever thought to yourself “man, CSS sucks !” when trying to build a layout, we have great news for you. We’re here to help you say goodbye to the frustration and confusion that often goes hand in hand with the little devil we like to call CSS. Introducing "Mastering CSS Layout" - the guide that promises to help you… uh… master CSS layout.
Thumbnail Image of Tutorial Announcing "Mastering CSS Layout": The Only Guide You Need To Build Any Layout You Want

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

    The Misunderstood Role of Flexbox in CSS Layouts

    Flexbox has become a buzzword in the world of CSS layouts, often hailed as the ultimate solution for design challenges. However, there's a significant misconception clouding its perception. While Flexbox is indeed a powerful tool, it's not the cure-all for every layout conundrum.

      The Role of Stubs in Unit Testing

      Unit testing forms the backbone of software reliability, especially for software engineers with substantial experience. Understanding the various tools and techniques that make testing more efficient is crucial. Stubs, often overshadowed by their more popular counterparts like mocks, play a vital role in this process. In this article, you will learn: Let’s explore how stubs can streamline your unit testing process and enhance your testing efficiency.

        Understanding Mocks in Unit Testing

        Unit testing is an integral part of software development, especially for software engineers with a few years of experience under their belts. Often, the challenge lies not just in writing tests but in choosing the right tools to make these tests effective and efficient. That's where the concept of 'mocks' comes into play. In this article, you will learn: Let's dive into the world of unit testing and unlock the potential of mocks to elevate your testing strategies.