Social posts highlight portfolio project templates
Several social posts circulated end‑to‑end project examples and interview resources, including an AI code‑review demo project and a deployed house‑rent prediction app, plus curated interview guides and an 8‑hour quant trading playlist for systematic strategies. These links were shared as practical templates for building portfolio pieces that combine Python, SQL, and deployable frontends. (x.com) (x.com) (x.com) (youtube.com)
A cluster of April 2026 social posts is steering job seekers toward portfolio projects they can run end to end, not just describe in interviews. (github.com) One example is a house-rent prediction app that serves a machine-learning model through Flask, loads pickled model files, and takes inputs including city, locality, BHK, size, floor, and bathroom count. The GitHub code shows categorical mappings for fields such as furnishing status and area type before returning a prediction. (github.com) Another link making the rounds is George Pu’s interview-prep site, which organizes software-engineering practice into a study roadmap, problem index, pattern index, and difficulty filters. The site describes itself as a collection of solutions to technical interview questions. (georgerpu.github.io) Pu’s broader personal site identifies him as an Applied Scientist II at Amazon as of February 3, 2025, after earlier software-engineering work and research at the University of Florida. That gives the interview guide a named author with current industry credentials, which helps explain why it is being recirculated. (georgerpu.github.io) The YouTube resource in the same stream is an 8-hour, 25-part playlist called “Introductory Lectures in Quantitative Trading,” last updated on March 25, 2024. Its lesson list runs from retrieving price data with the yfinance application programming interface to portfolio implementation, profiling, vectorization, and refactoring. (youtube.com) Taken together, the materials sketch the kind of portfolio now being promoted online: Python for data work, a web layer such as Flask for delivery, and public documentation or demos that let recruiters inspect the result. The emphasis is less on isolated notebooks and more on projects that look like small products. (github.com) That framing also lines up with the quant playlist’s structure, which treats strategy research as a pipeline: form a trading hypothesis, test it, size positions, and package code so it can be extended. In plain terms, it presents quantitative trading as building a repeatable system rather than making one-off market calls. (youtube.com) The common thread across the posts is visibility. A candidate who can point to a running app, a documented repository, or a structured study guide has something concrete to show when the interview starts. (georgerpu.github.io)