Go Bills 🦬
I don't really watch football, but it was buffalo bills vs chiefs so GO BILLS!
I don't really watch football, but it was buffalo bills vs chiefs so GO BILLS!
Leetcode Daily again, this problem was pretty strightforward this time as well. Given a binary string s, return the number of substrings with all characters 1's. Since the answer may be too large, return it modulo 10^(9) + 7. A simple and short description, nothing too fancy just
The health check is probably the most implemented endpoint in the history of service applications. Every time that I release my projects into the wild west of the internet, I usually have a health path for me to check the application health through Uptime Kuma. This time, since I wanted
How often do you use a website's provided checksum to verify that a file you downloaded wasn't corrupted or worse, what if it was tampered with during a man in the middle attack? In the modern day of internet, I suppose you won't be
In theory if you throw an object at a Transporter (like a box or the portals in portal games), does the object maintain it's velocity? When the object is transported though the transporter, does it accumulate some kind of speed?