DEV Community

Discussion on: Tips for Programming with a low end PC.

Collapse
 
0916dhkim profile image
Danny Kim

My laptop has 8 GB of RAM and a coffee lake i5 CPU with Windows preinstalled, which is more than adequate for everyday tasks and web dev. The laptop hit its limit when I started working on a medium sized React-Native project in which I needed to run

  1. Dockerized PostgreSQL server
  2. Android emulator
  3. Dev server
  4. Web browser

Docker & emulator were just enough to bring my laptop to its knees, and the development process was very painful. Then I tried to install Ubuntu (not Lubuntu), and Linux magically solved all performance issues at once. Ubuntu hits swap file from time to time, but it never freezes or spits out BSOD. The only downside I can think of is that I cannot use my fingerprint sensor anymore on Linux because it uses proprietary driver.