Tag:javascript
All the articles with the tag "javascript".
-
Async vs Sync in JavaScript: What Every Web Developer Should Know
As a JavaScript developer who started out in the Python 2 days (before async was a concern), I’ve always found the difference between synchronous and asynchronous functions a bit confusing. If you’re in the same boat, this post is for you!
Published: -
Server Actions vs API Routes: Modern Data Mutations in Next.js & Remix
I’ve recently been exploring Next.js and Remix. One of the most intriguing new patterns is Server Actions — a modern alternative to the traditional API route approach for handling data mutations. In this post, I’ll break down what Server Actions are, how they compare to API routes, their benefits and tradeoffs, and how to architect an app that needs both UI-driven and external API access.
Published: