# Software Engineer
class Node
attr_accessor :next_node
attr_accessor :value
def initialize(value)
@value = value
@next_node = nil
end
end
=begin
I love building projects and writing about what I learn. This website is my digital garden—a compendium of the things I've learned and created.
=end
🎵 Music Producer
I'm a Music producer based in Nairobi. I love the science of digital music production from synthesis to manipulating virtual studio technology (VSTs).
Check out Max is to Music