-
Using mermaid-js to generate Flow Charts
Apr 24, 2020
I often need to document a flow chart for new features I am planning to implement. Usually generating flow chart needed me to go to an application that would let me draw rectangles, text, etc. Today I learned about mermaid-js which allows one to use Markdown like syntax to generte various diagrams including flow charts. …more
-
Building this website using open-source tools and hosting it for free
Apr 18, 2020
For a while, I have been considering building a website to document things I learn. This year I decided to stop procsanating and get started with it. Introducing patelhiren.com in all its glory. 🎉 …more
-
PNG Crush Automator Action
Apr 12, 2020
When using png files on the web it is often preferred to use tools like pngcrush on them to optimize their size. This is usually a manual process where a command line tool or website is used to process each image file. I decided to automate this process for me via macOS Automator. …more