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.

Latest in Editors, IDEs & Developer Experience


dev.to > cyn4sh > my-weekly-tech-digest-what-i-learned-in-linux-essentials-with-akwannya-hub-mgp

My Weekly Tech Digest: What I Learned in Linux Essentials with Akwannya Hub

5+ hour, 29+ 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:…...


dev.to > bharqav > what-actually-happens-when-you-press-enter-in-a-terminal-5eil

What Actually Happens When You Press Enter in a Terminal

9+ hour, 22+ 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…...


medium.com > @breakingcode49 > linux-terminal-basics-the-20-commands-you-actually-need-f9706c0ca88c

Linux Terminal Basics: The 20 Commands You Actually Need

5+ hour, 44+ 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 …...


dev.to > mvarshith > 2-linux-commands-beginner-2pgf

2. Linux Commands - Beginner

1+ day, 4+ 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)....


medium.com > @rqb.ctg > the-art-of-the-elegant-fix-how-a-dev-rewrote-the-rules-of-the-terminal-093b5acf69e0

The Art of the Elegant Fix: How a Dev Rewrote the Rules of the Terminal

1+ day, 7+ 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…...


dev.to > vast-cow > alt-g-and-readline-shortcuts-that-make-bash-completion-a-bit-more-convenient-39gl

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:…...


dev.to > clark_kent_84cba7a15c99bb > tfm-modern-mouse-first-terminal-file-manager-for-linux-bjm

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....


dev.to > vladbevs > what-if-your-terminal-had-an-infinite-canvas-meet-fuse-b1i

What If Your Terminal Had an Infinite Canvas? Meet Fuse.

3+ day, 16+ 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....


linuxfordevices.com > tutorials > linux > cat-more-command-in-linux

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…...


medium.com > @kanishks772 > homebrew-just-got-a-gui-after-10-years-the-terminal-finally-has-a-window-64e73307752b

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 …...