Coder Trainee
Author

Coder Trainee

Experienced in Java and Python, we share and learn together. For submissions or collaborations, DM us.

98
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Coder Trainee

98 recent articles
Coder Trainee
Coder Trainee
Jan 24, 2026 · Operations

Essential Linux Network Commands Every Programmer Should Know

This article introduces the fundamental Linux network commands, explains how Linux treats everything as a file, distinguishes between Linux and shell commands, and presents basic and advanced examples to help programmers master command‑line networking tasks.

Command-lineNetwork Commands
0 likes · 2 min read
Essential Linux Network Commands Every Programmer Should Know
Coder Trainee
Coder Trainee
Jan 24, 2026 · Operations

Essential Linux Commands for User, System Management and Performance Monitoring

This article explains essential Linux commands for programmers, covering user management, system administration, and performance monitoring, describes how Linux treats everything as a file, distinguishes Linux and shell commands, and suggests learning 10‑20 commands daily, with visual examples.

Performance MonitoringShell CommandsUser Management
0 likes · 2 min read
Essential Linux Commands for User, System Management and Performance Monitoring
Coder Trainee
Coder Trainee
Jan 23, 2026 · Fundamentals

Essential Linux Disk and Filesystem Commands Every Programmer Should Know

The article explains that Linux treats everything as a file, distinguishes between Linux and shell commands, recommends learning 10‑20 commands daily, and introduces essential disk, filesystem, and permission‑related commands for programmers, emphasizing the need for proper authorization before execution.

CommandsFileSystemPermissions
0 likes · 2 min read
Essential Linux Disk and Filesystem Commands Every Programmer Should Know
Coder Trainee
Coder Trainee
Jan 22, 2026 · Fundamentals

Essential Linux Commands for Viewing Files and Their Contents

Linux commands, the textual interface for managing the system, treat everything—from CPU to keyboard—as files; this article explains the distinction between Linux and shell commands and introduces the essential commands programmers use to view files and inspect their contents.

command-linefile-managementfundamentals
0 likes · 1 min read
Essential Linux Commands for Viewing Files and Their Contents
Coder Trainee
Coder Trainee
Jan 20, 2026 · Operations

Why You Should Avoid Using kill ‑9 to Stop Programs

The article explains that although kill ‑9 reliably kills a Linux process, using it in production can cause severe data corruption—especially with non‑transactional storage engines—making it unsuitable for safe program termination.

LinuxMyISAMkill
0 likes · 3 min read
Why You Should Avoid Using kill ‑9 to Stop Programs