198 Articles
Developer Tools
Articles filed under Developer Tools.
Showing 169–189 of 198 articles
💻 Developer Tools
How to Generate TypeScript Types From JSON
Use a JSON to TypeScript types generator to infer interfaces from API samples, merge arrays, and catch fields that should be optional.
🧩 Developer Tools
How to Learn CSS Flexbox by Playing With It Live
Experiment with flex-direction, wrap, justify-content, align-items, and gap on a live preview, then copy the working CSS output straight into your project.
🧹 Developer Tools
How to Minify SVG Code Without Breaking the Visuals
Strip comments, redundant attributes, and extra whitespace from SVG markup, with a before and after visual preview and file size comparison.
🔗 Developer Tools
How to Parse a URL Into Parts
Use a URL parser to break a link into protocol, credentials, host, port, path, query, hash, and decoded percent-encoded values.
{ } Developer Tools
How to Pretty-Print Minified JavaScript
Reformat minified or messy JavaScript into readable, indented code with your choice of indent style, entirely in your browser, before you try to debug it.
💻 Developer Tools
How to use ARIA Attribute Reference for a real task
Use a aria attribute reference to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with ARIA.
💻 Developer Tools
How to use Browser Fingerprint Audit for a real task
Use a browser fingerprint audit to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with Browser.
💻 Developer Tools
A practical Code Beautifier Multi-Language guide
Use a code beautifier to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with Code Beautifier.
💻 Developer Tools
How to use Cookie Viewer for a real task
Use a cookie viewer to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with Cookie.
💻 Developer Tools
How to use Crontab Guru Clone for a real task
Use a crontab guru clone to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with Crontab Guru.
💻 Developer Tools
How to use CSS Specificity Calculator for a real task
Use a css specificity calculator to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with CSS.
💻 Developer Tools
How to use Embed Code Generator for a real task
Use a embed code generator to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with Embed Code.
💻 Developer Tools
How to use GZIP Compression Test for a real task
Use a gzip compression test to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with GZIP.
💻 Developer Tools
How to use JavaScript Minifier for a real task
Use a javascript minifier to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with JavaScript.
💻 Developer Tools
How to use JSON Viewer for a real task
Use a json viewer to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with JSON Viewer. No.
💻 Developer Tools
How to use Text Encoding Detector for a real task
Use a text encoding detector to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with Text.
💻 Developer Tools
How to use Unicode to Punycode for a real task
Use a unicode to punycode to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with Unicode to.
💻 Developer Tools
How to use User Agent Parser for a real task
Use a user agent parser to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with User Agent.
💻 Developer Tools
How to use What Is My Browser for a real task
Use a what is my browser to handle the details clearly, check your result before sharing it, and finish the task privately in your browser with What Is My.
💻 Developer Tools
How to Choose an Open-Source License for Your Project
Get a suggested open-source license — MIT, Apache 2.0, MPL-2.0, GPLv3, or PolyForm Noncommercial — from three quick questions, right in your browser.
💻 Developer Tools
How to Design a Custom CSS Easing Curve
Visually design a CSS cubic-bezier() timing function by dragging control points, with a live animation preview, right in your browser, no guessing coordinates.