Latest Posts

Linux and 1 other tag.

Guide: How to adjust the fan curve on System76 laptops

A step by step guide on how to flash your EC with adjusted fan speed values.

Read
Linux

Bash Linux: How to move or delete files containing specific text - and 3 other useful variations

Learn how to move or delete files that contain a specific text in its name or body. Includes other useful variations

Read
MySQL and 1 other tag.

MySQL 5.7 easy alternative to WITH clause: Derived Tables

Mysql 8 supports the use of WITH clause. Here are the easiest alternatives in case you are working with MySQL 5.7 or older.

Read
Linux and 1 other tag.

Using NVM in cron jobs (Node Version Manager with crontabs)

No more "node: command not found" errors when using NVM installations in cron jobs.

Read
Deno and 3 other tags.

Using Deno with Docker the easy way

Learn how to combine the awesomeness of Deno and Docker together.

Read
Frontend and 1 other tag.

Creating Web Components using Angular Elements

An early look into using Angular Elements to create components that can be used with React, Vue or any JavaScript project.

Read
Linux

Linux: How to mount remote server files into your local machine via SSH

Everything you need to know to use your local GUI tool to browse your remote server files. Uses sshfs.

Read
Linux

How to uninstall .deb packages on Linux (Debian/Ubuntu/Pop!_OS 20.04)

Easy commands to uninstall packages that were installed via .deb file.

Read
Angular and 3 other tags.

How to use TensorFlow.js with Angular 2+

Quick and hacky guide to help you use the TFJS examples in your Angular app.

Read
Linux and 1 other tag.

How to open Google Chrome from the terminal

Launch Google's Chrome browser from the terminal.

Read
JavaScript and 1 other tag.

Javascript: How to generate random numbers within a range

Generate integers, floats and BigInts within a certain range.

Read
Tools and 2 other tags.

How to connect to a remote database using DBeaver via SSH (GUI Tool)

No more doing complex SQL queries manually in the console.

Read
NodeJS and 1 other tag.

How To Use import Syntax in NodeJS and the Browser

NodeJS: Learn how to use the import syntax instead of require.

Read
JavaScript and 2 other tags.

JavaScript Chess Engine: Introduction (Pt.1)

Series of posts covering how to write a Chess Engine in JavaScript.

Read
JavaScript and 2 other tags.

How to do array combinations in Javascript

Learn how create all combinations of one item from each array using vanilla JavaScript.

Read
Linux

Make Bash tab autocomplete case insensitive

Easy one line command for making the Linux shell ignore case when using tab completion.

Read
Linux

How to exit a terminal window without killing its running processes

Learn how to close a terminal window without killing its processes in Linux.

Read
JavaScript and 2 other tags.

How to run a fullstack JavaScript project with a single command

No more opening multiple terminals just for serving your application locally.

Read
TypeScript and 1 other tag.

3 ways to watch and run your TypeScript projects

The easy way, the easier and the easiest.

Read
Linux

How to run bash commands in a loop

Tips for running shell commands multiple times in a loop. Run commands indefinitely. Run them a specific number of times. Or run them until failure.

Read