Giter Club home page Giter Club logo

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.

Dan Vanderkam's Projects

obesity icon obesity

Analysis of government obesity data

ocropy icon ocropy

Python-based OCR package using recurrent neural networks.

pako icon pako

high speed zlib port to javascript, works in browser & node.js

performance-boggle icon performance-boggle

An attempt to find the highest-scoring Boggle board and prove that I've found it.

pg-to-ts icon pg-to-ts

Generate TypeScript interface definitions from your Postgres schema

pgtyped icon pgtyped

pgTyped - Typesafe SQL in TypeScript

prop-drilling icon prop-drilling

Examples of prop drilling in React+TypeScript, along with ways to mitigate it

pygithub icon pygithub

Python library implementing the GitHub API v3

pyinstrument icon pyinstrument

🚴 Call stack profiler for Python. Shows you why your code is slow!

pyjsonselect icon pyjsonselect

Fully conformant implementation of JSONSelect in Python

rapidjson icon rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API

rbush icon rbush

RBush β€” a high-performance JavaScript R-tree-based 2D spatial index for points and rectangles

reactify icon reactify

Browserify transform for JSX (superset of JavaScript used in React library by Facebook)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.