Skip to content
View danvk's full-sized avatar

Sponsors

@codecov
Block or Report

Block or report danvk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
danvk/README.md

Hi there 👋

Effective TypeScript 2nd Edition Cover

I'm Dan, author of Effective TypeScript: 83 Specific Ways to Improve your TypeScript. The second edition came out in May 2024 and I'm very excited about it!.

Effective-style books are aimed at developers who already know the nuts and bolts of a programming language, but want to learn how to use it more effectively. Rather than explaining the three ways to do X, an Effective book will tell you which one to use in which situation, and which to avoid entirely. By learning about usage, as well as the odd corners of TypeScript, you'll advance from a beginner or intermediate developer to a seasoned expert.

I also write about TypeScript online at effectivetypescript.com, where you can find sample items from the book.

I have many, many open source repos on GitHub, but here are some of the most popular by ⭐️s:

  • source-map-explorer: Answers the question "why is my JavaScript bundle so big?" using an interactive treemap visualization.
  • dygraphs: Venerable JavaScript charting library. Aims to get you from data to interactive chart quickly, then give you lots of options for customization.
  • effective-typescript: Code samples, Table of Contents and item summaries for Effective TypeScript (O'Reilly 2024).
  • oldnyc: Source code for the OldNYC geocoding pipeline, OCR and web site, launched in 2015.
  • webdiff: Two-column web-based difftool with syntax highlighting and support for image diffs. Instead of git diff, run git webdiff.
  • localturk: Perform repetitive manual tasks on your own computer using the same API as Amazon's Mechanical Turk. Great for generating some data or prototyping a Mechanical Turk UI.
  • RangeHTTPServer: Python's built-in http.server does not support range requests. This extends it to fix that.
  • literate-ts: Type check code samples in books and blogs. Used to verify Effective TypeScript. Read more here.
  • crosswalk: Library for adding TypeScript types to both your Express server's REST API and the client code that uses it.
  • pg-to-ts: Generate TypeScript types for your Postgres schema. See TypeScript and SQL: Six Ways to Bridge the Divide .
  • crudely-typed: Simple "everyday CRUD" Postgres queries with perfect TypeScript types.

Popular repositories Loading

  1. source-map-explorer source-map-explorer Public

    Analyze and debug space usage through source maps

    TypeScript 3.8k 119

  2. dygraphs dygraphs Public

    Interactive visualizations of time series using JavaScript and the HTML canvas tag

    JavaScript 3.2k 606

  3. effective-typescript effective-typescript Public

    Effective TypeScript 2nd Edition: 83 Specific Ways to Improve Your TypeScript

    1.5k 223

  4. oldnyc oldnyc Public

    Mapping photos of Old New York

    Python 288 132

  5. webdiff webdiff Public

    Two-column web-based git difftool

    TypeScript 263 39

  6. localturk localturk Public

    Mechanical Turk on your own machine.

    TypeScript 204 33