Filter
Exclude
Time range
-
Near
Exactly. Asked the same question. You can not base your narrative/thought processes on what they TELL you. #PROGRAMMING101 Come ON?!
23
Check out this amazing tip on how to conditionally chain query clauses! 💡 Let's level up our coding skills together! 🔗💻 #codingtips #queryclauses #programming101
11
🔄 Loops: Doing the boring, repetitive stuff instantly. • 🛠️ Functions: Reusable "mini-tools" within your code. Programming in 2026: #TechExplained #Coding #Programming101 #DevLife #2026Tech #CSC2025 #computerscience #fulokoja
2
5
27
139
Pengantar Pemrograman Untuk Pemula ⏱️ 59 mins ⭐ 4.43 👥 1,784 🔄 Jul 2019 💰 FREE comidoc.com/udemy/introducti… #Programming101 #BeginnerDev #LearnToCode #udemy
25
Basics Of Computers And C (Everyone must learn fundamentals) ⏱️ 33 mins ⭐ 3.63 👥 154 🔄 Feb 2025 💰 FREE comidoc.com/udemy/basics-of-… #ComputerBasics #LearnC #Programming101 #udemy
9
Replying to @roegzychux
Nice work environment bro. #Programming101
8
Good luck with that 🤔, what makes you think a language can just 'get' something for you? #Programming101
Mount Fuji, Japan 🇯🇵
1
The Bottom Line: You can be a coder without being a programmer (typing without a plan). But you can’t be a programmer without knowing how to code. Stop just "learning to code"—start learning how to build! 🚀 #TechTips #Coding #Programming101
2
Basic Coding Concepts introduce beginners to variables, loops, conditionals, and functions, building a strong foundation for problem-solving and logical thinking in programming and digital innovation. #CodingBasics #LearnToCode #Programming101 tinyurl.com/4mj3pjjp
21
4 Dec 2025
Just a single byte of followers 😏 #coderscommunity #programming101 #developer
75
Lets try our hand at Python. Any recommendations on what to try first? #python #programming101
8
Programming Pop Quiz! What's a "bug" in code? The correct answer is C) An error in code! 🐛💻 Bugs cause unexpected results, and finding them is called debugging. It's the daily reality of every coder! #Quiz #Coding #Bug #Programming101 #LittleInventors
2
19
19 Oct 2025
🎯 DATA TYPES: JavaScript's Hidden Grammar You can't speak a language if you don't know its nouns. JS has 7 1 core "types" of data. ▶️PRIMITIVES (The simple, direct values): ▶️String: "Hello, World!" (text) ▶️Number: 42, 3.14 (all numbers, floats & ints) ▶️Boolean: true, false (yes/no logic) ▶️null: Intentional "no value" ▶️undefined: Variable declared, but no value assigned yet ▶️Symbol: Truly unique identifiers (ES6 magic) ▶️BigInt: For numbers LARGER than 2^53 - 1 (when precision is key!) REFERENCE (The complex, interconnected values): ▶️Object: { name: "Alice" } (key-value pairs) ▶️Array: [1, 2, 3] (ordered lists) ▶️Function: () => {} (code that does stuff, but it's also an object!) typeof null returns "object". It's a historical bug! Don't let it fool you. #JavaScriptBasics #DataTypes #Programming101 #WebDevTips #FrontendDev #ComputerScience #JSFundamentals #TechTrivia
1
9
#rails #oop #programming101 Follow-up to my Rails association extensions post. I often extend `has_many` with statistics methods. This example does two COUNT aggregations and adds columns to the result. But here's the key: I don't want BookingOption to behave differently based on which columns exist in the query result. Code should always be explicit. Solution: Inherit `BookingOptionWithStats` from `BookingOption` and explicitly cast results to the new class. No surprises. No implicit behavior. A screenshot of the `BookingOptionWithStats` class original post are in the thread 👇.
4
8
74
5,514