tech/webdev magazine

March 31, 2025

You should know this before choosing Next.js

Monday, March 31, 2025 Teklinks

Picking the technology stack for a project is an important and consequential decision. In the enterprise space in particular, it often involves a multi-year commitment with long-lasting implications on the roadmap of the project, the pace of its development, the quality of the deliverables, and even the ability to assemble and maintain a happy team.

Full article

One or Two? How Many Queues?

Monday, March 31, 2025 Teklinks

Very applied queue theory. There’s a well-known rule of thumb that one queue is better than two. When you’ve got or people waiting to check out at the supermarket, having a single shared queue improves utilization and reduces wait times.

Full article

March 30, 2025

The state of the front-end and full-stack job market

Sunday, March 30, 2025 Teklinks

After an engaging discussion about the front-end and full-stack market, I couldn’t stop wondering: Are my skills and interests in demand? While there are plenty of development-related surveys, the results gauge preference and interest, not demand.

Full article

UI Algorithms: A Tiny Undo Stack

Sunday, March 30, 2025 Teklinks

I’ve needed this before - a couple of times. Third time I figured I needed something small, nimble - yet complete. And - at the same time - wondering about how to do it in a very simple manner. I think it worked out great, so let’s dig in. Most UIs will have some form of undo functionality.

Full article

Deploying a Next.js App to Production in any server

Sunday, March 30, 2025 Teklinks

Updated for Next.js 15. When it comes to deploying a Next.js app to production, generally everyone thinking starts from Vercel, and ends with Netlify, Firebase type providers. Not only are these providers very expensive, but they also have a lot of limitations.

Full article

March 28, 2025