Go Fundamentals
The Journey Begins
A Journey Into Simplicity and Efficiency
Go একটি statically typed, compiled language যেটি simplicity এবং learning curve এ focus করে। অনেক amazing tool chain, great community আর অনেক adoption next generation tech industry তে।
#go#programming
Hello World with Go
এই chapter শুরু করছি go এর program structure নিয়ে। আগেই সব একবারে theory না লিখে, চেষ্টা করবো একদম minimal রাখতে, আর নতুন topic along the way শিখে যাবো। আচ্ছা, তো শুরু করছি আমাদের go programming language এর “hello world!”
#go#programming
Data types, Control Flow and The Building Block
Data Types with Go
GO এর scalar আর compound data type (bit of data structure ও), zero value, তাদের min-max range / possible values আর usage.
#go#programming
Control Flow
Program কে guide করার জন্য control flow এর feature গুলো। Discussing about go এর primary control flow structures.
functions(); the building block
functions are sort of like ছোটো ছোটো block যেগুলোর combination আমাদের program গুলো structure করতে পারি। They are also like small factories.