Categories
Development Tools
A Developer Stuck in Manual Coding Shocked by AI Coding: Productivity Beyond Imagination!
A developer who dismissed AI coding tools shares a shocking first experience! Read about how this proud manual coder's mindset changed after encountering Copilot and the hidden truths about development productivity.
Managing Server Files via SSH without Terminal: Utilizing SFTP and GUI File Explorers!
Is the terminal cumbersome? By utilizing SFTP and GUI file explorers, managing server files can be as easy as a mouse click! Find practical examples and setup instructions using Ubuntu Nautilus.
First Steps in Automating SSH Connections: Mastering the Config File
Manage your frequently used SSH connection information like bookmarks with the .ssh/config file! This practical guide is perfectly organized with configuration examples and option descriptions.
Python vs Node.js: CSS Compression Experiment Results Revealed!
Do you think CSS compression can only be done well with Node.js based tools? This post presents an experimental comparison of Python's csscompressor and clean-css-cli, exploring just how significant the performance difference really is.
SSH Reverse Port Forwarding: The Magic of Connecting from External to Internal (feat. -R option)
Learn how to expose your local development server using reverse port forwarding! This practical guide covers everything from the principle of the SSH -R option to useful examples for developers.
How to Use SSH: Mastering Commands and Useful Options!
Are you still copying and pasting for SSH access? From command format to practical options you can use right away, here’s a complete guide to using SSH effectively!
SSH Keygen: The Perfect Guide for Beginners
Don't know what SSH keys are or how to use them? This guide kindly explains how to use ssh-keygen and how to choose between Ed25519 and RSA keys for beginners.
How to Untrack Existing Files When .gitignore Isn't Working
Are there files still being tracked even after adding them to .gitignore? Here’s a comprehensive guide on how to cleanly untrack already committed files in git!
A Developer's Honest Review After Leaving VScode for Neovim - The Overwhelming Freedom of Lightness!
Read a developer's real-life transition from VScode to Neovim! Experience the lightness, control, and efficiency beyond an IDE that comes with terminal-based Neovim.
Essential Neovim Commands
An easy-to-follow guide organizing Neovim's essential commands into categories such as mode, editing, searching, and window management. A must-have for both beginners and advanced users of Vim!
Using Local Clipboard on a Remote Server with Neovim via SSH (OSC52)
This guide provides step-by-step instructions on using the local clipboard on a remote server with Neovim using OSC52.
Docker Frequently Used Commands Cheat Sheet
A cheat sheet summarizing frequently forgotten commands for Docker at a glance. A collection of essential commands useful for developers using Docker!