Skip to main content

"Programming শেখার জন্য কোন course করবো?"

  এই প্রশ্নের জবাবে সচরাচর যে কথা নির্দ্বিধায় বলবো তা হলো, 


"কোনোটাই না।" 


কারণ এটা এমন একটা skill যেটা নিজের ইচ্ছা আর প্রতিদিনের চেষ্টা না থাকলে কেউই আপনাকে শিখাতে পারবে না। 


তবে, বাঙালি হিসেবে, নিজের ইচ্ছা থাকা সত্ত্বেও আন্তরিকতার একটা চরম অভাব থাকা তো প্রতিদিনের নজির। এমতাবস্থায় কেউ গেলায় না দিলে হয়তো বা কোনোদিন ভাতটা হজম হবে না।


সেদিক থেকে আবার কোনো course এর সাথে না থাকলেই নয়। সেজন্যে আজকে এমন একজন ভদ্রলোকের ব্যাপারে বলবো যাকে ব্যক্তিগতভাবে আমি বাঙালি programmer দের ভিতর সবচেয়ে বেশি সম্মান করি।


উনি হলেন Shahjalal Shohag [ 1 ] 

CodeForces এর আমার দেখা প্রথম বাঙালি Grandmaster (not the first) [ 2 ]


আমি programming sector এ খুব বেশি active না, at least not recently. তবে এই sector এ উনার অবদানের result প্রতিদিন‌ই খেয়াল করি যখন তার Discord Server [ 3 ] এ একেকটা "help post" আসে। 


মাঝেমধ্যেই গিয়ে দেখি যে কেউ কেউ কোনো একটা Problem Solve করতে গিয়ে আটকে গেছে; হয় কোনো গুরুতর corner case, না হয় একটামাত্র ";" দেয় নাই। আর কিছুক্ষণের ভিতর‌ই সেটার সমাধান পেয়ে Thanks জানাচ্ছে। আমাকে অবাক করেছে তার এই community এর concept টা। 


এখানে একজন সমস্যা নিয়ে হাজির হচ্ছে, আর শত শত মানুষ তাকে সাহায্য করতে বসে আছে। কেন? সাহায্য করলে টাকা পায় বলে। সহজ কথা :3  

এইযে একটা যৌক্তিক "কারণ" আছে আরেকজনকে সাহায্য করার, এটা আমি আগে কোথাও দেখি নি। কেউ করে বসবে, এই নজির‌ও বোধ করি এই প্রথম।


এছাড়াও উনার অবদান আছে অন্যদের programming এ guide করায়, contest এর update দেয়া আর arrange করায়, এবং overall, International level এ Bangladesh কে represent করায়। 


তার এতো অবদানের ব্যাপারে শুনার পর হয়তো মূল কথাটা উঠেই আসে:

"তো উনার কোনো Course আছে?"

- আছে। [ 4 ]


তবে আমার উদ্দেশ্য শুধু একটা ভালো course promote করা না, সেটা হলে তো Programming Hero ই যথেষ্ট ছিল। বরং একটা community promote করা, যেখানে এই ভদ্রলোক একটা ecosystem বানিয়ে রেখেছেন, যার মাঝে দাঁড়িয়ে থাকলেই যেন মনে হয়:

"যাই, একটূ্ coding করে আসি"। 


(Atomic Habits ব‌ইটা পড়লে এই ecosystem এর বিষয়টা আরো clearly বুঝবেন।)


So far, আমি যদি কখনো কোনো Course করতে চাই, তবে উনার Course কিনতে কখনো দ্বিধাবোধ করবো না। কারণ আমি তার কাজের সাফল্য নিজ চোখে দেখেছি, আর দেখছি।


(Reference এ যাবতীয় সব link দিয়ে রাখলাম, সময় করে ঘুরে আসবেন।)


#References [ ] :

1. Facebook ID https://m.facebook.com/shahjalal.sh0hag/

2. CodeForces Account https://codeforces.com/profile/YouKn0wWho

3. Join BSC Discord Server  https://discord.gg/bangladesh-cp-server-bcs-powered-by-orbitax-816054133999665272

4. Courses https://youkn0wwho.academy/

 

Comments

Popular posts from this blog

What is Logic?

  I want to talk about the topic of logic in discrete mathematics and programming in general. Take these words as vaguely and loosely as possible. What is logic? I think that whenever the answers to these questions are present... "What is happening?" "Why is it happening?" and "How is it happening?" then we can say that logic is established. Logic is the core of computer programming. The bit logic that tells a computer what to choose (1) and what to ignore (0) marks the beginning of any journey in advanced computer subjects. "Logic in discrete mathematics is the study of valid reasoning and inference, focusing on the principles that govern the truth of statements. It includes concepts such as propositional logic, predicates, and the rules of inference, which are essential for mathematical proofs and computer science applications." (GeeksforGeeks, Wikipedia) to me, logic is like postulates when forming an idea. "Logical Axioms" seem more...