Jan 18 · 6 min read · Before , saying anything about the hardware i want to tell this is not a in Depth article about the Hardware , it’s just the Intro for someone who is Intermediate like me…. before starting let’s understand the structure in which i am going to present...
Join discussionJul 14, 2025 · 5 min read · Welcome back to The Medical Coder’s Path!This is Day 2 of our 30-day journey into learning Python, step by step, without stress, and with no prior experience required. Whether you're a medical student, a healthcare worker, or just someone curious abo...
Join discussion
Jun 2, 2025 · 2 min read · So while doing internship i face unique challenge in which i didnt know i will be using graph data structure: where multiple tasks are interdependent, meaning that each task can only begin after the completion of certain other tasks. Each task has an...
Join discussion
May 20, 2025 · 3 min read · আপনি যদি ভাবেন সাইবার সিকিউরিটির সব ঝুঁকি ফায়ারওয়াল, এনক্রিপশন আর অ্যান্টিভাইরাস দিয়েই কভার হয়ে যায় — তাহলে একটা জিনিস ভুলে যাচ্ছেন। 🧠 আসল হুমকি অনেক সময় একটা বন্ধুত্বপূর্ণ মেসেজ, ফোন কল, বা কারো বিশ্বাস জয় করার অভিনয়ে লুকিয়ে থাকে। এটাই হলো ...
Join discussion
Apr 20, 2025 · 4 min read · Solving Sudoku manually is fun — but building a Sudoku solver from scratch in code? That’s where the real magic begins. In this blog, I’ll walk you through how I built an interactive 9x9 Sudoku game with a built-in solver using JavaScript, HTML/CSS, ...
Join discussion
May 16, 2024 · 5 min read · Mastering Context API: An Entertaining Approach to Streamline Your React Applications Have you ever found yourself exasperated by the incessant task of prop drilling through your React components? If you're nodding in agreement, you're in for a delig...
Join discussion
May 11, 2024 · 2 min read · Introduction In the dynamic world of React development, mastering hooks, especially the useEffect hook, is akin to becoming a maestro of side effects. Just as a smart home adjusts seamlessly to its environment, useEffect enables React components to r...
Join discussion