blog.tuanhadev.techAI HandbookMost Important AI Concepts LLMs https://medium.com/mr-plan-publication/not-everything-is-an-llm-8-ai-model-types-you-need-to-know-in-2025-6fb026bcdc82 https://substack.com/home/post/p-188649002 What i4d ago·90 min read
blog.tuanhadev.techSenior Front-end Engineer Interview HandbookList of the Technical Questions Programming Languages (JavaScript/TypeScript) What is a closure in JavaScript, and how does it work? As you know, JavaScript functions can be nested within each other, which creates a hierarchy of scope. Each function ...Jan 11·36 min read
blog.tuanhadev.techAll The New Features In Next.jsNext 16 Next.js 16.0.1 is live, and it is not just a point release. It tightens the App Router story, clarifies caching with Cache Components, promotes Turbopack to the default, and ships practical breaking changes that you should address before merg...Aug 3, 2025·48 min read
blog.tuanhadev.techBundlers HandbookBundlers What is the JavaScript bundler anyway? A tool that people struggle with for hours just to get a basic web app set up. A thing that you use when you want to bootstrap your React project? Something that your company uses, or that your colleagu...Jun 16, 2025·48 min read
blog.tuanhadev.techGit HandbookWhen developing software, we find ourselves with the need to manage the changes that are being made in the code, and when working as a team, all team members always have a copy of this code in which they can work and, later, integrate these changes. ...May 13, 2025·65 min read