Tech

Anything from code, to guides, mindset and ways of working that make life easier
@menglim 3 months ago (updated 3 months ago) | 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.
@menglim 2 months ago (updated 2 months ago) | 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...