Home

Semester abroad in Manchester

Life as an exchange student Settling in My journey in the UK started with a two week vacation with my dad before the beginning of classes. We visited London, Edinburgh and Glasgow before heading to Manchester. In MCR we were welcomed by Edward (the son of an acquaintance of my mom’s). He cooked amazing chinese cuisine for us and we had an a...

Read more

2022 Year in Review

My thoughts and experiences Things I learned At the beginning of the year I started learning C++ through a group project for a course. In the same semester, I learned about Turing Machines (Theoretical CS) and the basics of web development. I also did some Multivariable Calculus which I almost entirely forgot. Then, during the summer I had...

Read more

Jane Street Puzzle

Explanation of my solution Die Agony - December 2022 See the puzzle here Initial Brainstorming Here is a copy of the grid from the puzzle: My first assumption was that the die was numbered from 1 to 6. However, after the first move, landing on '5', we are already unable to move anymore. Then I considered allo...

Read more

Code to Give Hackathon

MoreGlean This past weekend I attended the Morgan Stanley’s Code to Give Hackathon in Montreal. The main idea was to build a web application that could connect farmers, gleaners and food banks. Gleaners refers to a group of people who are willing to collect additional crops from the farmers to avoid food waste. The winning team would receiv...

Read more

School Updates

Difficult but enjoyable nonetheless This semester I am taking 5 courses. I am already starting to feel the pressure of my workload slowly accumulating. However, a weird side of me is enjoying every moment of it. There is some sort of surreal feeling of being productive and getting some assignments and readings done. I cannot deny that the cou...

Read more

Back to School

Scraping the SEC In the past few weeks, I have been exploring financial data made public by the SEC. The process is actually quite simple, using Python you can make requests to the already well-defined SEC REST API. Then using a parser such as BeautifulSoup you can extract any kind of data you wish from the endpoints. Finally, using a datafra...

Read more

Vacation time

Bye Bye Deloitte Yesterday was my last day at Deloitte for this summer. For the last month and a half, I joined a project as a non-billable support for the Consulting team. I was mostly using Powerpoint and Word. WCB AB project The client was Workers Compensation Board Alberta, a provincial workplace injury insurance provider. The project i...

Read more

Starting a Django Project

Bibliomathica Today I will be discussing about my new personal project that I started a month ago with my fellow intern and friend Devan. You can find the source code under this respository. The details pertaining to the project will be displayed in the README of the code. This blog serves more as an overview of the process of building the s...

Read more