@skoop · 3 years ago
Last month I did an [Ingewikkeld Session](https://ingewikkeld.dev/sessions/) on Domain-Driven Design and I'm working on converting that to a conferen…
CodeMusings is a community where developers share their current projects, plans, and thoughts —
a modern take on the classic Unix .plan file.
Write in Markdown, connect with fellow coders.
@skoop · 3 years ago
Last month I did an [Ingewikkeld Session](https://ingewikkeld.dev/sessions/) on Domain-Driven Design and I'm working on converting that to a conferen…
@jaytaph · 3 years ago
I'm trying to figure out if I can secure the site a bit more with the help of Content Security Policy (CSP). We can tighten up XSS attacks, and only…
@fieg · 3 years ago
At work we are transitioning to Kubernetes. As a team we don't have much experience with it yet. I do have experience, so I'm preparing a Kubernetes…
@jaytaph · 3 years ago
Turns out that we have a lot of Laravel projects which in turn uses translations. To maintain these we use a standard JSON file for each language. Su…
@jaytaph · 3 years ago
I've finished up the MVP of the codemusings website. So, pretty much everything I wanted is implemented: writing codemuses, followerlists, comments,…
@jaytaph · 3 years ago
Hurrah, upvotes and comments are functional! Next stop are the friendlists which may be a bit more work to get right but just like any other system,…
@jaytaph · 3 years ago
Yesterday evening I did some work on setting up an initial upvote system. Initially this will be very simple: ``` plan -> upvote <- user ``` These…
@jaytaph · 3 years ago
Today I have some time to do some cleanup. Much of the (minimum) features are ready, so now I will spend some time for some maintenance. First, i wil…
I'm currently creating a service that needs to talk to a SOAP service. I still need to wait for credentials, certificates (mTLS) in order to get thin…
The past almost 2 months I have been working on helping a customer with a project that uses Laravel. It's a huge project, especially for this relativ…
@jaytaph · 3 years ago
So, welcome all to `codemusings.nl`. The website where you as a developer can share your plans to the world. This website is inspired by the origina…