Adam Whitterawhitter.hashnode.dev·Aug 16, 2023As a streamer, why should I care about Druid?I’m a sucker for technology. Love learning new things and following the trends. I started my working life with Oracle doing database things, moved to Hortonworks (now Cloudera) for plenty of fun with Big Data, and then on to Confluent where I was an...81 readskafka
Micah Ondiwamicahondiwa.hashnode.dev·Feb 2, 2023Monty Language: Implementing Stacks & QueuesIntroduction The Monty Language The Monty 0.98 is a scripting language that is first compiled into Monty byte codes (Just like Python). It relies on a unique stack, with specific instructions to manipulate it. The goal of this project is to create an...3 likes·1.9K readsmonty