AWS Support: “We’re here to help”
They said they’re “here to help.”
They meant help me cry more.
They said they’re “here to help.”
They meant help me cry more.
Hi everyone, 👋 I’ve been brainstorming some fun and meaningful ways to design a portfolio that really feels like you. If you want something more personal, visual, and story-driven than a standard template, this post is for you. About the Cover Image: The illustration represents the journey of building a portfolio. It starts with a…
Originally published at https://somprasongd.work/blog/server/baisc-bash แม้ว่า GUI จะช่วยให้การเขียนโค้ดง่ายขึ้น แต่เมื่อคุณเริ่มทำงานจริงโดยเฉพาะกับระบบ backend, deployment, หรือ CI/CD — การใช้ Terminal และ Bash Command กลายเป็นทักษะที่ขาดไม่ได้ บทความนี้ออกแบบมาสำหรับ developer มือใหม่ ที่ไม่คุ้นกับการใช้ command line โดยใช้โปรเจกต์ Go สมมติชื่อ myapp เป็นตัวอย่าง รายชื่อคำสั่งที่ควรรู้จัก พื้นฐานและจัดการไฟล์ pwd, ls, cd, touch, mkdir, rm, cat, less, head, tail, echo ค้นหาและแก้ไข grep, find, nano, vim รันโปรเจกต์ / ดู process go run, go…
With the release of Docker Desktop 4.43 (July 3, 2025), you can now declare AI models, agents, and MCP tools in a single compose.yaml file and launch them all with a single docker compose up. On top of that, the beta release of Docker Offload allows you to run Compose projects directly in the cloud…
If you’ve ever had to set up billing for a SaaS app, you already know the feeling: you’re knee-deep in Stripe’s dashboard, juggling webhooks, syncing subscription data, and somehow duct-taping everything together with your auth and RBAC system. It’s doable. But elegant? Not really. Kinde assumes something different: you’re building a product — and billing…
Hey everyone, I’ve been working on something I thought would be a small weekend project… and, well, it got a little out of hand. It’s called modcore Extension Manager — it’s a browser extension that helps you manage your other extensions. At first that sounded silly, but the more I used it, the more I…
Picture this… You’re building your first real app. The MVP is finally working. Users are signing up. Your early testers are hyped. Then your team lead hits you with: “Hey, can you add billing before Friday?” You smile, nod, open a new tab… and immediately regret your life choices. Stripe is awesome — don’t get…