Skip to main content

Posts

Showing posts with the label command line

NPM Package Size

Every JavaScript project starts ambitiously, trying not to use too many NPM packages along the way. Even with a lot of effort on our side, packages eventually start piling up.  package.json  gets more lines over time, and  package-lock.json  makes pull requests look scary with the number of additions or deletions when dependencies are added. “This is fine” — the team lead says, as other team members nod in agreement. What else are you supposed to do? We are lucky that the JavaScript ecosystem is alive and thriving! We should not be reinventing the wheel every time and trying to solve something that the open-source community has already solved. 👋 As you’re diving into JavaScript dependencies, you might want to dive into AppSignal  APM for Node.js  as well.  We provide you with out-of-the-box support for Node.js Core, Express, Next.js, Apollo Server, node-postgres and node-redis . Let’s say you want to build a blog and you would like to use Gatsby.js. Try installing it and saving it to

Bash Commands Part 1

blog Bash Commands That Save Me Time and Frustration Bash Commands That Save Me Time and Frustration Here’s a list of bash commands that stand between me and insanity. Bash Commands That Save Me Time and Frustration Here’s a list of bash commands that stand between me and insanity. This article will be accompanied by the following github repository which will contain all the commands listed as well as folders that demonstrate before and after usage! bgoonz/bash-commands-walkthrough to accompany the medium article I am writing. Contribute to bgoonz/bash-commands-walkt