Archive

The Dulin Report

Browsable archive from the WordPress export.

2022

In most cases, there is no need for NoSQL Apr 18, 2022 TypeScript is a productivity problem in and of itself Apr 20, 2022 Best practices for building a microservice architecture Apr 25, 2022 Good idea fairy strikes when you least expect it May 2, 2022 If you haven’t done it already, get yourself a Raspberry Pi and install Linux on it May 9, 2022 Most terrifying professional artifact May 14, 2022 Peloton could monetize these ideas if they only listen May 15, 2022 Am I getting old or is it really ok now to trash your employer on social media? May 25, 2022 There is no such thing as one grand unified full-stack programming language May 27, 2022 Automation and coding tools for pet projects on the Apple hardware May 28, 2022 Java is no longer relevant May 29, 2022 Good developers can pick up new programming languages Jun 3, 2022 Scripting languages are tools for tying APIs together, not building complex systems Jun 8, 2022 Keep your caching simple and inexpensive Jun 12, 2022 All developers should know UNIX Jun 30, 2022 Monolithic repository vs a monolith Aug 23, 2022 Why don’t they tell you that in the instructions? Aug 31, 2022 Using GNU Make with JavaScript and Node.js to build AWS Lambda functions Sep 4, 2022 Stop Shakespearizing Sep 16, 2022 The Toxic Clique Sep 28, 2022 Book review: Clojure for the Brave and True Oct 2, 2022 Why you should question the “database per service” pattern Oct 5, 2022 Why I am a poll worker since 2020 Nov 11, 2022 If we stop feeding the monster, the monster will die Nov 20, 2022 Things to be Thankful for Nov 24, 2022 Working from home works as well as any distributed team Nov 25, 2022 Should today’s developers worry about AI code generators taking their jobs? Dec 11, 2022

All developers should know UNIX

June 30, 2022

UNIX is the mother of all modern operating systems. UNIX is like history, and those who attempted to reinvent or mimic it, did so poorly — a prime example is Microsoft Windows.



Though AT&T UNIX was initially conceived in Bell Labs in 1969, in 2022, it is more relevant and dominant than ever. Today, typically, when someone says “UNIX,” they are describing a UNIX-type operating system.



UNIX operating systems are distinguished by a lightweight operating system kernel capable of multi-user and multi-tasking functionality. The UNIX kernel has capabilities to protect applications and users from interference with one another.



On top of that kernel, there is a rich ecosystem of shells, utilities, and commands. This ecosystem has been refined over the past 50+ years. Most importantly, from a day-to-day practical standpoint, all UNIX-like operating systems are similar enough in behavior that skills learned on one apply to the others.



UNIX is the most successful and dominant operating system out there. For example:




  • Darwin is a UNIX-based operating system that forms the core architecture of Apple’s Mac OS X, iOS, WatchOS, iPadOS, and bridgeOS. Among all Darwin-based operating systems, it is more popular than Windows.
  • Mac OS X has been the go-to operating system for developers since it was launched in 2001, and it effectively ended the debate over the viability of UNIX on consumer devices;
  • Linux is the default and most prevalent operating system for deploying applications in the cloud. The overwhelming majority of modern web applications run on Linux backends;
  • Even Microsoft, after decades of deriding UNIX, acknowledged that Linux is the premier development platform and implemented Windows Subsystem for Linux



If you are a developer, you cannot avoid learning UNIX. You may be able to get by day-to-day with graphical tools, but you will not advance your career without learning and understanding the UNIX ecosystem. To be productive as a developer is to know UNIX.