Install
Editors, IDEs & Developer Experience
Code editors, IDEs, terminals, formatting, linting, and the tooling that makes developers fast.
- 6 Subtopics
- 6 Tracked terms
- Last 30 days Feed window
Inside Editors, IDEs & Developer Experience
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Editors, IDEs & Developer Experience
My Weekly Tech Digest: What I Learned in Linux Essentials with Akwannya Hub
5+ hour, 15+ min ago (730+ words) This week, I dove deep into the core concepts of the Linux Essentials course organized by Akwannya Hub. Here is a quick breakdown of everything I covered, from low-level kernel concepts to cloud infrastructure! Fundamentals & System Architecture Open Source & Licensing:…...
What Actually Happens When You Press Enter in a Terminal
9+ hour, 7+ min ago (179+ words) What is mysh? A small POSIX-style shell. It's not a Bash replacement, and I'll be upfront about that. It's a working reference for how a shell turns raw text into running processes. What it handles today: Pipes and redirections: |,, >>, and…...
Linux Terminal Basics: The 20 Commands You Actually Need
5+ hour, 30+ min ago (638+ words) A fresh install ships more than a thousand commands, but twenty do the everyday work — here is what each one does and the trap hiding behind …...
2. Linux Commands - Beginner
23+ hour, 49+ min ago (189+ words) Essential Linux Terminal Commands ls - List files and folders in the current directory. ls -l - Show detailed file information (sizes, permissions, date modified). ls -a - Show hidden files (files starting with a.). pwd - Show your current directory path (Print Working Directory)....
The Art of the Elegant Fix: How a Dev Rewrote the Rules of the Terminal
1+ day, 6+ hour ago (1115+ words) We have all been there. You are staring at your terminal, trying to install a simple utility to get on with your day, and instead, you are sucked into a rabbit hole of broken dependencies, permission errors, and endless compiling…...
Alt-g and Readline shortcuts that make Bash completion a bit more convenient
2+ day, 7+ hour ago (533+ words) Let's say you're using Bash and you have a directory like this: You want to move to this directory, but you only remember bbb in the middle of the name, not the leading aaa. You might be tempted to do:…...
tfm: Modern mouse-first terminal file manager for linux
2+ day, 7+ hour ago (21+ words) I made an opensource terminal file manager on linux. Its fast, intuitive, and super customizable,... Tagged with linux, opensource, tools, typescript....
What If Your Terminal Had an Infinite Canvas? Meet Fuse.
3+ day, 15+ hour ago (20+ words) Let’s be honest: every software project eventually grows a collection of messy, fragile shell... Tagged with opensource, macos, rust, productivity....
cat and more commands in Linux: Read, Join and Page Files
4+ day, 5+ hour ago (1823+ words) cat prints a file to your screen and stops there. The name is short for concatenate, because joining files is the job it was written for and reading a long one was never part of the plan. The cat command…...
Homebrew Just Got a GUI. After 10 Years, the Terminal Finally Has a Window.
5+ day, 19+ hour ago (34+ words) If you’ve installed anything on a Mac in the last decade, you’ve typed brew install without thinking about it. Homebrew …...