Link Blog

11 collections · 212 total posts

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.

Tags: web

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.

Tags: software-engineering

July 2025

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

Tags: cli
22-01-2025
Atuin - Magical Shell History

Atuin - Magical Shell History

Source: atuin.sh

Sync, search and backup shell history with Atuin

Linked is a linux-friendly command history editor. I needed one and I grabbed the first one I saw. But I am feeling like it's too heavy weight.

Tags: cli

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.

Tags: terminal

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!

Tags: resume
03-08-2024
LearnDjango | LearnDjango.com

LearnDjango | LearnDjango.com

Source: learndjango.com

Learn web development with Python and the Django Web Framework. Tutorials on Django REST Framework, Docker, React, and Vue.

Linked is a good review of Python Flask and Django. I came from a Ruby world, that’s like comparing Sinatra to Rails. Very different and very related.

Tags: python

July 2024

20-07-2024
LLM: A CLI utility and Python library for interacting with Large Language Models

LLM: A CLI utility and Python library for interacting with Large Language Models

Source: llm.datasette.io

A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine.

Follow the link below: I’ve been looking for a nicely packaged way to try llms locally, that is without using a cloud based service and without uploading my pi to another company. This tool is a good solution to the problem.

Tags: llm

June 2024

22-06-2024
Jade Rubick - Implementing Amazon's single threaded owner model a retrospective

Jade Rubick - Implementing Amazon's single threaded owner model a retrospective

Source: rubick.com

A Single Threaded Owner (STO), is a single leader that is completely responsible for their area of the product. I share my experiences implementing this model, including the tradeoffs and challenges. And I give the nuts and bolts of how we implemented it and what we learned.

The attached article describes an org structure apparently originated at Amazon, called “single threaded owner” or STO. In a company with multiple products, one common setup is to have separate dev, pm and design groups each covering all products. STO says to have a separate, single manager for…

Tags: organization
14-06-2024
TEO

TEO

Source: teodev.io

TEO is the schema-driven web server framework native to Rust, Node.js and Python. It reduces developing time and improves developers' life experience.

Wow a brand new web framework! Where did this spring from, apparently fully formed, out of nowhere? Or am I not hanging out in the right neighborhood? Take a look at the attached site!

Tags: rust
10-06-2024
Piku

Piku

Source: piku.github.io

piku, inspired by dokku, allows you do git push deployments to your own servers, no matter how small they are.

There are now several new and different ways for us to try and get back the magic of #heroku #git-push deployments. The attached link shows a new entrant that’s worth a look

Tags: deploy

May 2024

30-05-2024
Marp: Markdown Presentation Ecosystem

Marp: Markdown Presentation Ecosystem

Source: marp.app

Marp (also known as the Markdown Presentation Ecosystem) provides an intuitive experience for creating beautiful slide decks. You only have to focus on writing your story in a Markdown document.

Another tool to turn markdown into html and css. This is FYI. So far I am still looking.

Tags: presentation
30-05-2024
Deckset for Mac: Presentations from Markdown in No Time

Deckset for Mac: Presentations from Markdown in No Time

Source: deckset.com

Write down your thoughts in your favourite text editor, and Deckset will turn them into beautiful presentations.

I was looking for a nice package to create slides using markdown files. This one is very nice except it cannot export to straight html/css/js. But other than that, I do recommend it!

Tags: presentation
09-05-2024
Deploy on Your Own Servers

Deploy on Your Own Servers

Source: hivegrid.dev

Fastest way to deploy a Rails app!

Once Heroku got rid of their free tier, we all wanted alternatives. Doku is one of them. It lets you create your very own Heroku service on top of a cheap Digitial Ocean partition.

Tags: rails