feat: add blog contents
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-31 11:01:22 +02:00
parent da0771ccb9
commit 4bb6b0228a
79 changed files with 18092 additions and 246 deletions

View File

@@ -0,0 +1,19 @@
---
type: "blog-post"
title: "2023-12-29-Don't be afraid of bespoke solutions"
description: "2023-12-29-Don't be afraid of bespoke solutions"
draft: true
date: "2023-12-30"
updates:
- time: "2023-12-30"
description: "first iteration"
tags:
- '#blog'
---
This is an argument I see a lot both at work and online, we shouldn't build this
solution ourselves, there must be something out there to solve it for us. It is
a nice sentiment and often it is worth it to research if there truly is a
solution out there to solve your issues. But it is also sometimes a sign that
you don't understand the problem fully, and/or don't have the skills yet to
solve said problem.