Changelog
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