Explore all newline lessons
lesson
The Provider TableFullstack Typescript with TailwindCSS and tRPC Using Modern Features of PostgreSQLGetting properly started with our database schema
lesson
Data ModelFullstack Typescript with TailwindCSS and tRPC Using Modern Features of PostgreSQLDefining the data model
lesson
SchemaFullstack Typescript with TailwindCSS and tRPC Using Modern Features of PostgreSQLSetting up the database schema and migrations
lesson
How to Use ESLint to Create AST Rules With Babel TraversePractical Abstract Syntax TreesUse ESLint to create the same linting rule for the code with less boilerplate
lesson
How to Ensure Codebase is Up to Date With Linting RulesPractical Abstract Syntax TreesImplement a linting rule to prevent the code we just transformed from being reintroduced in the future
lesson
How to Create Codemods Using jscodeshiftPractical Abstract Syntax TreesUsing jscodeshift to make the same code transformations with less boilerplate
lesson
How to Mutate an AST and Automatically Replace Code ComponentsPractical Abstract Syntax TreesTransforming code in place by mutating an AST
lesson
When to Use Abstract Syntax Tree Tooling to Refactor at ScalePractical Abstract Syntax TreesA rough formula to determine when to use AST-based tooling
lesson
How to Add a Component and Update an ASTPractical Abstract Syntax TreesIntroduce a shared Button component to replace all existing button elements
lesson
How to Audit Your Code With AST ProgrammingPractical Abstract Syntax TreesCreate a custom script to audit a codebase
lesson
Add Type Safety and Prevent Runtime Errors With ASTPractical Abstract Syntax TreesSee how types can surface runtime errors