QUICK REFERENCE TO SETUP UNIVERSAL RENDER PIPELINE FOR UNITY PROJECTS

Step-by-step guide on how to set up URP for Unity Projects

REACT - HOW TO IMPLEMENT CUSTOM MULTISELECT CELL EDITOR IN AGGRID

Issues Faced and Code References on How to Implement Mantine MultiSelect Dropdown in AgGrid Tables

REACT - AVOID UNNECESSARY RE-RENDERING OF ARRAY COMPONENTS WHEN USING ZUSTAND

How to avoid re-rendering all array components when only one component’s state is updated when using Zustand and React

DATABASE INTEGRATION TESTING FOR CUSTOM SPRING BOOT DATA ACCESS STARTER LIBRARY USING TESTCONTAINERS

How to set up a Spring Boot project with database integration testing using Testcontainers for MongoDB

HOW TO BUILD WEBGL UNITY GAMES AND PUBLISH TO ITCH.IO

Publishing demo to Itch.io to gather feedback for Rolling Mind Prototype on Itch.io

WHAT I LOVE ABOUT DATA ACCESS LAYER (DAL) WHEN BUILDING SMALL BACKEND PROJECTS

Benefits of using a common data access library to access the database for small projects with multiple microservices

HOW TO QUERY THE ACTIVE DIRECTORY USING SPRING BOOT LDAPTEMPLATE

Quick Overview on LDAP queries with Spring Boot LdapTemplate

3 USEFUL TIPS FOR DEVELOPERS WHEN USING SPRING CLOUD CONFIG

Sharing what I found useful in understanding Spring Cloud Config with Spring Boot

5 OBSERVATIONS ON SPRING BOOT'S LOADING PRECEDENCE FOR PROPERTIES FILES WITH SPRING CLOUD CONFIG

Sharing my experience on the order of precedence for properties files in Spring Boot applications when using Spring Cloud Config and Spring Profiles

IMPLEMENT A SCALABLE WEBSOCKET SERVER WITH SPRING BOOT, REDIS PUB/SUB, AND REDIS STREAMS

Scaling WebSocket server horizontally using Spring Boot, Redis Pub/Sub, and Redis Streams