Skip to content
View mitchellderijcke's full-sized avatar

Block or report mitchellderijcke

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
mitchellderijcke/README.md

Since 2016 I have been professionally building anything from web apps up to full cloud infrastructures for companies ranging from early stage startups to big corporations. I have adapted to different stacks over the years and find joy in deeply researching them.

These are my key methods of leading successful projects:

  • Trunk‑based development: Keep everyone working off main, guard it with CI and feature flags, and half‑finished features never block urgent bug fixes. Thin slices reach users early for real feedback.
  • Trust the tests: Turn each escaped bug into a unit or E2E test. Reliability compounds release after release, while manual QA hunts in staging and production for fresh edge‑cases and lessons.
  • Automate everything: Pipelines replace rituals, save time, and eliminate single‑person bottlenecks. A broken script beats a sick‑day outage every time.

If you need help with a project professionally or personally, please reach out. I'm happy to help.

Pinned Loading

  1. microsoft/TypeScript microsoft/TypeScript Public

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

    TypeScript 105k 12.9k

  2. graphile-migrate graphile-migrate Public

    Forked from graphile/migrate

    Opinionated SQL-powered productive roll-forward migration tool for PostgreSQL.

    TypeScript

  3. graphile-worker graphile-worker Public

    Forked from graphile/worker

    High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)

    TypeScript

  4. postgraphile postgraphile Public

    Forked from graphile/crystal

    🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!

    TypeScript

  5. vscode vscode Public

    Forked from microsoft/vscode

    Visual Studio Code

    TypeScript

  6. eslint eslint Public

    Forked from eslint/eslint

    Find and fix problems in your JavaScript code.

    JavaScript