Link Blog

11 collections · 219 total posts

April 2026

March 2026

February 2026

January 2026

14-01-2026
ServBay - The best local PHP Python Node.js MySQL PostgreSQL Ollama web development environment Mac PHP Brew MAMP XAMPP Node.js Wordpress Install

ServBay - The best local PHP Python Node.js MySQL PostgreSQL Ollama web development environment Mac PHP Brew MAMP XAMPP Node.js Wordpress Install

Source: servbay.com

A multifunctional web development environment that integrates web servers, databases, and various programming languages. It offers multi-instance PHP running, powerful CLI support, and flexible domain and SSL customization, aimed at optimizing web and PHP development processes. Its efficient development environment enhances resource utilization. It includes software such as MySQL, MariaDB, PostgreSQL, PHP, Redis, etc., supports Docker, Node.js, and focuses on security, ensuring a smoother and more efficient development process.

Linked is ServBay - ServBay is an integrated local web development environment management tool. Very slick.

August 2025

22-08-2025
Everything I know about good system design

Everything I know about good system design

Source: seangoedecke.com

I see a lot of bad system design advice. One classic is the LinkedIn-optimized “bet you never heard of queues” style of post, presumably aimed at people who are…

Linked is an outstanding summary of system design. It could be a book or a course! Of course good because I agree with just about every view and recommendation.

July 2025

17-07-2025
Artisanal Handcrafted Git Repositories | drew's dev blog

Artisanal Handcrafted Git Repositories | drew's dev blog

Source: drew.silcock.dev

How to lovingly handcraft your own git repositories

Linked is a madman’s tour of git’s persistent data structures. Yes, crazy, but pretty amazing. They use not-simple shall commands to create all the bits by hand. If you follow along you will know more than any of your friends how git work#!

January 2025

26-01-2025
cmdalias: Multi word alias

cmdalias: Multi word alias

Source: github.com

Just a small tool to help me (and you but without any guaranty) to create command alias and sub-aliases (multi word alias) - adoy/cmdalias

Linked is not a recommendation - as I have not tried it. But I've been typing lots of repetitive commands the last few days and I got to thinking that having a way to have aliases which were more than a single word would make them easier to remember and more flexible. This is one that I found

December 2024

27-12-2024
ghostty-org/ghostty: 👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

ghostty-org/ghostty: 👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

Source: github.com

👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration. - ghostty-org/ghostty

Linked is a new terminal emulator. What interests me is that it is said to be embeddable because it is distributed also as a library with well defined apis.

August 2024

21-08-2024
GitHub - sinaatalay/rendercv: A LaTeX CV/Resume Framework

GitHub - sinaatalay/rendercv: A LaTeX CV/Resume Framework

Source: github.com

A LaTeX CV/Resume Framework. Contribute to sinaatalay/rendercv development by creating an account on GitHub.

Kinda cool. Linked is a simple tool which formats a cv in one of several styles. But the trick is that the input is a yaml file which contains all the content as a structured text file that you can edit with vscode and version track with GitHub. Nice!