Linus tech tips did something smart. He made himself the "Chief vision officer." That way he has complete control over the direction the company is going in without the hassle of CEO duties and he can focus on what matters to make his vision possible. Kudos to that guy for actually hiring his ex-boss as his new CEO :D
Looks like I'm out...
Would be great if there was a google apps script alternative. My company gave all devs linux systems and the business team operates on windows. So I always use browser based tech like Gapps script for complex sheet manipulation
I just faced an issue with redis this week. It was causing my Javascript heap memory to go bust. I thought it was a data leak in my code but it turns out the redis client was filling it up and I fixed it by simply adding a static delay every 1 million set operations so that the garbage collector had enough time to do its job. (I was stress testing for a total of 6 million set operations)