Archive
Everything published, grouped by collection.
Portfolio
View all →Blog
View all →I Didn’t Get a Job in College. Now What?—A Cinematic Guide From Mahroni to Bangalore
TL;DR: No campus offer? You’ve still got four real doors: B.T.C. + Govt teacher (stable), pre-employment tests + upskilling (predictab...
#first job#freshers#bangalore
Projects
View all →CRM Analytics Academy
Overview CRM Analytics Academy turns scattered SAQL knowledge into a structured, searchable curriculum. It’s built on this very theme — ...
#Web#Jekyll#AnalyticsChirag Portfolio v3
Overview A project-style post with facts grid. Outcomes Fast Clean
#project#web#performance
Prompts
View all →Snippets
View all →- Snippet
TIL: SAQL windowing for running totals
A running total in SAQL is just a windowing function over an ordered grouping: q = load "opportunities"; q = group q by 'CloseMonth'; q ...
#saql#analytics