• 2021 (and beyond): reflecting on past expectations*

    I wanted to write a mid-year update about the expectations I created earlier this year in reference to this post.

    One thing I slowly realized is that it’s easy to set goals that will benefit you in the long run, but have them placed in the backburner since they seem daunting or even boring to start. This was the case when I wanted to find a job post-graduation as the main priority, leaving many of my expectations to die to fatigue of mentally burning out from one rejection letter after another.

    It made me realize that I should be more realistic about the amount of expectations placed in one time period, and to congratulate myself on the achievements (and even failures) during such time span.

    Here’s a refresher of the expectations I placed earlier this year:

    Read on →

  • Analyzing Atlanta's SFR Housing Market

    main_photo

    _

    • Note: This report is written using markdown, and will reference source code written in the raw.ipynb. I decided to use this format so it’s clearer for the reader, and will provide a .pdf for this report and a .pdf of the source code so you don’t need to go into a .ipynb reader to look at the source code.

    Introduction

    This report looks to analyze house listings sourced from MLS that were actively listed as of 4/29/2021. We hope to model Atlanta’s SFR (single-family housing) market by comparing different regression models to explore which various factors influence home prices in the Atlanta region, and potentially identify areas that might be good for investment if we can find under-priced homes using our model.

    According to this article, we see a rise of interest in investment in the Atlanta region, which makes this analysis relevant to today’s demand.

    Listing Prices: Realtor.com’s April 2021 report shows Atlanta is a seller’s real estate market, which means that more people are looking to buy than there are homes available. Home prices have been surging largely because of limited supply and fierce competition for available homes.

    The median list price of homes in Atlanta, GA was $379,900, trending up 16.9% year-over-year while the median sale price was $345,500.


    Read on →

  • Journey through PostgreSQL

    main_photo

    This is a summary of notes for later reference as I learn the foundations of PostgreSQL (later abbreviated as Postgres), an open-source relational database system that supports both SQL and JSON querying.

    I thought it was fascinating that it started in 1986 in Berkeley’s CS department, my alma mater.

    Read on →

  • Scraping Grailed

    title

    Recently, I have been selling a large portion of my closet to Grailed, a community marketplace for men’s clothing centered on streetwear & designer.

    ex1

    As an avid user of this platform, I find it hard to easily compare prices of current listings versus sold listings of the same item, as you would have to scan through all listings in attempt to capture an overlying trend over time. Thus, it was hard to extrapolate best prices and listing features to sell your item quicker. Unfortunately, Grailed does not have a public API, so I though this would be a perfect opportunity to attempt to scrape relevant features from each listing to visualize fashion trends through data.

    Read on →

  • Relearning R

    title

    A hodgepodge of notes for learning R for my reference, segmented so it is easy to read.

    Read on →