Browsing Tag
typescript
281 posts
Stanikmas, Lynn. (2025). CodeChallenge. GitHub.
This Angular to-do list, completed as a coding challenge as part of a job interview, showcases accessibility features,…
Angular: Stop Overusing ChangeDetectorRef
In Angular development, we often run into change detection issues, for example when some fields are not updated…
Why I’m Betting on React Native in 2026 After 13 Years of Mobile Development
⚠️ Note This article is a translated and adapted version of an original post written in Japanese. Some…
Building Secure Session-Based Authentication in NestJS – Part 1
Introduction Session-based authentication is everywhere — yet many developers use it daily without fully understanding how it actually…
Chatbot Token Management: Optimize OpenAI API Costs
Building AI-powered chatbots with OpenAI’s API is exciting, but it comes with a hidden challenge: managing token usage…
Bare-metal frontend
Bare-metal frontend Introduction Modern frontend applications have become very rich, complex and sophisticated. They are not just simple…
Spotlight Your UI: Introducing Mantine Mask for Elegant Focus Effects
If you’ve ever wished for a subtle way to guide attention in a UI—highlighting imagery, content blocks, or…
How Vue Reactivity Actually Works Under the Hood (A Simple Explanation With Internals)
If you’ve been working with Vue for a while, you’ve probably learned the rules: ref() holds a value…
From Monolith to Microservices without changing one line of code, thanks to the power of Inversion of Control (IoC)
In this article, we will explore how to transition from a monolithic architecture to a microservices architecture without…
JsonTree for Mantine UI: A Delightfully Simple Way to Inspect Any Data Structure
If you build React apps with Mantine UI), you already value clarity, consistency, and speed. JsonTree continues that…