996 Worker's Blog

Solved - Amplify Hosted Angular PWA can not prefetch and cache resources in offline mode

Solved - Amplify Hosted Angular PWA can not prefetch and cache resources in offline mode Problems When deploying an Angular PWA on AWS Amplify Host En

996Worker Published on 2024-06-03

Managing Multiple SSH Keys for Different Git Hosts

Introduction For developers working with multiple Git repositories across various hosts, managing SSH keys efficiently is crucial. This article will g

996Worker Published on 2024-01-17

Troubleshooting AWS Amplify Deployment for Nx Monorepo Angular Projects

The Problem When using AWS Amplify to deploy an Nx monorepo Angular project, you might encounter an error message stating: Error: Artifact directory d

996Worker Published on 2024-01-02

Understanding Module Syntax Conflict in Node.js: CommonJS vs ES6

Intro Node.js, a popular JavaScript runtime, has traditionally used the CommonJS module system for managing dependencies. However, with the evolution

996Worker Published on 2023-12-15

Migrating NextCloud docker volume Data to Amazon EFS

Intro When working with cloud-based services like NextCloud on Amazon EC2, one challenge is the limited space available on the EBS of my machine (I wa

996Worker Published on 2023-11-20

Resolving `dial unix /var/run/docker.sock: connect: permission denied` Issue on AWS Cloud9 IDE

Introduction When working with Cloud9 IDE on an AWS EC2 instance, you might encounter a permission denied error (dial unix /var/run/docker.sock: conne

996Worker Published on 2023-11-16

Install on-my-zsh on Ubuntu

Step 1: Update the System Repository Update the system package repository to get the latest program version available. Open the terminal and run the f

996Worker Published on 2023-11-09

Exposing WSL's SSH to Windows

Exposing WSL's SSH to Windows WSL (Windows Subsystem for Linux) has been an instrumental tool for developers who wish to leverage both Windows and Lin

996Worker Published on 2023-10-18

Deploying a Terraria Game Server with Docker

Deploying a Terraria Game Server with Docker Terraria is a popular sandbox game that offers a rich multiplayer experience. In this guide, we'll walk t

996Worker Published on 2023-10-15

Using Functional Updates with React useState Hook!

This blog dives into the key concept of using functional updates with React's useState hook. It explains why traditional methods can lead to unexpected state, especially when updates rely on previous state values. Through practical examples, the article explores how functional updates can effectively manage state in React applications, ensuring they behave as expected.

996Worker Published on 2023-07-31
Previous Next