πŸ› οΈ 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.

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

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

What is Parkinson's law of triviality (aka: Bikeshedding) ?

Who is Parkinson? C. Northcote Parkinson was a British civil servant and author. He is best known for his book The L...

Heisenberg

Understanding logo files format

If you work with logo and looking for logo for you company the you must store the logo format in vector files. Vecto...

Heisenberg