Ahnaf Tahmid Zamanahnaftahmidzaman.hashnode.dev·Sep 29, 2024Understanding String Comparison in Python: Why 'hello' <= 'hi' is TrueWhen working with strings in Python, you might encounter unexpected results, especially when comparing strings. One such example is the expression: 'hello' <= 'hi' # True At first glance, it seems counterintuitive. How can a longer string ('hello')...DiscussString Comparison
aisha javedcyberurdu.hashnode.dev·Jun 25, 2024JavaScript For BeginnersLearn JavaScript for Beginners: Easy Step-by-Step Guide #cyberpashto #cyberpashtopremium #cyberurdu #cyberurdupremium #fawadbacha #cyberpakistan ابتدائی افراد کے لیے جاوا اسکرپٹ سیکھیں: آسان مرحلہ وار گائیڈ اس مضمون میں میں آپ کو بتاؤں گا کہ جاوا اسک...Discussintroduction to javascript
Mirza Ahmad Awaisahmaddevpro.hashnode.dev·May 31, 2024Python Learning Journey - Day 2Deep Dive Guide to Learning About Data Types and Structures Table of Contents: Type Conversion Type Function Numbers Strings 4.1 Mutable vs Immutable Data Types 4.2 Indexing vs Slicing 4.3 Creating Strings 4.4 Accessing Strings 4.5 Editing ...Discuss·3 likes·41 readsPython 3
Mritunjay Kumarcodecomponents.hashnode.dev·May 2, 2024Mastering the fundamentals of C languageTopics Covered: INTRODUCTION TO C What is a program? What is a software? What is a language? What is a translator? What is a programming paradigm? What is called monolithic programming paradigm? Function oriented programming structure Object...Discuss·1 like·118 reads#LearnC
Naman Hayarannamanhayaran.hashnode.dev·Mar 10, 2024Understanding Closures in JavaScript: A Beginner's GuideIn the world of JavaScript, closures are like magic tricks that can make your code do wonderful things. But don't worry, you don't need a magician's hat to understand them. Let's break it down into something as simple as sharing a secret message, so ...DiscussCode Tutorials
Stephan Yustephanyu.hashnode.dev·Mar 5, 2024#20: Guarding Your Elixir FunctionsIn Elixir, a guard in a function is a special clause that allows you to add additional conditions to the function definition. Guards are used to apply constraints or filters to the function arguments before the function is executed. Guards are denote...DiscussElixir
Ionut Ciprian ANESCUitisciprian.hashnode.dev·Jan 8, 2024Mastering Scope and Closure in JavaScript: Unlocking Efficient CodeUnderstanding scope and closure in JavaScript is like unlocking the secret chambers of a magic castle. It's where the true power of JavaScript coding lies. In this post, we'll embark on a journey to explore these two fundamental concepts, complete wi...Discuss·26 readsJavaScript Closure
saurabh suryavanshisaurabhsuryavanshi.hashnode.dev·Oct 19, 2023Understanding Classes in JavaScriptWhen venturing into the vast universe of programming, JavaScript (JS) offers a diverse palette of tools. One of its most powerful and fundamental tools is the "class". But what is a class in JavaScript? Let's dive in. What is a Class? Think of a clas...DiscussJavaScript
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Aug 29, 2023Swift LanguageSwift is a general-purpose programming language developed by Apple Inc. It was originally introduced in 2014 at the Apple WWDC as a replacement for Objective-C. Some key points about Swift: Swift is designed to work with Apple's Cocoa and Cocoa Touc...DiscussSwift FundamentalsSwift
Sahil Akhtarsahilfrodo.hashnode.dev·Jul 28, 2023Demystifying Expressions: The Foundation of Programming LanguagesIntroduction: In the realm of computer programming, expressions serve as the fundamental building blocks that represent computations and control flow within a program. Understanding the nature and classifications of expressions is vital for every pro...Discuss·145 readsprogramming fundamentals