Changelog
Added CSV upload to SQL playground
2024-12-10
Fixed base64 tools & added list of cities with timezones
2024-12-09
- Base64 encoder
- Base64 decoder
- Timezones cities list - frequent cities with timezones
Added timezone comparer & many CSV tools
2024-12-07
- Timezone compare
- CSV Viewer - view csv as a table
- CSV to SQL - convert csv to sql create table and inserts
- CSV to JSON - convert csv to json
- CSV query with SQL - query csv with sql playground (as sqlite)
Added JSON interactive viewer & csv table viewer
2024-12-06
Docker how to mysql and postgres
2024-11-26
- Mysql in docker and Postgres in docker how to guides
Improve git cheatsheet
2024-11-25
- Git cheatsheet added help about bisect, checkout tags, checking out to new folder and branch
- added random number code hints for java, python, and javascript
Inline SQL variables
2024-11-22
- Inline SQL variables quick tool to replace ? in your SQL with vars
Mysql command line builder more options and share
2024-11-19
- MySQL command builder got an option to share via url link and more options
- added zip and unzip cheatsheets Zip cheatsheet Unzip cheatsheet
Base64 image encoder
2024-11-09
- base64 image encoder Base64 image encoder
Mysql command line builder
2024-11-08
- mysql command line builder + code generator for popular libraries MySQL command builder
Tar command like builder
2024-10-26
- tar command line builder is added at Tar command builder
Solutions for interview questions
2024-10-15
- see at Interview solutions here
Interview questions are back
2024-09-21
- see at Interview questions here
Blog posts about emailing from Azure
2024-08-14
- Added multiple blog posts about emailing from Azure
JSON diff viewer
2024-06-25
- Added new JSON diff viewer based on codemirror merge plugin
- see it here JSON diff viewer
Draft of Canvas playground
2024-06-22
- Just started on Canvas playground
- Canvas cheatsheet
- unicode flags cheatsheet
- small internal improvements on SEO for cheatsheets
Graphviz & ASCII playground improvements
2024-06-20
- tuned codemirror dracula theme for better "selected" visibility
- "Add Element" button in the Graphviz playground has a dropdown with options
- new ASCII Tree tool is added
- blog post about ASCII is published
Added several new ASCII pages
2024-06-19
- ASCII characters page - to just see all ASCII characters in one place
- ASCII Box Drawing - to see how to draw shapes/boxes/trees with ASCII
- ASCII Comment Art - fun ASCII art to use in code comments
- Text to ASCII Art - text to ascii art for comments (big letters)
- Added popup/full-width to ddl-to-diagram page
Added Pan/Zoom controls for MermaidJS/Graphviz diagrams
2024-06-18
- Added pan/zoom/full width controls for MermaidJS diagrams see MermaidJS Playground Page
- Added pan/zoom/full width controls for Graphviz diagrams see Graphviz Playground Page
Added pricing page
2024-06-16
Added premium packages for the site and pricing page, see at Pricing page
Download as PNG and copy as RichText for google doc/word export of diagrams
2024-06-14
Added download as PNG and copy as RichText options for google doc/word export of diagrams:
Blog post & mermaidJS cheetsheet update
2024-06-13
- Added a new blog post build mermaidjs markup in python
- Updated the mermaidJS cheatsheet with new examples on style, subgraph, and more.
Update SQL playground page
2024-06-12
- Add Table DDL tab to the SQL playground page
- Tables show row count e.g
customers (10)
Error display in MermiadJS editor
2024-06-10
- Display error in the MermaidJS editor when the markup is invalid.
Show errors in XML formatter editor
2024-06-09
Many improvements on SQL playground page
2024-06-02
- show inline errors in the editor
- more examples of sqlite imports
- updated layout see SQL playground page
Added AI to more pages
2024-05-24
- added AI on python playground
- added AI on JS playground
- added AI on Regex tester page
V2 of the website is released
2024-05-13
- website is rewritten from scratch from GatsbyJS to NextJS (still static site rendering)
- from JS to TS