diff --git a/techStack.json b/techStack.json index 9de7c78..6e6a903 100644 --- a/techStack.json +++ b/techStack.json @@ -105,6 +105,12 @@ "url": "https://www.openssh.com/" }, { + "name": "Tmux", + "description": "Tmux is a terminal multiplexer that allows multiple terminal sessions to be accessed and controlled from a single window. It is used during development and maintenance of the blog engine to persist long-running processes like the Express.js server, run concurrent tools like Nodemon and Mocha, and manage SSH sessions without interruption.", + "svg": "/static/images/logos/tmux-logomark.svg", + "url": "https://github.com/tmux/tmux/wiki" + }, + { "name": "Visual Studio", "description": "Visual Studio is the integrated development environment used to build and debug the blog’s backend.", "png": "/static/images/logos/Visual-Studio.png",