Skip to main content

Posts

Showing posts with the label api

PSQL Instillation & Setup

PostgreSQL Setup For Windows & WSL/Ubuntu PostgreSQL Setup For Windows & WSL/Ubuntu If you follow this guide to a tee… you will install PostgreSQL itself on your Windows installation. Then, you will install psql in your… PostgreSQL Setup For Windows & WSL/Ubuntu If you follow this guide to a tee… you will install PostgreSQL itself on your Windows installation. Then, you will install psql in your Ubuntu installation. Then you will also install Postbird, a cross-platform graphical user interface that makes working with SQL and PostgreSQL ‘allegedly’ …(personally I prefer to just use the command line bu

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