Hacker News new | ask | show | jobs
by seky 1900 days ago
I have a coupon site for developers https://www.gluee.com/ and a set of small tools for developers:

https://www.punycoder.com/ (a tool for Punycode to Text/Unicode and vice-versa conversion),

https://www.htmlwasher.com/ (a tool if you have some dirty HTML and need to clean it up),

https://www.htmlcorrector.com/ (a tool if you have some not so well-formed HTML and need to fix it),

https://www.htmlenc.com/ (a simple tool to HTML encode (escape) a text),

https://www.urlenc.com/ (a simple tool to URL encode (escape) a text),

https://www.gguid.com/ (a customizable GUID generator),

https://www.64baser.com/ (a Base64 and vice-versa encoder),

https://www.hexator.com/ (a Hex and vice-versa encoder),

https://www.cescaper.com/ (a C and C++ string escaper and unescaper),

https://www.csharpescaper.com/ (a C# string escaper and unescaper),

https://www.jsonescaper.com/ (a JSON string escaper and unescaper),

https://www.rustescaper.com/ (a Rust string escaper and unescaper),

https://www.pythonescaper.com/ (a Python string escaper and unescaper),

https://www.javascriptescaper.com/ (a JavaScript string escaper and unescaper),

https://www.javaescaper.com/ (a Java string escaper and unescaper) and

https://www.htmlinstant.com/ (a simple HTML editor).

All are written in .Net/C# and running on Azure, HtmlInstant has frontend in React, otherwise they are old ASP.NET MVC and Ajax :-)

1 comments

What is your strategy for having each tool hosted on an independent domain, as opposed to an umbrella "developertools" domain? SEO benefits?