Golang শুরু করার পূর্বে

Search for a command to run...

No comments yet. Be the first to comment.
I had a solid list of reasons my life wasn't moving faster, until a grainy old lecture pointed out the one name missing from it

The finale isn't a victory lap. It's the story of the control I shipped that did nothing, the footgun still sitting in my demo, and the handful of things I'd keep exactly as they are.

How do you hold a large payment for a second pair of eyes without ever letting the unapproved money touch a balance, and how do you stream that decision to the outside world without standing up a broker?

How do you show the total under a parent account when the whole system refuses to store a balance? A recursive query, a trigger that refuses to draw a circle, and a rule about what actually has to sum to zero.

Every time I wanted to change an FX rate I had to edit a file on the server and restart the app. So I moved rates and markup into a live admin API, and then audited it hard enough to find the bug that quietly undid the whole thing.

Golang কে সংক্ষেপে Go ও বলা হয়। এর প্রথম ভার্সন রিলিজ হয় ১০ই নভেম্বর ২০০৯ এ। গুগল এর তিন জন সফটওয়্যার ইঞ্জিনিয়ার Robert Griesemer, Rob Pike, Ken Thompson Golang এর উদ্ভাবক।
Golang স্ট্যাটিকালি টাইপড কম্পাইল্ড ল্যাঙ্গুয়েজ। এর সিনটেক্সট দেখতে কিছুটা C এর মতো।
Golang কোথায় কোথায় ব্যবহার করা যায়?
মোবাইল এপ
ওয়েব ডেভেলপমেন্ট
ডাটা সাইন্স
অটোমেশন
ডেভ অপস
এম্বেডেড সিস্টেম
ডেস্কটপ এপ
তাছাড়া অনেক কোম্পানি এখন Golang কে ব্যবহার করছে প্রাইমারি ল্যাঙ্গুয়েজ হিসেবে। তাই Golang শেখার এটাই উপযুক্ত সময়। দেরি না করে শুরু করে দিন।
এই সিরিজে আমরা দেখবো Golang এর ব্যাসিক জিনিসগুলো।