Newline produces effective courses for aspiring lead developers

Explore wide variety of content to fit your specific needs

Explore Catalog ->

course

Pro

Power AI course

homepageCourseImage

article

NEW RELEASE

Free

homepageCourseImage

What Is RAG and Its Impact on LLM Performance

RAG (Retrieval-Augmented Generation) significantly boosts the accuracy and relevance of large language models (LLMs) by integrating real-time data retrieval into the generation process. Industry studies show that models using RAG can achieve 20–30% higher recall rates in selecting relevant information compared to traditional LLMs, especially in complex tasks like document analysis or question-answering. For example, one company improved its customer support chatbot’s accuracy by 25% after implementing RAG, reducing resolution times by 40% and cutting manual intervention by half. This demonstrates how RAG turns static models into dynamic tools capable of adapting to new data on the fly. As mentioned in the Impact of RAG on LLM Accuracy and Relevance section, this adaptability directly addresses the limitations of static training data in LLMs. RAG addresses three major pain points in LLM development: stale knowledge , hallucinations , and resource inefficiency . A content generation platform using RAG reduced factual errors by 35% by pulling live data from internal databases, ensuring outputs aligned with the latest market trends. Similarly, a healthcare provider implemented a RAG-powered system to process patient records, achieving 95% accuracy in clinical note summarization while cutting processing time by 15% compared to full-text analysis. These cases highlight how RAG bridges the gap between pre-trained models and real-world data needs. As noted in the Retrieval Mechanisms in RAG Pipelines section, efficient retrieval strategies are critical to achieving these results. Developers and businesses benefit most from RAG’s flexibility. For instance, open-source RAG frameworks now support modular components like custom retrievers and filters, enabling teams to fine-tune performance for niche use cases. Researchers also use RAG to test hybrid models, combining retrieval with generation for tasks like scientific literature synthesis. As one engineering lead noted, > “RAG lets us prioritize accuracy without sacrificing speed, which is critical for production-grade AI.”.

article

NEW RELEASE

Free

homepageCourseImage

Why AI-Generated Code Becomes Hard to Maintain and How to Fix It

AI-generated code is reshaping software development, but its long-term value depends on how well teams maintain it. Industry data shows that 70-90% of software costs over a project’s lifespan go toward maintenance, modification, and bug fixes. With AI tools now generating vast portions of code, these costs are rising sharply. Studies reveal that AI-generated code often introduces opaque, unoptimized structures that are harder to trace, debug, or scale compared to human-written code. As mentioned in the Understanding AI-Generated Code Complexity section, these structures stem from how AI translates high-level prompts into executable logic, often resulting in longer functions and unclear dependencies. For example, one company that adopted AI for rapid prototyping later found maintenance costs doubled due to poorly structured outputs, forcing them to invest in specialized training and tools to manage the complexity. Proper maintenance addresses critical pain points. First, bug reduction : AI-generated code frequently contains defects. Research highlights 18 distinct bug types commonly found in AI outputs, from semantic errors to edge-case failures. Debugging these issues requires the structured approaches discussed in the Debugging and Troubleshooting AI-Generated Code section, such as analyzing hidden bugs and inconsistent logic. A structured maintenance approach-like code reviews, automated testing, and iterative refinement-can cut error rates by up to 40%. Second, technical debt management becomes manageable. Without oversight, AI-generated code compounds debt through redundant logic or inefficient algorithms. One engineering team reported a 30% drop in technical debt after implementing AI-specific maintenance workflows, such as tracing AI-generated modules and reworking them for clarity. Third, collaboration improves . When developers rely on AI to draft code, the final product often lacks documentation or comments, making handoffs between team members chaotic. Building on concepts from the Collaboration and Communication in AI-Generated Code Maintenance section, enforcing standards like annotated AI-generated code and version-controlled revisions reduces onboarding time by 25% or more. This is especially critical as AI tools generate more code than ever: one engineering manager noted that their team spent 40% of their week clarifying AI-generated logic before maintenance could begin.

article

NEW RELEASE

Free

homepageCourseImage

Using Meme Theory to Evaluate Large Language Models

The rise of large language models (LLMs) has transformed industries, but evaluating their capabilities remains a complex challenge. Over 70% of organizations now use LLMs for tasks like customer support, content creation, and data analysis, yet traditional evaluation methods often fail to capture nuanced skills like understanding humor or cultural context. Meme theory provides a framework to bridge this gap by analyzing how LLMs interpret and generate internet memes-rich cultural artifacts that blend text, visual metaphors, and shared social knowledge. As mentioned in the Meme Theory Foundations for LLM Evaluation section, this approach use the idea of memes as units of cultural transmission, offering a structured way to assess contextual understanding. LLMs have grown exponentially in scale and capability, but their training data often lacks structured benchmarks for cultural fluency. For example, a model might generate technically accurate responses while missing subtle cues like sarcasm or irony-skills humans absorb through exposure to memes. Research shows that models trained on meme datasets improve their ability to detect humor by up to 22%, demonstrating the value of this evaluation method. By treating memes as "cultural test cases," evaluators can measure how well models grasp context, which is essential for applications like social media monitoring or customer sentiment analysis. Building on concepts from the Designing Meme-Based Benchmarks for LLMs section, frameworks like M-QUEST enable teams to systematically assess these skills. Memes also expose biases in model outputs. A 2024 study found that models evaluated with meme-based prompts revealed hidden cultural assumptions, such as over-reliance on Western idioms when interpreting global humor. Addressing these gaps ensures models perform equitably across diverse user groups. In the Cyberbullying Detection in Meme Captions: A Case Study section, similar challenges are explored in detecting harmful content disguised as humor, highlighting the broader importance of cultural context in AI evaluation.

article

NEW RELEASE

Free

homepageCourseImage

Using Latent Reasoning for Autonomous Driving

Latent reasoning, as detailed in the Fundamentals of Latent Reasoning for Autonomous Driving section, is transforming autonomous driving by enabling systems to process complex, real-time decisions with human-like adaptability. Traditional modular pipelines often struggle with unpredictable environments, but latent reasoning models bridge this gap by integrating vision, language, and action into unified frameworks. This approach allows self-driving systems to interpret ambiguous sensor data, anticipate human behavior, and adjust trajectories dynamically-critical for managing dense urban areas or adverse weather conditions. By mimicking cognitive reasoning processes, these models reduce reliance on rigid rule-based logic, which improves both safety and efficiency. Autonomous vehicles equipped with latent reasoning outperform conventional systems in high-stakes scenarios. For example, ColaVLA-a framework using cognitive latent reasoning-demonstrates improved hierarchical planning by generating safer, more reliable trajectories from multimodal inputs like camera feeds and LiDAR. As highlighted in the Real-World Applications and Case Studies of Latent Reasoning in Autonomous Driving section, this system reduced collision risks by 30% in complex intersections by better predicting pedestrian movements. Similarly, the LAtent World Model (LAW) enhances end-to-end driving by using self-supervised learning to simulate future road conditions. This capability allows vehicles to proactively adjust speed or lane position, avoiding potential hazards before they materialize. Efficiency gains are equally significant. Latent reasoning optimizes route planning by analyzing historical and real-time data simultaneously. A major platform’s implementation of Latent Chain-of-Thought World Modeling cut idle time at traffic-heavy junctions by 22%, as vehicles learned to anticipate signal changes and adjust acceleration accordingly. These improvements aren’t just incremental-they directly translate to reduced fuel consumption and lower operational costs for fleets.

article

NEW RELEASE

Free

homepageCourseImage

Token‑Size‑Aware Compression Reduces LLM Memory Footprint

As large language models (LLMs) grow in complexity, their memory demands have become a critical bottleneck. Modern models with hundreds of billions of parameters require extreme computational resources to store and process token data during inference. For example, a single long-context generation task can consume tens of gigabytes of memory, limiting deployment options and increasing costs. This problem is only worsening: industry research shows LLM parameter counts are doubling every 12–18 months while memory usage per token grows proportionally. As mentioned in the Understanding Token-Size Bottlenecks in LLMs section, token data size directly impacts the efficiency of model execution. Memory constraints directly impact real-world performance. When models exceed available GPU or CPU memory, systems must offload data to slower storage, causing latency spikes and inference delays . For applications like real-time chatbots or autonomous systems, this can make LLMs impractical. One study found that memory-bound models experience up to 40% slower response times during peak loads. Worse, high memory usage forces businesses to invest in expensive hardware upgrades just to maintain service reliability. Token-size-aware compression addresses this by optimizing how models handle token data. Unlike generic compression methods, it analyzes token frequency, length, and context to apply targeted reductions. Building on concepts from the Implementing Token-Size-Aware Compression section, entropy-based techniques from recent research reduce redundant key-value (KV) cache entries by 30–50%, while activation-aware quantization methods cut memory needs without sacrificing accuracy. These approaches directly tackle the root causes of bloat-like repeated tokens in long prompts or inefficient weight representations-making them far more effective than broad strokes like uniform quantization.

course

Bootcamp

homepageCourseImage

AI bootcamp 2

This advanced AI Bootcamp teaches you to design, debug, and optimize full-stack AI systems that adapt over time. You will master byte-level models, advanced decoding, and RAG architectures that integrate text, images, tables, and structured data. You will learn multi-vector indexing, late interaction, and reinforcement learning techniques like DPO, PPO, and verifier-guided feedback. Through 50+ hands-on labs using Hugging Face, DSPy, LangChain, and OpenPipe, you will graduate able to architect, deploy, and evolve enterprise-grade AI pipelines with precision and scalability.

course

Pro

homepageCourseImage

Building a Typeform-Style Survey with Replit Agent and Notion

Learn how to build beautiful, fully-functional web applications with Replit Agent, an advanced AI-coding agent. This course will guide you through the workflow of using Replit Agent to build a Typeform-style survey application with React and TypeScript. You will learn effective prompting techniques, explore and debug code that's generated by Replit Agent, and create a custom Notion integration for forwarding survey responses to a Notion database.

course

Pro

homepageCourseImage

30-Minute Fullstack Masterplan

Create a masterplan that contains all the information you'll need to start building a beautiful and professional application for yourself or your clients. In just 30 minutes you'll know what features you'll need, which screens, how to navigate them, and even how your database tables should look like

course

Pro

homepageCourseImage

Lightspeed Deployments

Continuation of 'Overnight Fullastack Applications' & 'How To Connect, Code & Debug Supabase With Bolt' - This workshop recording will show you how to take an app and deploy it on the web in 3 different ways All 3 deployments will happen in only 30 minutes (10 minutes each) so you can go focus on what matters - the actual app

book

5.0 / 5.0

(5 ratings)

Pro

homepageCourseImage

Fullstack React with TypeScript

Learn Pro Patterns for Hooks, Testing, Redux, SSR, and GraphQL

book

5.0 / 5.0

(2 ratings)

Pro

homepageCourseImage

Security from Zero

Practical Security for Busy People

book

Pro

homepageCourseImage

JavaScript Algorithms

Learn Data Structures and Algorithms in JavaScript

book

5.0 / 5.0

(7 ratings)

Pro

homepageCourseImage

How to Become a Web Developer: A Field Guide

A Field Guide to Your New Career

book

5.0 / 5.0

(40 ratings)

Pro

homepageCourseImage

Fullstack D3 and Data Visualization

The Complete Guide to Developing Data Visualizations with D3

EXPLORE RECENT TITLES BY NEWLINE

5.0 / 5 (1 rating)
Enroll to this course
    check out our latest courses

    Our students work at

    • salesforce-seeklogo.com.svgintuit-seeklogo.com.svgAdobe.svgDisney.svgheroku-seeklogo.com.svgAT_and_T.svgmicrosoft-seeklogo.com.svgamazon-seeklogo.com.svg

    Stop living in tutorial hell

    Binge-watching hundreds of clickbait-y tutorials on YouTube. Reading hundreds of low-effort blog posts. You're learning a lot, but you're also struggling to apply what you've learned to your work and projects. Worst of all, uncertainty looms over the next phase of your career.

    How do I climb the career engineering ladder?

    How do I continue moving toward technical excellence?

    How do I move from entry-level developer to senior/lead developer?

    Learn from senior engineers who've been in your position before.

    Taught by senior engineers at companies like Google and Apple, newline courses are hyper-focused, project-based tutorials that teach students how to build production-grade, real- world applications with industry best practices!

    newline courses cover popular libraries and frameworks like React, Vue, Angular, D3.js and more!

    ReactVueAngularD3SvelteGraphQLReduxNext.js

    With over 500+ hours of video content across all newline courses, and new courses being released every month, you will always find yourself mastering a new library, framework or tool.

    At the low cost of $40 per month, the newline Pro subscription gives you unlimited access to all newline courses and books, including early access to all future content. Go from zero to hero today! 🚀

    Level up with the newline pro subscription

    Ready to take your career to the next stage?

    newline pro subscription

    • Unlimited access to 60+ newline Books, Guides and Courses
    • Interactive, Live Project Demos for every newline Book, Guide and Course
    • Complete Project Source Code for every newline Book, Guide and Course
    • 20% Discount on every newline Masterclass Course
    • Discord Community Access
    • Full Transcripts with Code Snippets
    Get a Team Package

    Explore newline courses

    Explore our courses and find the one that fits your needs. We have a wide range of courses from beginner to advanced level.

    Building a Typeform-Style Survey with Replit Agent and Notion
      5.0 / 5 (1 rating)view the course →
      30-Minute Fullstack Masterplan
        5.0 / 5 (1 rating)view the course →
        Lightspeed Deployments
          5.0 / 5 (1 rating)view the course →
          How To Connect, Code & Debug Supabase With Bolt
            5.0 / 5 (1 rating)view the course →
            OpenSeadragon Deep Dive
            5.0 / 5 (1 ratings)view the course →
            Beat the AI Filter
              5.0 / 5 (1 ratings)view the course →
              The Basics of Prompt Engineering
                4.5 / 5 (2 ratings)view the course →
                n8n Automation: Building AI-Powered Workflows
                  5.0 / 5 (1 ratings)view the course →
                  Overnight Fullstack Applications
                  4.3 / 5 (3 ratings)view the course →
                  TinyHouse: A Fullstack React Masterclass with TypeScript and GraphQL
                  4.4 / 5 (82 ratings)view the course →
                  Fullstack D3 Masterclass
                  4.0 / 5 (46 ratings)view the course →
                  Storybook for React Apps
                    4.7 / 5 (205 ratings)view the course →
                    Beginner's Guide to Real World React
                    4.9 / 5 (20 ratings)view the course →
                    Build a Spotify Connected App
                    4.3 / 5 (71 ratings)view the course →
                    Better Data Visualizations with Svelte
                    4.8 / 5 (68 ratings)view the course →
                    Composing Layouts in React
                    4.9 / 5 (10 ratings)view the course →
                    Million Ether Homepage
                      5.0 / 5 (2 ratings)view the course →
                      The newline Guide to Fullstack ASP.NET Core and React
                      5.0 / 5 (4 ratings)view the course →
                      The newline Guide to React Native for JavaScript Developers using TypeScript
                        5.0 / 5 (12 ratings)view the course →
                        Composing Layouts in React
                        4.9 / 5 (10 ratings)view the course →
                        Interactive Vue.js Resume Builder
                        4.9 / 5 (18 ratings)view the course →
                        Practical Abstract Syntax Trees
                        4.9 / 5 (7 ratings)view the course →
                        Beginner's Guide to Real World React
                        4.9 / 5 (20 ratings)view the course →
                        Better Data Visualizations with Svelte
                        4.8 / 5 (68 ratings)view the course →
                        The newline Guide to Angular Universal
                        4.8 / 5 (8 ratings)view the course →
                        Storybook for React Apps
                          4.7 / 5 (205 ratings)view the course →
                          Blazing Fast Next.js with React Server Components
                          4.7 / 5 (10 ratings)view the course →
                          Fullstack Auth Essentials
                          5.0 / 5 (1 rating)view the course →
                          Developing future-proofed Web Components with StencilJS
                            5.0 / 5 (1 rating)view the course →
                            The Ultimate Guide to Blazor Render Modes
                              5.0 / 5 (1 rating)view the course →
                              Langchain.js Bootcamp
                                5.0 / 5 (1 rating)view the course →
                                Mastering Django Build a Stack Overflow like App
                                5.0 / 5 (1 rating)view the course →
                                Fullstack IoT
                                  5.0 / 5 (1 rating)view the course →
                                  Mastering Vim and Neovim
                                    5.0 / 5 (1 rating)view the course →
                                    Bundling and Automation in Monorepos
                                      5.0 / 5 (1 rating)view the course →
                                      UI/UX Foundations for Frontend Engineers
                                        5.0 / 5 (1 rating)view the course →
                                        Integrating Swift and Kotlin Native Modules
                                          5.0 / 5 (1 rating)view the course →
                                          Mastering RxJS: A Compact Journey from Beginner to Pro
                                          5.0 / 5 (1 rating)view the course →
                                          Building Serverless Applications on AWS
                                          5.0 / 5 (1 rating)view the course →
                                          Mastering RAG Systems
                                            5.0 / 5 (1 rating)view the course →
                                            Angular Applications Architecture
                                              5.0 / 5 (1 rating)view the course →
                                              SaaS Product from Scratch
                                                5.0 / 5 (1 rating)view the course →
                                                Build a Robust API with Laravel
                                                  5.0 / 5 (1 rating)view the course →
                                                  View All Courses

                                                  Explore newline books

                                                  Explore our books and find the one that fits your needs.

                                                  Line-of-Business Mobile Apps with Flutter and Dart
                                                  0.0 / 5 (1 ratings)view the book →
                                                  Complete Guide to Qwik
                                                  4.8 / 5 (7 ratings)view the book →
                                                  Advanced JavaScript Unleashed
                                                  4.8 / 5 (4 ratings)view the book →
                                                  Fullstack React with TypeScript
                                                  5.0 / 5 (5 ratings)view the book →
                                                  Fullstack D3 and Data Visualization
                                                  5.0 / 5 (40 ratings)view the book →
                                                  Fullstack Vue
                                                  5.0 / 5 (13 ratings)view the book →
                                                  Fullstack Web Components
                                                  0.0 / 5 (1 ratings)view the book →
                                                  Fullstack Node.js
                                                  5.0 / 5 (15 ratings)view the book →
                                                  Fullstack React
                                                  5.0 / 5 (43 ratings)view the book →
                                                  Fullstack Web Components
                                                  0.0 / 5 (1 ratings)view the book →
                                                  Beginners Guide to TypeScript
                                                  4.0 / 5 (1 ratings)view the book →
                                                  Fullstack React
                                                  5.0 / 5 (43 ratings)view the book →
                                                  Fullstack React with TypeScript
                                                  5.0 / 5 (5 ratings)view the book →
                                                  JavaScript Algorithms
                                                  0.0 / 5 (1 rating)view the book →
                                                  Fullstack D3 and Data Visualization
                                                  5.0 / 5 (40 ratings)view the book →
                                                  ng-book
                                                  5.0 / 5 (73 ratings)view the book →
                                                  Fullstack Node.js
                                                  5.0 / 5 (15 ratings)view the book →
                                                  React from Zero
                                                  5.0 / 5 (1 ratings)view the book →
                                                  ng-book
                                                  5.0 / 5 (73 ratings)view the book →
                                                  Fullstack React
                                                  5.0 / 5 (43 ratings)view the book →
                                                  Fullstack D3 and Data Visualization
                                                  5.0 / 5 (40 ratings)view the book →
                                                  Fullstack Node.js
                                                  5.0 / 5 (15 ratings)view the book →
                                                  Fullstack Vue
                                                  5.0 / 5 (13 ratings)view the book →
                                                  Fullstack React Native
                                                  5.0 / 5 (10 ratings)view the book →
                                                  How to Become a Web Developer: A Field Guide
                                                  5.0 / 5 (7 ratings)view the book →
                                                  Fullstack React with TypeScript
                                                  5.0 / 5 (5 ratings)view the book →
                                                  Fullstack Rust
                                                  5.0 / 5 (3 ratings)view the book →
                                                  View All Books

                                                  Newline fits learning into any schedule

                                                  Your time is precious. Regardless of how busy your schedule is, newline authors produce high-quality content across multiple mediums to make learning a regular part of your life.

                                                  Have a long commute or trip without any reliable internet connection options?
                                                  Download one of the 15+ books. Available in PDF/EPUB/MOBI formats for accessibility on any device

                                                  Have time to sit down at your desk with a cup of tea?
                                                  Watch over 500+ hours of video content across all newline courses

                                                  Only have 30 minutes over a lunch break?
                                                  Explore 1-minute shorts and dive into 3-5 minute videos, each focusing on individual concepts for a compact learning experience.

                                                  In fact, you can customize your learning experience as you see fit in the newline student dashboard:

                                                  my courses View All Coursesmy books View All Books popular technologies
                                                  View All Technologies
                                                  Building a Beeswarm Chart with Svelte and D3

                                                  Building a Beeswarm Chart with Svelte and D3

                                                  Connor RothschildGo To Course →

                                                  Hovering over elements behind a tooltip

                                                  Connor explains how setting the CSS property pointer-events to none allows users to hover over elements behind a tooltip in SVG data visualizations.

                                                  540332
                                                  Hovering over elements behind a tooltip
                                                  TypeScript Tidbits
                                                  Better Data Visualizations with Svelte
                                                  Configuring a Store
                                                  Why are Design Systems Exploding
                                                  Creating a Reducer Function | React Redux in Under a Minute
                                                  Mental Models for Design Systems
                                                  Writing a Simple Button Component with React and TypeScript
                                                  Understanding D3 Linear Scales in Under a Minute
                                                  Asynchronous Requests
                                                  Type Casting - TypeScript Tidbits
                                                  [SHORT] How to Enable Strict Type-Checking in TypeScript
                                                  TypeScript Tidbits

                                                  Comments (3)

                                                  j
                                                  Jane Doe2 years ago
                                                  j
                                                  Jane Doe2 years ago
                                                  j
                                                  Jane Doe2 years ago

                                                  newline content is produced with editors

                                                  Providing practical programming insights & succinctly edited videos
                                                  All aimed at delivering a seamless learning experience

                                                  sample bg image url
                                                  SvelteD3

                                                  Want FREE newline content directly to your inbox?

                                                  Get access to free videos, hands on tutorials and more, right now by joining our newsletter.

                                                  Find out why 100,000+ developers love newline

                                                  See what students have to say about newline books and courses

                                                  Meet the newline authors

                                                  newline authors possess a wealth of industry knowledge and an infinite passion for sharing their knowledge with others. newline authors explain complex concepts with practical, real-world examples to help students understand how to apply these concepts in their work and projects.

                                                  Level up with the newline pro subscription

                                                  Ready to take your career to the next stage?

                                                  newline pro subscription

                                                  • Unlimited access to 60+ newline Books, Guides and Courses
                                                  • Interactive, Live Project Demos for every newline Book, Guide and Course
                                                  • Complete Project Source Code for every newline Book, Guide and Course
                                                  • 20% Discount on every newline Masterclass Course
                                                  • Discord Community Access
                                                  • Full Transcripts with Code Snippets
                                                  Get a Team Package

                                                  LOOKING TO TURN YOUR EXPERTISE INTO EDUCATIONAL CONTENT?

                                                  At newline, we're always eager to collaborate with driven individuals like you, whether you come with years of industry experience, or you've been sharing your tech passion through YouTube, Codepens, or Medium articles.

                                                  We're here not just to host your course, but to foster your growth as a recognized and respected published instructor in the community. We'll help you articulate your thoughts clearly, provide valuable content feedback and suggestions, all towards publishing a course students will value.

                                                  At newline, you can focus on what matters most - sharing your expertise. We'll handle emails, marketing, and customer support for your course, so you can focus on creating amazing content

                                                  newline offers various platforms to engage with a diverse global audience, amplifying your voice and name in the community.

                                                  From outlining your first lesson to launching the complete course, we're with you every step of the way, guiding you through the course production process.

                                                  In just a few months, you could not only jumpstart numerous careers and generate a consistent passive income with your course, but also solidify your reputation as a respected instructor within the community.

                                                  Hear what newline authors have to say

                                                  I didn't mean to write a book. I filled out the Fullstack writer survey mostly out of curiosity — would other developers be interested in learning about data visualization? After that, I met with Nate to talk about topics, then we solidified an outline, then I had written a whole chapter! Nate's process is so smooth, at no point did I feel like I was actually "writing a book".

                                                  Honestly, I would never have been able to write a book without the team — the accountability is great, but I also would have thrown in the towel at any number of obstacles that popped up: the writing & typesetting process, updating code easily, not to mention the overwhelming idea of marketing the book.

                                                  Writing Fullstack D3 was a thoroughly enjoyable, fun process that really solidified my understanding of the topic. The writing was over before I knew it, and we've sold way more copies than I expected! Plus, the compliments from my peers have been really amazing.

                                                  I would definitely recommend that you at least fill out the survey — who knows, you could have a finished book in a few months!

                                                  Amelia WattenbergerFullstack D3Fullstack D3
                                                  Fullstack D3 chart

                                                  “Writing Fullstack Vue was my first foray into writing a published book and I genuinely enjoyed the experience working with the Fullstack team.

                                                  In addition to royalties being a lot more than expected (which is always great :)), everything we did was collaborative and engaging: from first draft, to writing and finally publishing.

                                                  I'm already considering producing my next project with Fullstack!"

                                                  Hassan DjirdehFullstack Vue

                                                  "The Fullstack team has a clear formula for creating great books that readers love. We started by figuring out what topics we wanted to cover. Then we wrote a brief outline of each chapter before diving in. Each chapter revolves around a different project, so it's easy to split up the work between multiple authors while still keeping a consistent style throughout the book.

                                                  When we were ready to release the first version, the Fullstack team took care of selling the book, sending out promotional emails, and converting relevant customer support tickets into Github issues. Overall, the process was pretty easy, and I was able to focus mainly on writing. Working with Houssein, Anthony, and Sophia was a lot of fun, and I would absolutely do it again!"

                                                  Devin AbbottFullstack React Native