Hello World 2.0
By Tomasz Kuczma
Welcome! I’m glad you are reading my blog. By the way, yes, you are right. This is “Hello World 2.0” in Elixir :)
defmodule Hello do
def main(args) do
IO.puts "Hello world 2.0"
end
end
Edition 2.0
Actually, that’s my second approach to blogging. The first one somehow naturally burnt out. I needed to recharge my batteries to start fresh. Now, armed with new technologies, I am ready to write again. I ported my old articles from the previous blog so you can find them easily here.
Who am I? I’m a software engineer who started working commercially in 2013 but I wrote my first computer programs as teenager in 2008 (do you still remember Code::Blocks? :) ). Currently, I’m working in one of those big tech companies (let me be a little mysterious for now).
More about me you can read here .
I will be glad for your constructive feedback and comments. I plan to write about all aspects of software engineering, tech industry, soft skills, finances and much more! I hope that everybody will find something useful here and enjoy the reading.
See you!
Software engineer with a passion. Interested in computer networks and large-scale distributed computing. He loves to optimize and simplify software on various levels of abstraction starting from memory ordering through non-blocking algorithms up to system design and end-user experience. Geek. Linux user.