Tag: Open Source
All the articles with the tag "Open Source".
-
Creating Developer Tool - Part 2
Continuing series on crafting your very own developer tool, we're delving into the heart of the process! Explore the intricacies of modeling log entries and building a dynamic filtering system that tailors to your needs.
-
Creating a developer tool - part 1
Crafting a dev tool? Here's how I'm implementing an easy-to-use toggle to unveil a more complex UI for my latest project.
-
Practical Sourcery examples
Let's explore couple of atypical Sourcery use-cases.
-
Supporting updatable assets
How often have you wanted to change some small setting in your application? Let's build a generic solution.
-
Exhaustive testing in TCA
As you probably know I’m also a big proponent of TDD/BDD, so let’s start by talking about what I don’t like about the way TCA does testing.
-
Improving Composable Architecture Debugging
I've been a fan of Point FreeComposable architecture for a while now.