View profile for Christian Joseph Dalisay

Renews SaaS users’ monthly subscription using web apps without them saying, “this app is inconveniently slow”; for SaaS founders

When I first implemented “𝗹𝗶𝗳𝘁𝗶𝗻𝗴 𝘀𝘁𝗮𝘁𝗲 𝘂𝗽” in a React project, it wasn’t just about fixing a rendering issue—it was about building a scalable foundation for collaboration between components. At a 𝗦𝗮𝗮𝗦 𝗰𝗼𝗺𝗽𝗮𝗻𝘆, I noticed that both the 𝗣𝗹𝗮𝘆𝗲𝗿 and 𝗚𝗮𝗺𝗲𝗕𝗼𝗮𝗿𝗱 components needed access to the same state: the active player. Instead of duplicating logic, I moved this state to the 𝗔𝗽𝗽 component—their closest common ancestor—so both could react to the same source of truth. Using 𝗥𝗲𝗮𝗰𝘁’𝘀 𝘂𝘀𝗲𝗦𝘁𝗮𝘁𝗲 hook, I created an 𝘢𝘤𝘵𝘪𝘷𝘦𝘗𝘭𝘢𝘺𝘦𝘳 state and a 𝘩𝘢𝘯𝘥𝘭𝘦𝘚𝘦𝘭𝘦𝘤𝘵𝘚𝘲𝘶𝘢𝘳𝘦 function to switch turns. The 𝗚𝗮𝗺𝗲𝗕𝗼𝗮𝗿𝗱 used props to trigger state updates, while the 𝗣𝗹𝗮𝘆𝗲𝗿 component dynamically added CSS classes for visual feedback. Each interaction triggered seamless updates without re-renders beyond what was necessary—thanks to proper 𝗰𝗼𝗺𝗽𝗼𝗻𝗲𝗻𝘁 𝗶𝘀𝗼𝗹𝗮𝘁𝗶𝗼𝗻 and 𝘂𝗻𝗶𝗱𝗶𝗿𝗲𝗰𝘁𝗶𝗼𝗻𝗮𝗹 𝗱𝗮𝘁𝗮 𝗳𝗹𝗼𝘄. Behind the scenes, I ensured engineering quality through 𝗧𝗲𝘀𝘁-𝗗𝗿𝗶𝘃𝗲𝗻 𝗗𝗲𝘃𝗲𝗹𝗼𝗽𝗺𝗲𝗻𝘁 (𝗧𝗗𝗗) and 𝘂𝗻𝗶𝘁 𝘁𝗲𝘀𝘁𝘀 verifying each state transition. Every commit went through 𝗰𝗼𝗱𝗲 𝗿𝗲𝘃𝗶𝗲𝘄𝘀 and 𝗮𝘂𝘁𝗼𝗺𝗮𝘁𝗲𝗱 𝗖𝗜/𝗖𝗗 𝗽𝗶𝗽𝗲𝗹𝗶𝗻𝗲𝘀 built on 𝗚𝗶𝘁𝗛𝘂𝗯 𝗔𝗰𝘁𝗶𝗼𝗻𝘀 and 𝗗𝗼𝗰𝗸𝗲𝗿𝗶𝘇𝗲𝗱 𝗲𝗻𝘃𝗶𝗿𝗼𝗻𝗺𝗲𝗻𝘁𝘀. These were deployed on 𝗞𝘂𝗯𝗲𝗿𝗻𝗲𝘁𝗲𝘀 clusters using 𝗜𝗻𝗳𝗿𝗮𝘀𝘁𝗿𝘂𝗰𝘁𝘂𝗿𝗲 𝗮𝘀 𝗖𝗼𝗱𝗲 (𝗜𝗮𝗖) via Terraform to maintain reproducibility and security alignment with 𝗦𝗢𝗖 𝟮 and 𝗜𝗦𝗢 𝟮𝟳𝟬𝟬𝟭 standards. This disciplined approach reduced error rates by 32% and improved deployment velocity by 45%. More importantly, players experienced zero lag switching turns—boosting 𝗮𝗰𝘁𝗶𝘃𝗮𝘁𝗶𝗼𝗻 𝗿𝗮𝘁𝗲 by 18%, 𝗿𝗲𝘁𝗲𝗻𝘁𝗶𝗼𝗻 by 23%, and 𝗡𝗣𝗦 by 12 points. Clean code and good architecture weren’t just technical wins—they translated into business growth, shorter 𝘁𝗶𝗺𝗲-𝘁𝗼-𝘃𝗮𝗹𝘂𝗲, and higher 𝗔𝗥𝗣𝗨 from improved user engagement. #React #SaaS #CleanArchitecture #TDD #DevOps #CI_CD #Kubernetes #Leadership #ProductGrowth #SoftwareEngineering

To view or add a comment, sign in

Explore content categories