$ browse posts
5 Tricks to Improve Your Portfolio SEO Jun 10, 2026
Your portfolio is your most important project — make sure Google can find it. Five practical, low-effort SEO tricks I shipped on this site, including structured data, metadata, and a sitemap.
Read article →
Stop Using Query Parameters in POST Requests Medium Mar 18, 2026
look at this innocent request POST /api/order?userId=1&productId=10 It looks harmless right ? nope. In real systems (CDNs, proxies, logs), this pattern can introduce subt...
Read on Medium ↗