Making system alert sound via Electron app

Electron export shell modules which help developers to interact with a desktop environment. Shell functions are avail...

official
git

Useful git commands to become git quickie

Most useful git commands to become git quickie.

Heisenberg

Sending a notification message to Telegram via cURL

This post will explain a simple way to send a notification to a Telegram using cURL. Recently, I  had to implement su...

Heisenberg
css

CSS centering [Simple Guide as Possible]

Vertical centering Translate is processed at the end, meaning it is based on the final element height. This means it ...

official

How big a function should be?

It is good to have a function that is small, and pure and will perform only one thing and do it very well. Let’s look...

Heisenberg

PostgreSQL and PostGIS installation in Mac OS

PostGIS is spatial database extender for PostgreSQL object-relational database. It adds support for geographic object...

Mustache
css

Deep dive into relative units in CSS

When it comes to specifying values, CSS provides a wide array of options to choose from. One of the most familiar, an...

Heisenberg
css

Understanding Cascade, Specificity in CSS

In css, the best way to accomplish something is often contingent on your particular constraints and how precisely y...

Heisenberg

Using yarn and npm for publishing npm packages

Setting up the pre-release version of the npm package NPM Registry allows developers to publish pre-release versions ...

Heisenberg