πŸ› οΈ Developer Tools

Powerful Developer Tools at Your Fingertips

Access a comprehensive suite of developer tools designed to streamline your workflow. From code formatters to image converters, we've got everything you need to boost your productivity.

JSON Formatter

Format & validate JSON

QR Generator

Create QR codes instantly

Image Tools

Convert & compress images

Hash Generator

Generate secure hashes

Our Blogs

Discover insights, tutorials, and expert tips to elevate your development skills and stay ahead in the tech world.

Reset root or user password of Linux (Ubuntu/Debian) OS

If you accidentally forgot your root or user password of Linux OS, you can reset it from the terminal/ safe mode. Thi...

Heisenberg

How to enable swap in ubuntu and Debian?

What is swap space? Swap space in any operating system is the amount of disk space reserved for moving inactive page...

Heisenberg

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

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 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

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