Browsing Tag
fullstack
20 posts
Criei uma extensão para VS Code que transforma TODOs em um quadro Kanban e issues reais no Jira
É muito comum código com vários TODO. E o time sabe que a maioria deles nunca vira trabalho…
🚀 Building a Portfolio Clone with HTML, CSS, JavaScript, and GSAP
I’m currently learning Full-Stack Development, and as part of my journey I built a portfolio clone project to…
Authentication Using Better-Auth (Basics Tutorial)
What’s up, devs! 👋 In this post, I’ll walk you through setting up authentication in a Node.js/Next.js project…
GitHub Spark Has Arrived – Dream It, See It, Ship It
Imagine if building an app was as easy as talking about your idea. With GitHub Spark now in…
MERN Stack Developer Roadmap 2025 ✨
Embarking on the journey to become a skilled MERN Stack Developer requires a focused and practical roadmap. The…
I Took Another Shot at Fullstack—and I’m Glad I Did
I was learning Next.js and decided to build a fullstack application. Now, let me tell you — my…
🚀Rapid Learnings from Rapid Prototyping🚀
A Week-Long Journey into AI Prototyping, Feedback, and Feasibility A short while ago, we embarked on a rapid…
HTML X CSS
🚀 **_My Web Development Journey with HTML & CSS at Devsync.in Web development always felt like magic to…
Continuous Integration/Continuous Deployment (CI/CD) process
The pipeline steps you’ve mentioned correspond to a typical deployment workflow in a Continuous Integration/Continuous Deployment (CI/CD) process.…
CTE
Common Table Expressions (CTEs) 1. Non-Recursive CTE (Simplest Example) A non-recursive CTE is a straightforward CTE where the…