Lim Woojaejaylog.hashnode.dev·21 hours ago[CS Fundamentals] Managing Deadlock in Operating Systems: Prevention and Detection TechniquesDefinition & When it Happens Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other(s) to release resources, creating a cycle of dependency. In real-life, deadlock kinda seems like this situ...CS fundamentalsdeadlock
Ajink Guptaunigeek.org·Jan 22, 2025Java Fundamentals: Building BlocksJava is one of the most popular programming languages out there, and it’s the foundation for building powerful applications. Before diving into advanced topics, we need to start with the fundamentals. Let’s take it step by step. Understanding Java K...Java Jumpstart Series 🌟Programming Blogs
RAJU KUMARwebwarriors.hashnode.dev·Jan 16, 2025Mastering Jargon: How to Simplify and Understand Tough TermsJargon is a special words or terms used by a people in a specific jobs, groups or field. It includes words and phrases they can be hard for other people to understand easily. while it helps expert communicate clearly it can confuse those who aren’t f...2 likes·26 readsWeb Development
Olawale Adewalewalesquare.hashnode.dev·Dec 30, 2024AWS EC2 Essentials: Your Step-by-Step Learning GuideGreetings, AWS enthusiasts! 🌐😊 We're excited to take you on a comprehensive journey through the fundamentals of Amazon EC2 (Elastic Compute Cloud)☁💻. In this guide, we'll delve into EC2's core concepts, explore its standout features, and provide a...Learn ec2
Lim Woojaejaylog.hashnode.dev·Dec 25, 2024[CS Fundamentals] Demystifying Variable Scope: Best Practices and Common Pitfalls with PythonIntroduction In computer science, it is so important to fully understand a variable scope as you may face many errors without knowing how they work or your program prints an unexpected output. This article will deeply explain about local, global vari...unboundlocalerror
Ahammed Basha Shaikday-12-of-100-days-challenge.hashnode.dev·Dec 24, 2024Recap and Moving Forward with Shell ScriptingIntroduction DevOps is not just a career path—it’s a journey of continuous learning and growth. Day 12 of the 100DaysOfDevOps challenge marks a significant milestone as I revisited the fundamentals covered so far while diving deeper into automation w...fundamentals
Lim Woojaejaylog.hashnode.dev·Dec 15, 2024[CS Fundamentals] Deep Dive into Shallow Copy vs. Deep Copy. Explained in PythonIntroduction Before going in, you should know the difference between mutable and immutable types in python. You can have a look at my article: [CS Fundamentals] Mutable vs. Immutable. You don’t need to care about shallow copy and deep copy for immuta...CS fundamentalsshallowCopy
NonStop io Technologieshallucinations-in-llms-101-part-i.hashnode.dev·Dec 5, 2024LLM Fundamentals — Hallucinations in LLMs 101 [Part II]In the last story, we introduced Types of Hallucinations in LLMs. In this story, let’s understand the causes or origins of hallucinations. Hallucinations in LLM can be broadly classified based on the three key origins: Data | Training | Inference ...AI
Saumyaa Gargsaumyaagarg.hashnode.dev·Nov 27, 2024Day 1: Programming FundamentalsWelcome to the beginning of my 100 Days of DSA journey! Over the next 100 days, I’ll be diving deep into the world of Data Structures and Algorithms, working on problems, exploring concepts, and sharing my learnings every step of the way. My goal wit...13 likes·62 readsWeek 1DSA
Faria Karimfariakarim.hashnode.dev·Oct 31, 2024Ballerina Basics: 5 Fundamental Programming ConceptsIntroduction: This blog covers five fundamental programming concepts—variables, control structures, functions, data structures, and OOP—illustrated with examples in Ballerina. Mastering these basics is key to building efficient applications. 1. Varia...fundamentals