লার্নিং Golang

Go (or GoLang) most popular programming language গুলোর এর মধ্যে একটি। 2009 সালে Google এ জন্ম নেয় Go. এরপর ছোট থেকে বড়, অনেক enterprise level application and open-source application ও Go দিয়ে তৈরি হয়েছে। যেমন docker, kubernetes, terraform etc.

Go simplicity তে focus করা একটা language, মাত্র ২৫ টা keyword দিয়েই সব হচ্ছে এই language এ।

আরেকটি বড় feature হলো go এর concurrency model. খুব সহজেই concurrency implement করা যায় Golang এ। আর garbage collector থাকায় memory management নিয়ে খুব একটা চিন্তা করতে হয় না সাধারণত। আর Go এর আছে অনেক amazing একটা ecosystem, you'll almost always find the right libraries.

এই course এ Go এর basic জিনিসপত্র শেখা আর কিছু ছোটো project তৈরি করে Go এর হাতেখড়ি দেয়ার ইচ্ছা।

Note: This is my take on learning go, after having using it for quite some time on different level of applications. if I make a mistake, I plan to learn from it and fix it.