My experiments with tech, travel and truth
In computing, flooring a number is a common operation. Pretty mundane, but the perks of working with big data is that mundane things get exciting. Big Data breaks language limits.
So, you've heard of smart contracts. And now you want to see one in action. This tutorial gets up and running in under 60-minutes
Writing documentation is not fun. But it **is** important. How do you write documentation that survives the test of time?
What is the Google Cloud Associate Engineer exam and how to ace it?
Use Jupyter Notebooks to directly launch your findings as an interactive website.
This tutorials goes through creating PDFs from Gitbook.
Slightly less uncommon for coding interviews, Dynamic Programming questions are still a favourite. This approach is an optimization over recursion. Developed in the 1950s, in my opinion, it tests developers' ability to break down a problem into its smallest, most fundamental piece. In this article, we learn about Dynamic Programming by digging deeper into the "coin-change" problem with dynamic programming.
Performance leaks in the Chrome Browser are common and hard to detect. This is simple first-level diagnostic to track down memory leaks and problems.
Getting started with Angular Animations by building a simple component
Lessons learned while adding the jasmine testing framework for Typescript