Generating a full-stack application from a database
DBCore generates a full-stack TypeScript/React UI and Go REST API from a database schema, automating CRUD operations and authentication.
DBCore generates a full-stack TypeScript/React UI and Go REST API from a database schema, automating CRUD operations and authentication.
A beginner's guide to Deno, a secure JavaScript/TypeScript runtime, covering its benefits and how to start using it.
A developer shares their first week learning Angular, comparing it to React and building a simple todo app to grasp core concepts.
An introduction to AWS Cloud Development Kit (CDK), explaining how to define cloud infrastructure using familiar programming languages like TypeScript.
An introduction to AWS CDK, explaining how it allows developers to define cloud infrastructure using familiar programming languages like TypeScript.
A developer's first impressions and experience trying out Deno 1.0, covering setup, built-in tools, and initial pros and cons.
An in-depth look at how type system compilers like TypeScript work, focusing on type checks and building a custom compiler.
How using ESLint, Prettier, and TypeScript as static analysis tools can help eliminate common bugs in JavaScript development.
A technical guide on using type-safe code generation to prevent broken documentation links in software projects, ensuring compile-time validation.
Explains how to correctly type a custom React hook to return a tuple instead of an array, fixing TypeScript type inference issues.
A data scientist's journey from Python/Jupyter to embracing TypeScript, tests, and tools for building maintainable software.
Explains flagged enums in TypeScript for efficiently storing and transmitting collections of boolean values using bitwise operations.
The article discusses dependency injection in Angular, a core concept for building modular and testable applications.
A developer shares their perspective on TypeScript, questioning its value for small teams and linking to an article with reasons against using it.
Explains how to use TypeScript assertion signatures with Object.defineProperty to properly type dynamically added object properties.
A guide to using type predicates and helper functions in TypeScript to safely check for object properties and narrow types.
Learn to configure Babel Module Resolver with TypeScript for path aliases in your project.
Explains NgRx creator functions like createAction, createReducer, and createEffect, detailing their benefits and usage in Angular state management.
Explains the Interface Segregation Principle (ISP) from SOLID, demonstrating its application in JavaScript and TypeScript with code examples.
Explains the Liskov Substitution Principle (LSP) in SOLID, demonstrating correct and incorrect implementations in JavaScript/TypeScript with class examples.