Browsing Tag
Software
4863 posts
Simplify teting RxJS observables
Introduction I really love reactive programing when working on frontend applications. I know this is a hot topic…
Sunday Rewind: Video: Hardware vs software product management
This week’s Sunday Rewind is a 2015 ProductTank San Francisco talk in which Kristoffer Lawson talked about how…
Delhi’s Big Shift: Only BS-VI, CNG, LNG & EV Commercial Vehicles from Nov 1, 2025
Delhi’s Big Shift: Only BS-VI, CNG, LNG & EV Commercial Vehicles from Nov 1, 2025 Introduction Delhi, a…
I just asked ChatGPT then I Built and Published My First React Native Component to npm – vietnam currency component
Are you tired of inconsistent formatting when displaying Vietnamese Đồng (₫) in your React Native apps? I was…
How to Troubleshoot SafeLine License Activation Issues
Some professional users may encounter an authorization error when activating a license key. This error indicates a communication…
Try VeltoPHP | Lightweight and simple RVC PHP Framework
Are you tired of bloated frameworks for small projects? Do you just want to build something fast, clean,…
Building PhotoNester: My Journey to Organize a Million Memories
Like many iPhone users, I’ve spent years snapping photos—of family, friends, travel, food, and the occasional blurry pet…
Multilingual innovation in LLMs: How open models help unlock global communication
Developers adapt LLMs like Gemma for diverse languages and cultural contexts, demonstrating AI’s potential to bridge global communication…
springboot.firststeps(P1)
personaController.java no perfe + @DateTimeFormat @Controller public class PersonaController { @Autowired PeopleRepository peopleRepository; @Autowired MoviesRepository moviesRepository; @Autowired GenresRepository…
Day 3 : DX-First Thinking: Why I Added @EnableTenantIsolation to My Spring Boot Starter
DX-First Thinking: Why I Added @EnableTenantIsolation to My Spring Boot Starter Day 3 of building multi-tenant-springboot-starter was less…