Terminal File
Sun, Jun 29, 11:57 PM
Forest with enormeous trees
mateux@tars :~$ ~
  • mateux@tars ~>
    cd ~/Blog
  • mateux@tars ~/Blog>
    ls -1
  • total 2
  • 🧠 Level up your software engineering skills with Mermaid diagrams/ # Learn how using Mermaid.js can improve your system design, documentation, and communication skills as a software engineer. Includes examples and best practices. Forget static diagrams that get out of sync - use Mermaid to create living documentation that evolves with your codebase.
  • šŸ“ Building a simple blog using SvelteKit and markdown files/ # In this post, I show how I built a simple, developer-friendly blog using SvelteKit and Markdown with MDsveX ocusing on simplicity, ease of deployment, and support for code blocks and diagrams. I walk through integrating Markdown files into SvelteKit’s static renderer (the trickiest part!), adding Mermaid diagram support, and enabling syntax highlighting with Shiki. The full source code is available on my GitHub.