RealtyLens

RealtyLens is an application that provides analytic lens for daily rent and sale listings. This is my capstone submission for Zach Wilson's DataExpert Data Engineering bootcamp.
RealtyLens is an application that provides analytic lens for daily rent and sale listings. This is my capstone submission for Zach Wilson's DataExpert Data Engineering bootcamp.
Generative AI has revolutionized job applications. With tools like ChatGPT, you can quickly create a resume tailored to a job posting. However, this has made it hard for recruiters to sift through thousands of AI-generated resumes. Often, resumes are so embellished that the first phone interview is a waste of time for both the applicant and recruiter. The goal of this project is to align your resume with the job posting honestly, without exaggerating your credentials.
If you ever had to look for data in a hive table, partition pruning can be painful. Forget one partition detail and you will end up with longer scans if not a full one. In this article we explore how iceberg looks for the file containing the data for a select query and how it compares to the old way of doing it in Hive