Projects The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.
Last Commit2026-09-19T01:25:24Z Related Talk Smooth Scaling, Happy Coding: Navigating Monorepo Adoption with Nx When your team grows, things get complicated fast. More apps mean more dependencies, code duplication, and headaches managing multiple repositories. At first, separate repos feel manageable, but soon you're stuck juggling inconsistent tooling, duplicated effort, and tricky dependency puzzles.
This talk walks through the real-world journey of adopting a monorepo strategy, sharing the tough spots you'll probably encounter along the way. I'll show how using Nx can ease the transition and make managing your monorepo a lot smoother as well as practical ways Nx helps keep your builds fast, your workflows clean, and your developers happy.
Whether you're already feeling the pain of scaling or just curious about monorepos, you'll leave with useful tips, real-life insights, and solid strategies for keeping growth smooth and your codebase healthy. Talk Full Stack Type Safety Across Languages Explore how type safety can transcend language barriers, and how you can combine your front-end and back-end code into a killer monorepo with Nx, .NET, and Angular. Using openapi extraction and code generation, we will explore how changing an interface in the backend can trigger build time failures for your front end, and exactly why that is a good thing anyways.
The driving example will utilize C# and ASP.NET Core, with Angular for the front end. Alternative commands will be provided for react, but both the front end and back end can be swapped out for nearly any tool that you may want to use Personal website built using Vike and Nx
Last Commit2026-09-17T03:29:43Z Related Talk Smooth Scaling, Happy Coding: Navigating Monorepo Adoption with Nx When your team grows, things get complicated fast. More apps mean more dependencies, code duplication, and headaches managing multiple repositories. At first, separate repos feel manageable, but soon you're stuck juggling inconsistent tooling, duplicated effort, and tricky dependency puzzles.
This talk walks through the real-world journey of adopting a monorepo strategy, sharing the tough spots you'll probably encounter along the way. I'll show how using Nx can ease the transition and make managing your monorepo a lot smoother as well as practical ways Nx helps keep your builds fast, your workflows clean, and your developers happy.
Whether you're already feeling the pain of scaling or just curious about monorepos, you'll leave with useful tips, real-life insights, and solid strategies for keeping growth smooth and your codebase healthy. Talk Full Stack Type Safety Across Languages Explore how type safety can transcend language barriers, and how you can combine your front-end and back-end code into a killer monorepo with Nx, .NET, and Angular. Using openapi extraction and code generation, we will explore how changing an interface in the backend can trigger build time failures for your front end, and exactly why that is a good thing anyways.
The driving example will utilize C# and ASP.NET Core, with Angular for the front end. Alternative commands will be provided for react, but both the front end and back end can be swapped out for nearly any tool that you may want to use Turn indented text into a copyable ASCII directory tree, with annotations that wrap as aligned hanging blocks instead of reflowing to the margin.
Last Commit2026-09-17T03:29:43.000Z Related A small react app to track statistics of released npm packages and installed version counts
Last Commit2026-08-30T04:31:45Z Related Measure Nx project graph construction per process and produce a markdown report
Last Commit2026-09-10T21:11:50Z Related A small script to setup new machines and common tools
Last Commit2026-09-09T15:30:03Z Powerful, Composable CLI Tools
Last Commit2026-06-10T19:59:44Z Related A small Nx plugin to simplify deploying static site projects to github pages
Last Commit2026-08-13T16:17:46Z Related A language-agnostic library for treating code examples as first-class citizens.
Last Commit2026-04-10T17:36:46Z Related Post Multifunctional Example Files Keeping documentation and examples in sync and up-to-date is often a challenge when developing libraries or frameworks. In this, we explore how to get the most out of a single file that ensures your documentation and examples are always in sync. Talk From Spaghetti to S'mores: Tasty Techniques for Code Compartmentalization Just as a camper carefully layers ingredients for the perfect s'more, a developer can construct code with precise structure and compartmentalization. Spaghetti code often results in a development experience that's as messy as an over-melted marshmallow, but with the right strategies, we can achieve clarity and maintainability in our projects.
In this session, attendees will dive into the layers of code compartmentalization, from understanding the importance of clear modular boundaries to appreciating the advantages of single-responsibility components. Additionally, a subtle yet impactful touch to this organized approach is the integration of monorepo tooling, ensuring cohesion and simplicity in larger projects.
By the end, participants will be equipped with a toolkit that ensures their code remains organized, adaptable, and streamlined. Whether seeking strategies to simplify legacy systems or contemplating the management of new projects, this talk offers insights and guidance to refine your development process, much like the art of crafting a perfectly layered s'more.
Package to manage design drafts and ephemeral publishes of static sites for quick feedback rounds
Last Commit2026-08-31T22:38:29Z Related A language-agnostic reclaimable-space finder and cleaner. Finds build artifacts and vendored dependencies across every ecosystem, and tells you what it costs to regenerate them.
Last Commit2026-08-28T04:10:24Z Related Project nx-graph-perf Measure Nx project graph construction per process and produce a markdown report Talk From Spaghetti to S'mores: Tasty Techniques for Code Compartmentalization Just as a camper carefully layers ingredients for the perfect s'more, a developer can construct code with precise structure and compartmentalization. Spaghetti code often results in a development experience that's as messy as an over-melted marshmallow, but with the right strategies, we can achieve clarity and maintainability in our projects.
In this session, attendees will dive into the layers of code compartmentalization, from understanding the importance of clear modular boundaries to appreciating the advantages of single-responsibility components. Additionally, a subtle yet impactful touch to this organized approach is the integration of monorepo tooling, ensuring cohesion and simplicity in larger projects.
By the end, participants will be equipped with a toolkit that ensures their code remains organized, adaptable, and streamlined. Whether seeking strategies to simplify legacy systems or contemplating the management of new projects, this talk offers insights and guidance to refine your development process, much like the art of crafting a perfectly layered s'more.
A JS library to generate markdown via a functional API
Last Commit2026-03-31T22:20:40Z Related A client-side JSON viewer and transformer. Explore JSON with collapsible trees, filter properties visually, and transform data using TypeScript or jq queries with full intellisense support.
Last Commit2026-08-19T06:33:45.000Z Last Commit2026-08-19T06:33:45.000Z Related Glyph Index ā a fast reference for Unicode characters and Windows Alt codes (CP437). Extracted from craigory-dev.
Last Commit2026-08-18T22:13:07Z An Nx plugin to generate documentation for other nx plugins
Last Commit2025-01-15T16:06:59Z Related Post Nx Configuration History Nx's configuration has changed dramatically over the years, and it's been a long journey to get to where we are today. I joined the Nx team in June 2021, right before we split up `workspace.json` into `workspace.json` and `project.json`. Since joining the team, I've had a pretty direct hand in many of these changes, and have worked closely on others. Talk Full Stack Type Safety Across Languages Explore how type safety can transcend language barriers, and how you can combine your front-end and back-end code into a killer monorepo with Nx, .NET, and Angular. Using openapi extraction and code generation, we will explore how changing an interface in the backend can trigger build time failures for your front end, and exactly why that is a good thing anyways.
The driving example will utilize C# and ASP.NET Core, with Angular for the front end. Alternative commands will be provided for react, but both the front end and back end can be swapped out for nearly any tool that you may want to use A collection of solutions for OpenKattis problems. (open.kattis.com). Feel free to look at these for validation, but please do not steal solutions. Solutions are provided in at least one language.
Last Commit2019-07-25T19:20:50Z Rust based CLI for installing CLI wrappers to guard invocations and inject env secrets
Last Commit2026-08-13T18:18:00Z Related Evidence-driven agent skills for diagnosing home Wi-Fi, LAN, WAN, DNS, and bufferbloat problems
Last Commit2026-08-13T02:17:02Z A flexible benchmarking tool controlled by javascript.
Last Commit2026-03-31T22:26:03Z Related Talk Benchmarking like a Scientist: Communicating Code's Performance. This session will explore several aspects of benchmarking. We will start by introducing the concept of code benchmarking, what it is and why it is important in software development. We will then cover the different approaches to benchmarking, including micro, macro, and synthetic benchmarking, and examine the pros and cons of each method.
Next, we will delve into the best practices of benchmarking and the common pitfalls to avoid. This will include topics such as selecting the right metrics, avoiding bias in your benchmark results, and controlling environmental factors to ensure repeatability and reproducibility. We will also discuss the importance of benchmarking throughout the development process, and how it can be used to inform design decisions and optimize code. In addition to the technical aspects of benchmarking, we will also be focusing on the crucial aspect of communication. We will cover how to present your benchmark results in a clear and concise manner, so that they can be easily understood by both technical and non-technical stakeholders. This includes best practices for visualizing your results, and tips for effectively communicating the performance of your code.
This session is aimed at developers of all levels, from those new to the field to experienced professionals. Whether you are looking to improve your benchmarking skills, or simply want to gain a deeper understanding of the science behind code performance, this session will provide you with the knowledge and tools you need to succeed. Project packing-list Last Commit2025-12-03T21:29:13Z Related Interactive GraphQL IDE for exploring GitHub's API. Authenticate with a personal access token, write queries with full schema autocomplete, and monitor your rate limit in real time.
Last Commit2026-08-05T22:18:10.000Z Related Generate comprehensive digests of GitHub pull requests. Enter a PR URL and get a formatted summary optimized for AI agent handoffs, with full timeline context, review comments, and CI status.
Last Commit2026-08-05T22:18:10.000Z Related A simple and elegant QR code generator built with Vite, TypeScript, and Tailwind CSS. Enter any text and instantly generate a downloadable QR code.
Last Commit2026-08-05T22:18:10.000Z A CLI tool to implement regular code rub into a repository.
Last Commit2022-05-04T18:43:50Z Related Post Nx Configuration History Nx's configuration has changed dramatically over the years, and it's been a long journey to get to where we are today. I joined the Nx team in June 2021, right before we split up `workspace.json` into `workspace.json` and `project.json`. Since joining the team, I've had a pretty direct hand in many of these changes, and have worked closely on others. Talk Full Stack Type Safety Across Languages Explore how type safety can transcend language barriers, and how you can combine your front-end and back-end code into a killer monorepo with Nx, .NET, and Angular. Using openapi extraction and code generation, we will explore how changing an interface in the backend can trigger build time failures for your front end, and exactly why that is a good thing anyways.
The driving example will utilize C# and ASP.NET Core, with Angular for the front end. Alternative commands will be provided for react, but both the front end and back end can be swapped out for nearly any tool that you may want to use Homebrew tap for secreq
Last Commit2026-07-27T22:28:23Z Related Last Commit2026-04-20T13:59:31Z Find and kill stale Claude Code sessions, interactively or via a background monitor daemon.
Last Commit2026-06-18T14:43:12.000Z Related Last Commit2026-06-18T14:43:12.000Z Related Post Locking down dependency installs across npm, pnpm, yarn, and bun A reference for configuring a minimum release age (or "cooldown") in npm, pnpm, Yarn, and Bun. Covers the setting name, unit, and minimum supported version for each tool, the per-project and user-wide forms, and the configurations under which the cooldown is silently bypassed ā plus the complementary lockdown settings: disabling or allow-listing install-time lifecycle scripts, and pnpm's provenance trust policy. Last Commit2023-03-10T01:00:12Z Related Helpful excel extensions for dev's, such as copying a range to a SQL list.
Last Commit2020-06-09T22:31:02Z A simulation of the QBCheck ADHD assessment test. Features practice modes, full assessment with shape recognition tasks, webcam movement tracking, and detailed performance analysis.
Last Commit2026-06-10T21:40:26.000Z A Firebase-based tiki bar management app with ingredient inventory tracking, drink menu display, and admin controls for toggling ingredient availability.
Last Commit2026-06-10T21:40:26.000Z asdf/mise plugin installing pinned OpenSCAD dev snapshots (Manifold backend) on macOS + Linux
Last Commit2026-06-02T20:14:29Z Related Post Locking down dependency installs across npm, pnpm, yarn, and bun A reference for configuring a minimum release age (or "cooldown") in npm, pnpm, Yarn, and Bun. Covers the setting name, unit, and minimum supported version for each tool, the per-project and user-wide forms, and the configurations under which the cooldown is silently bypassed ā plus the complementary lockdown settings: disabling or allow-listing install-time lifecycle scripts, and pnpm's provenance trust policy. Project secreq Rust based CLI for installing CLI wrappers to guard invocations and inject env secrets A collection of packages for digesting information for AI agents or local developer use
Last Commit2026-04-03T11:06:20Z Related Last Commit2026-04-01T15:27:48Z Related Type Safe Isolated Workers in Node JS
Last Commit2026-03-31T21:42:23Z Related Last Commit2025-10-30T20:55:44Z Related Last Commit2025-10-10T23:18:40Z Last Commit2025-09-06T06:37:34Z Related A CLI tool to explore peglin save data, with more tools potentially coming soon.
Last Commit2025-08-22T06:56:58Z Related A CLI to easily setup availability monitoring for a product based on CSS selectors. Simply provide a selector for the "out of stock" indicator, and recieve a notification when the product is back in stock.
Last Commit2025-08-20T23:36:18Z A github action to check new issues and discussions for common spam
Last Commit2024-05-22T20:40:20Z A scriptable CLI utility to run a command until a certain message is detected
Last Commit2023-08-10T01:41:55Z Related WIP prompting library for node js
Last Commit2023-03-15T02:19:57Z Related Last Commit2022-08-10T16:59:25Z Related Last Commit2022-03-16T18:06:17Z Related A puppeteer script to scrape the web interface for FamilyAlbum to download all pictures
Last Commit2022-01-23T02:53:42Z Related Last Commit2021-06-21T22:39:34Z Related Selenium based web crawler for FCC license search.
Last Commit2020-10-09T17:02:43Z Simple graphing module for python
Last Commit2018-03-30T01:15:49Z