Don’t need to learn DSA anymore!Often many think, nowadays data structure & algorithms are no longer needed. Technology has come a long way. And those micro improvements…Dec 7, 2024Dec 7, 2024
Published inProject LighthouseLayer 3 — The IntranetNetworking stack এর পরের layer, layer 3 — network layer. এই layer এর কাজ হলো packet এ point A থেকে point B তে নেয়া। Point A আর B…Oct 11, 2024Oct 11, 2024
Few lessons learned from handing large volume of trafficMy 2 cents on handling শত, হাজার বা millions of requests . It’s quite challenging. অল্পদিনের career এ কিছু team এর সাথে কাজ করতে পেরেছি…Oct 6, 2024Oct 6, 2024
Published inProject LighthouseData Link Layer — A Foundational Block of the InternetThe internet, heard of it? Transfers half a petabyte of data a minute, do you have any idea how that happens? … Well, what is the internet…Oct 5, 2024Oct 5, 2024
Published inProject LighthousePhysical Layer: The Ground WorkBack in the 80s, International Organization for Standardization (ISO) কিছু standard set করে network communication এর জন্য । কারণ এর আগে…Oct 5, 2024Oct 5, 2024
Published inProject LighthouseStep one; Concurrency, Sync & *WaitGroupConcurrency হল এমন একটি programming technique (?) যা আমাদেরকে এক বা একাধিক কাজ একসাথে manage করতে দেয়। Manage, not necessarily execute…Oct 5, 2024Oct 5, 2024
Published inProject LighthouseUnit testing in Goআমি শুরুতে test লিখার importance নিয়ে কয়েক লাইন লিখছি। Mainly এটা answer (?) করার জন্য যে কেন test লিখবো? এটা তো অতিরিক্ত code, যেটা…Oct 5, 2024Oct 5, 2024
Published inProject LighthouseStory of Try — Catch — PanicError শুধু try catch এর ভিতরে রেখে ফেলে দেয়ার মত কিছু না। Error s are part of your program. Just like other code. What does it mean when…Oct 5, 2024Oct 5, 2024
Published inProject LighthouseStructs & Pointersযখন আমরা কোনো program লিখি, তখন scalar আর compound data type বাদে অন্য custom ডাটা নিয়েও কাজ করা লাগে। সেসব situation handle করার জন্য go…Oct 5, 2024Oct 5, 2024
Published inProject Lighthousefunctions(); the building blockData type আর control flow এর knowledge নিয়ে, আমরা one of the most fundamental building block, function নিয়ে কাজ করবো। Function কে চিন্তা…Oct 5, 2024Oct 5, 2024