Commit 549642
2025-05-14 18:09:58 MB Tech: -/-/dev/null .. docker containers/tools and utilities/it-tools.md | |
@@ 0,0 1,40 @@ | |
+ | # It-Tools |
+ | |
+ | # IT Tools List |
+ | |
+ | A collection of online utilities for **developers and IT professionals**. |
+ | |
+ | ## Encoding & Decoding |
+ | - **Base64 Encoder/Decoder** – Convert text to and from Base64 format. |
+ | - **JWT Decoder** – Decode JSON Web Tokens for inspection. |
+ | - **URL Encoder/Decoder** – Encode or decode URLs. |
+ | |
+ | ## Data Formatting |
+ | - **JSON Formatter** – Beautify and validate JSON data. |
+ | - **Markdown to HTML Converter** – Convert Markdown text to HTML. |
+ | - **HTML Minifier** – Reduce the size of HTML files. |
+ | |
+ | ## Security & Debugging |
+ | - **Regex Tester** – Test and debug regular expressions. |
+ | - **Password Hash Generator** – Generate secure password hashes. |
+ | - **Text Diff Checker** – Compare differences between text files. |
+ | |
+ | ## Text & Development |
+ | - **Lorem Ipsum Generator** – Create placeholder text. |
+ | - **ASCII Art Generator** – Convert text into ASCII art. |
+ | - **UUID Generator** – Generate unique identifiers. |
+ | - **Color Picker** – Select and preview colors. |
+ | |
+ | ## Network & Lookup |
+ | - **IP Lookup** – Find details about an IP address. |
+ | - **DNS Resolver** – Query DNS records. |
+ | - **Ping Tool** – Check network connectivity. |
+ | - **WHOIS Lookup** – Retrieve domain registration details. |
+ | |
+ | ## File & Utility Tools |
+ | - **QR Code Generator** – Create QR codes from text. |
+ | - **Barcode Generator** – Generate barcodes. |
+ | - **Timestamp Converter** – Convert timestamps to readable dates. |
+ | |
+ | These tools are **open-source**, self-hostable via **Docker**, and actively maintained. |
+ | Explore more on [GitHub](https://github.com/CorentinTh/it-tools). 🚀 |