Developer Tools
IT Tools is an amazing docker image that gives you access to a ton of developer tools for different categories. All these are nicely wrapped into an intuitive web-interface.
The online tools can perform different functions. These include generating tokens, hashing text, generating UUIDs, encrypting and decrypting text, generating BIP39 passphrases, converting dates and times, converting numbers between different bases and converting Roman numerals to numbers and vice versa. Other tools listed include base64 encoders/decoders, color converters, HTML editors, user-agent parsers, crontab generators, Docker run to Docker compose converters, and various calculators for items such as IPv4 subnets, ETA and temperatures.
I am using it locally and added some of my own. These tools are a nice addition for developers to streamline their workflow and are tools you often search online anyway.
Available Categories
- Crypto
Token generator, Hash text, Bcrypt, UUID generator … - Converter
Date-time, Base64, Yaml to JSON …. - Web
Escape html entities, Url Parser, Basic Auth generator … - Images
QR Code Generator, SVG placeholder … - Development
Git Cheatcheet, Radom Port generator, Crontab generator … - Network
IPv4 subnet calculator, MAC address lookup … - Math
Math evaluator, ETA calculator - Measurement
Chronometer, Temperature converter … - Text
Lorem Ipsum, Text stats - Data
Phone parser … - Add your own
There is a tool that allows you to deploy / integrate your own
Setup
Docker is a containerization platform that allows you to create and manage containers for your applications. Not going into detail, but here the docker run command to get you started.
1 2 3 |
docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest |