3 skills found
cporter202 / vibe-coding-for-dummiesA beginner-friendly guide to building real software using vibe coding. Learn how to ship apps without traditional coding by using Firebase Studio, GitHub, and Cursor. No gatekeeping. No fluff. Just building. 👉 For daily lessons and real-world builds, join the Vibe Coding with Chris skool community.
SoledadVac / DailyDevProblemssome problems at work
TUAN130294 / apiAPI Design Rules (REST) Naming & Versioning - RESTful, noun-based: `/api/v1/users/:id`, `/api/v1/reports/daily`. - Version in path (`/api/v1`); keep breaking changes behind new version. Requ