Meng Lim

@menglim
Normal
Coder by day, Judoka by night
@menglim 1 month ago (updated 1 month ago) in Judo | 3 min read | no comments
Learning to Fall: The Beginning of My Judo Journey I still remember my first day on the tatami. I walked into the dojo, not knowing what to expect. The room was full of young children—toddlers, really—laughing and gleefully throwing each other around. Watching them tumble and roll with such carefree joy was both hilarious and oddly mesmerizing. Among the other first-timers, I met our sensei for the first time. He kindly lent us Judo Gis and patiently taught us how to wear them properly: left si...
@menglim 1 month ago (updated 1 month ago) in Persumi | 6 min read | no comments
Designing a Modern Data Platform: Integrating AWS AppFlow, Fivetran, Snowflake, dbt, and Alation Why Modern Data Platforms Matter Data isn’t just an asset — it powers smarter decisions, drives operational efficiency, enhances customer experiences, and enables strategic growth. Companies generate vast amounts of information daily, from customer records and marketing campaigns to app usage logs. But raw data alone isn’t enough; turning it into insights that are trustworthy, actionable, and strate...
@menglim 1 month ago (updated 1 month ago) in Persumi | 6 min read | no comments
This guide details deploying a React app (Vite) to GitHub Pages for free. Key steps include: naming your repository `username.github.io` for a root URL, creating the Vite app, configuring `vite.config.ts` with the correct `base` path, adding `gh-pages` scripts to `package.json`, running `npm run deploy`, and finally, setting GitHub Pages' source to the `gh-pages` branch.