Overview for 'murze'
Written by murze.be
/ Original link
on May. 19, 2022
As developers, we tend to like shortcuts to speed up our workflow. One of the tools I'm using to speed up doing stuff on my Mac is Raycast. It offers a lovely command palette that allows opening apps…
Written by murze.be
/ Original link
on Mar. 24, 2022
I'm happy to announce that we have released Visit. This tool can display the response of any URL. Think of it as curl for humans. By default, the output will be colourized, and the response code and…
Written by murze.be
/ Original link
on Mar. 22, 2022
Are you getting errors with laravels groupBy()? Here is short explanation of why. Read more
Written by murze.be
/ Original link
on Mar. 21, 2022
You might think that the way your store your data isn't really that important. Well it's more important than you think it is. A good database design just like good clean code is the key to performanc…
Written by murze.be
/ Original link
on Mar. 16, 2022
I made a script to easily take consistent measurements using Apache Benchmark. It includes an easy way to compare multiple measurements in a visual way. Read more
Written by murze.be
/ Original link
on Mar. 16, 2022
This talk by Kevlin Henney looks at how a handful of coding habits, design practices and assumptions can systematically balloon code and compound its accidental complexity.