From 8205bfcb583e1c991f1f053beddf11a135c30a37 Mon Sep 17 00:00:00 2001 From: Nikhil Agrawal Date: Tue, 17 Aug 2021 14:03:02 +0530 Subject: [PATCH 1/2] Added smalldev.tools - a handy tools for developer Added a new tool - https://smalldev.tools This tool is free to use & useful for junior & senior developers as well. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7f300c..6632093 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ ___ - [Devdocs](https://devdocs.io) - A compendium of the docs from major tech tools. Cuts down on tabs! - [Command Line Reference](https://ss64.com/) - A list of all of the commands you can use in Bash, macOS, CMD, Powershell, Access, VB Script, Oracle, SQL Server, ASCII, Convert MB/BG, Forum, and Passwords. - [Postman](https://www.getpostman.com/) - Allows developers to doucment, design, build, mock and test API's from local machine +- [SmallDev.Tools](https://smalldev.tools) - A free tool for developers perform common tasks like Encoding/Decoding various formats, Minifying HTML/CSS/Javascript, Beautify, Generate Fake/Testing real like dataset in JSON/CSV & multiple other formats and many more features. With a delightful interface. --- From fd070580e01c30d11a8def5df44651e79875c70f Mon Sep 17 00:00:00 2001 From: Nikhil Agrawal Date: Tue, 17 Aug 2021 14:04:13 +0530 Subject: [PATCH 2/2] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6632093..19ffb7d 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ ___ - [Devdocs](https://devdocs.io) - A compendium of the docs from major tech tools. Cuts down on tabs! - [Command Line Reference](https://ss64.com/) - A list of all of the commands you can use in Bash, macOS, CMD, Powershell, Access, VB Script, Oracle, SQL Server, ASCII, Convert MB/BG, Forum, and Passwords. - [Postman](https://www.getpostman.com/) - Allows developers to doucment, design, build, mock and test API's from local machine -- [SmallDev.Tools](https://smalldev.tools) - A free tool for developers perform common tasks like Encoding/Decoding various formats, Minifying HTML/CSS/Javascript, Beautify, Generate Fake/Testing real like dataset in JSON/CSV & multiple other formats and many more features. With a delightful interface. +- [SmallDev.Tools](https://smalldev.tools) - A free tool for developers to perform common tasks like Encoding/Decoding various formats, Minifying HTML/CSS/Javascript, Beautify, Generate Fake/Testing real like dataset in JSON/CSV & multiple other formats and many more features. With a delightful interface. ---