Urgent.News

What's breaking now, across thousands of outlets.

Tech

I spent months building a markdown notes app and finally shipped it — here's the whole story

So I've been sitting on this project for a while now and I think it's finally time to talk about it. I wanted a place to write. Not just dump text somewhere — actually write , in markdown, with my notes organized the way my brain works. Folders inside folders, tags, links between notes. And then when I write something worth sharing, I want to just... share it. Without copying it into some other…

After months of development, the developer finally launched their markdown notes app called MarkdownStack. The app allows users to write notes in markdown format, organize them using folders, tags, and links, and share them with others through public URLs. MarkdownStack features a live preview mode, a markdown renderer, and an AI chat function to generate markdown notes.

The tech stack consists of React 18, Vite, Tailwind, FastAPI, async SQLAlchemy, PostgreSQL, JWT auth, Mailgun, Alembic, AWS EC2, Docker Compose, and GitHub Actions. The developer faced challenges with performance optimization, async SQLAlchemy queries, and theming but is most proud of the published folder experience, which provides a mini documentation site feel without any setup. You can try out the app at https://mdstack.in and share your experiences or feature ideas.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Invariants are cheap. Silent corruption is not.

We had five numbers that were supposed to add up. Nothing in the codebase checked that they did. The relationship nobody wrote down A tracked journey produces five distance figures: original , cleaned…

  • Invariants are crucial for catching bugs in code
  • Silent corruption can occur without invariants
  • Validation function adds cost-effective error checks

Microsoft Is Investing US$1.7bn in Indonesia: For What Purpose?

Tech giant Microsoft is investing US$1.7 billion, or approximately Rp30.4 trillion, to develop Indonesia's digital ecosystem.

  • Microsoft invests US$1.7bn in Indonesia for digital infrastructure and AI.
  • Collaboration aims to boost digital skills and workforce in Indonesia.
  • Partnership includes AI, cloud, cybersecurity, and talent development.

Day 21 - Scaling - Horizontal vs Vertical Scaling - কোনটা কখন করবেন?

আপনার build করা application-টি এতই viral হয়ে গেছে যে, এর user base lakh cross করে গেছে। এবং concurrent user লাখের কাছাকাছি। এই অবস্থায় আপনার যে server আছে, তা user-দের load নিতে পারছে না। Peak time-এ…

  • Vertical scaling limits reached with largest server finite
  • Horizontal scaling distributes traffic across multiple machines
  • Redis database with TTL expiration mitigates stateful issues

More from Saturday 26 September →