Posts
Wow so many posts here
I don’t know about your life, but life is really meaningless. You go to elementary school, make friends, graduate, go to middle school, make friends, graduate, go to high school, make friends, go through puberty, find new ideas and ideologies, make them part of your personality, pick up some hobbies, graduate from high school, maybe go to college, maybe graduate from college, get a job, maybe get a wife, maybe get married, maybe have children, grow old, retire, and finally die.
If you’ve worked a bit with NodeJS, you’ve probably heard of Express. The web framework that is slow but has good syntax (a matter of personal preference). In this tutorial I will show you how to make your Express application at least 3 times faster
Requirements:
An application written with Express.js (OBV) Let’s say your express application is this
const express = require('express') const app = express() const port = 3000 app.
Want to setup a Bluesky PDS (Personal Data Server) but frustrated that the official installer script only supports Debian and Ubuntu? This guide will walk you through setting up a Bluesky PDS on any Linux distribution by manually following the same steps the installer performs.
Prerequisites You’ll need:
A Linux server with root access A domain name you control Basic command line knowledge At least 2GB RAM and 20GB storage Step 1: Install Required Packages The exact package names vary by distribution, but you’ll need these packages for PDS: