Pagination Pitfall Cover

The Pagination Pitfall: A React + Spring Boot Cautionary Tale

🚀 The Pagination Pitfall: A React + Spring Boot Cautionary Tale The Setup: “It’ll Be Fine…” A few years ago, I was working on a dashboard application with a React frontend and a Spring Boot backend. The task seemed simple: display a list of users with pagination. One of the newer devs suggested: “Let’s just fetch everything once and paginate on the client side — it’ll be faster for the user.” ...

August 7, 2025 · 3 min · Özkan Pakdil
junie

JetBrains Junie: Is It Better Than Other AI Coding Assistants?

My Journey with Junie: A Game-Changer for Developers Over the past three weeks, I’ve been extensively using JetBrains Junie, and I’m genuinely impressed with how it has transformed my development workflow. In this short period, I’ve successfully implemented three significant features with remarkable ease. Based on my experience, Junie offers capabilities that go well beyond what GitHub Copilot provides. The AI Coding Assistant Landscape I’ve been using GitHub Copilot in JetBrains Rider for about a year now. It’s undeniably a helpful tool - whenever I get stuck, I can ask Copilot for assistance. I’ve also experimented with various other LLM models; Sonnet 3.7’s thinking mode has been particularly effective at generating quality code. ...

May 17, 2025 · 3 min · Özkan Pakdil