Pinned Repositories
dotnet-extensions-require
📦 Require Expressions - A pre-condition checks library for .Net via extensions methods on types.
endoflife-radar
🖥 A dashboard for https://endoflife.date/ - Track versions of products 📦 you use and share your dashboard via a link 🔖.
feature-toggles-visual-demo
🚦 Feature Toggles demo - A presentation for non-developers to visualize how features toggles help teams decouple code deployment from feature deployment.
git-kata
👩💻👨💻 A Kata to practice rewriting history towards a Clean Git History ✨
harvest-timer-cli
💻 CLI tool to manage the personal Harvest timer ⌚
kata-functional-gops
👩💻👨💻 A coding kata to practice functional design and refactoring. Have fun learning 🥳
kata-template-tcr
👩💻👨💻 A kata template for Test-Commit-Revert (TCR)
lets-code-masstransit
A starting project for a hands-on kata using MassTransit 📨🚌
template-gradle-kotlin
📄 A Kotlin Gradle project template
ts-extensions
📦 A collection of some useful TypeScript extensions.
andrej-dyck's Repositories
andrej-dyck/git-kata
👩💻👨💻 A Kata to practice rewriting history towards a Clean Git History ✨
andrej-dyck/dotnet-extensions-require
📦 Require Expressions - A pre-condition checks library for .Net via extensions methods on types.
andrej-dyck/endoflife-radar
🖥 A dashboard for https://endoflife.date/ - Track versions of products 📦 you use and share your dashboard via a link 🔖.
andrej-dyck/feature-toggles-visual-demo
🚦 Feature Toggles demo - A presentation for non-developers to visualize how features toggles help teams decouple code deployment from feature deployment.
andrej-dyck/lets-code-masstransit
A starting project for a hands-on kata using MassTransit 📨🚌
andrej-dyck/harvest-timer-cli
💻 CLI tool to manage the personal Harvest timer ⌚
andrej-dyck/kata-functional-gops
👩💻👨💻 A coding kata to practice functional design and refactoring. Have fun learning 🥳
andrej-dyck/kata-tdd-log-stats
👩💻👨💻 A coding kata to practice TDD and refactoring. Have fun learning 🥳
andrej-dyck/kata-template-tcr
👩💻👨💻 A kata template for Test-Commit-Revert (TCR)
andrej-dyck/template-gradle-kotlin
📄 A Kotlin Gradle project template
andrej-dyck/template-jenkinsfile-monorepo
📄 A Jenkinsfile template for a monorepo project 👨💻, which allows for its modules to be integrated ⚙ and deployed 📦 independently.
andrej-dyck/advent-of-code-2021
🎄 Solving Advent of Code 2021 puzzles. Aiming to use the domain language 🗯, immutability 💪, pure functions ⚙, and automated checks ✔; all in an idiomatic Kotlin.
andrej-dyck/ts-extensions
📦 A collection of some useful TypeScript extensions.
andrej-dyck/coding-challenges-kotlin
🎓 Some coding exercises solved in Kotlin.
andrej-dyck/coding-challenges-ts
🎓 Some coding exercises solved in TypeScript.
andrej-dyck/kata-gameoflife
🎓 Game of Life TDD-Kata with an infinite board and exchangeable rules.
andrej-dyck/kata-gameoflife-ts
🎓 Game of Life TDD-Kata with an infinite board and exchangeable rules.
andrej-dyck/kata-hangman
🎓 Coding Kata Refactoring to OO (Kotlin) of Hangman (the game)
andrej-dyck/kata-pwnd-passwords-fsharp
🎓 Coding kata in F#
andrej-dyck/kata-shopping-basket
🎓 A coding kata on modeling and testing a shopping-basket with active deals
andrej-dyck/kata-tic-tac-toe
🎓 A kata with `test && commit || revert`
andrej-dyck/kotlin-power-assert-demo
💡 An example for Kotlin's 2.0 power-assert plugin
andrej-dyck/react-custom-hooks
📦 A collection of some useful React+TypeScript custom hooks.
andrej-dyck/vitest-demo
💡 Repository with some demos for Vitest