Technology

Diagrams with Mermaid

Cover image description

This is is the code that produce the image below ; best part of the image is it is SVG(Scalable Vector Graphics) and can be resized without losing quality. js title="The meraid code" graph TD; A[💡 Brilliant Idea] --> B{🖥️ Whiteboard Review} B -->|Looks Simple| C[🚀 Ship It] B -->|Too Complex| D[🔍 Google It] D -->|Found Stack Overflow Answer| E[💾 Copy-Paste] D -->|No Answer| F[🤔 Invent New Tech] E -->|Works?| G{✅ Yes} G --> H[🎉 Take a Coffee Break] E -->|No| I[😱 Debug] I -->|Fixed?| J{🔄 Yes} J --> H I -->|No| K[🤬 Blame Compiler] K -->|Still Not Working| L[🔥 Rewrite in Another Language] L --> B

Looks Simple

Too Complex

Found Stack Overflow Answer

No Answer

Works?

No

Fixed?

No

Still Not Working

💡 Brilliant Idea

🖥️ Whiteboard Review

🚀 Ship It

🔍 Google It

💾 Copy-Paste

🤔 Invent New Tech

✅ Yes

🎉 Take a Coffee Break

😱 Debug

🔄 Yes

🤬 Blame Compiler

🔥 Rewrite in Another Language

```

About the Author

Photo of Santanu

Santanu

A nature lover, runner, travel enthusiast, and occasional baker. He dives into web development and cloud technologies, always exploring and building with curiosity.

View all posts →