Hi! I'm an engineer with a passion for turning complex challenges into innovative solutions. My top skills include TypeScript, React, machine learning, and cloud infrastructure. I love working in teams and taking products from 0 to 1 in dynamic, fast-paced environments.
Web applications that I have worked on.
Mobile projects over the years.
My large and small tinkering projects.
From pong to infinite metaverses, anything is possible with Unity.
Revolutionizing online purchase.
TwitterFun math problems that I worked on when I was younger.
Let there be 4 numbers a, b, c, and d. At the next round, a = |a-n|, b = |b-c|, c = |c-d|, d = |d-a|. After a finite amount of round, are we sure to end up with a = 0, b = 0, c = 0, and d = 0? What happens when we change the amount of initial numbers?
In Florence's house, each bulb is connected to a switch which allows it to be turned on or off, but some switches are interconnected and this causes a strange phenomenon. If we act on a switch then we also modify the state of the switches directly connected to it. If all lamps start on, is it always possible to turn them all off?
An integer is a Harshad number if it is divisible by the sum of its digits. What is the longest possible sequence of consecutives Harshad numbers?