Hands-on portfolio resources

- Social posts shared reproducible project ideas for A/B testing, forecasting and trade-data engineering useful for resumes. - Highlights include free A/B testing projects in Python, a thread on standout analyst projects, and an ABN AMRO trade data hub case study. - The posts aim to provide experiment templates, time-series/forecasting project ideas, and scalable trade-data architecture examples (x.com; x.com; x.com)

Three social posts this week turned a familiar job-hunt complaint into a concrete to-do list: build portfolio projects that hiring managers can rerun, inspect and question. (x.com 1) (x.com 2) (x.com 3) One post pointed readers to free A/B testing work in Python, where the basic task is simple: split users into two groups, measure a result like clicks or signups, and test whether the difference is real or random noise. Statsig says sample size, baseline conversion rate, minimum detectable effect and statistical power all shape whether an experiment can support a decision. (statsig.com) Python notebooks and public datasets make that kind of project easy to reproduce. Google Colab hosts step-by-step A/B testing notebooks, and one public portfolio example walks through hypothesis design, data cleaning, response-rate analysis and significance testing on ad data. (colab.research.google.com) (taimur-shabbir.github.io) A second strand of the thread focused on forecasting, which means using dated observations — sales by week, trips by day, prices by month — to estimate the next values in the series. Google Cloud’s current BigQuery tutorials show both ARIMA and TimesFM workflows on public bikeshare data, including multi-series forecasts from a single query. (cloud.google.com 1) (cloud.google.com 2) That matters for resumes because forecasting projects show more than chart-making. BigQuery’s documentation ties forecasting to concrete deliverables — horizon selection, confidence levels and repeatable SQL-based outputs — that employers can test instead of taking a dashboard screenshot at face value. (cloud.google.com 1) (cloud.google.com 2) The third example moved from entry-level analytics into data engineering with an ABN AMRO case study. Progress says the Dutch bank consolidated structured and unstructured trade records into a central operational trade store so it could reconstruct trades, track lineage and meet reporting rules including MiFID II deadlines. (progress.com) ABN AMRO has described the same broader problem in its own architecture writing: banks need systems that can handle streaming data, external data, governance rules, analytics inside operations and application programming interface use without multiplying silos. In a later Microsoft case study, the bank said it adopted an Azure-first data mesh and Azure Data Lake Storage to support millions of daily transactions and wider internal access to data. (medium.com) (microsoft.com) The appeal of all three examples is the same: each can be turned into a portfolio artifact with code, assumptions and outputs that another person can rerun. DatAfrik markets that approach directly in its bootcamp materials, promising five real-world projects, two Forage virtual internships, GitHub uploads and a portfolio site. (datafrik.trainercentralsite.com) (forage.com) For job seekers, the posts were less about “learning data” in the abstract than about picking a narrow problem and finishing it in public. An experiment notebook, a forecast query and a trade-data architecture write-up all give recruiters something more concrete than a list of tools. (github.com) (kaggle.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.