<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><link>https://bsky.app/profile/coding1.bsky.social</link><title>@coding1.bsky.social - </title><item><link>https://bsky.app/profile/coding1.bsky.social/post/3mkl7sgev222d</link><description>Did you know the internet is just computers connected together?&#xA;They communicate using protocols like HTTP.&#xA;Websites are files sent from servers to your browser.&#xA;Learning this is the first step to building your own site.</description><pubDate>28 Apr 2026 18:31 +0000</pubDate><guid isPermaLink="false">at://did:plc:ftiuln7l63s47agqosadn7sc/app.bsky.feed.post/3mkl7sgev222d</guid></item><item><link>https://bsky.app/profile/coding1.bsky.social/post/3mkcz7d74cc2u</link><description>!Did you know computers only understand binary—0s and 1s?&#xA;Every text, image, or app becomes binary inside the machine.&#xA;Programming languages translate your ideas into this form.&#xA;Learning code means learning how to talk to computers.</description><pubDate>25 Apr 2026 12:12 +0000</pubDate><guid isPermaLink="false">at://did:plc:ftiuln7l63s47agqosadn7sc/app.bsky.feed.post/3mkcz7d74cc2u</guid></item><item><link>https://bsky.app/profile/coding1.bsky.social/post/3mk43ipsjjc23</link><description>!Did you know that Control flow decides how a program runs.&#xA;With conditions (if/else), a program can make decisions.&#xA;With loops, it can repeat actions.&#xA;This is how programs become dynamic, reacting to different situations automatically.</description><pubDate>22 Apr 2026 18:04 +0000</pubDate><guid isPermaLink="false">at://did:plc:ftiuln7l63s47agqosadn7sc/app.bsky.feed.post/3mk43ipsjjc23</guid></item><item><link>https://bsky.app/profile/coding1.bsky.social/post/3mk2ox2fsxs2s</link><description>Data is everything in computer science.&#xA;Variables store data like numbers, text, or true/false values.&#xA;Think of a variable as a labeled box holding information.&#xA;Learning how to use data is the first step to controlling programs.</description><pubDate>22 Apr 2026 04:47 +0000</pubDate><guid isPermaLink="false">at://did:plc:ftiuln7l63s47agqosadn7sc/app.bsky.feed.post/3mk2ox2fsxs2s</guid></item><item><link>https://bsky.app/profile/coding1.bsky.social/post/3mjzdg7pjg22l</link><description>At the core of programming are algorithms—step-by-step instructions to solve a problem.&#xA;Like a recipe, each step must be clear and in order.&#xA;Good programmers think logically, break problems down, and build solutions one step at a time.</description><pubDate>21 Apr 2026 15:48 +0000</pubDate><guid isPermaLink="false">at://did:plc:ftiuln7l63s47agqosadn7sc/app.bsky.feed.post/3mjzdg7pjg22l</guid></item><item><link>https://bsky.app/profile/coding1.bsky.social/post/3mj335hqy7c2q</link><description>✅ Python Scenario-Based Interview Question 🧠&#xA;&#xA;You have a list of numbers:&#xA;numbers = [10, 20, 15, 5, 25, 30]&#xA;&#xA;Question:&#xA;Find the maximum number* using a simple loop.&#xA;&#xA;Expected Output:&#xA;30&#xA;&#xA;Python Code:&#xA;max_num = numbers[0]&#xA;for num in numbers:&#xA;    if num &gt; max_num:&#xA;        max_num = num&#xA;print(max_num)</description><pubDate>09 Apr 2026 15:00 +0000</pubDate><guid isPermaLink="false">at://did:plc:ftiuln7l63s47agqosadn7sc/app.bsky.feed.post/3mj335hqy7c2q</guid></item><item><link>https://bsky.app/profile/coding1.bsky.social/post/3mixgrh6o2225</link><pubDate>08 Apr 2026 04:17 +0000</pubDate><guid isPermaLink="false">at://did:plc:ftiuln7l63s47agqosadn7sc/app.bsky.feed.post/3mixgrh6o2225</guid></item><item><link>https://bsky.app/profile/coding1.bsky.social/post/3miucj4fe3s2x</link><pubDate>06 Apr 2026 22:23 +0000</pubDate><guid isPermaLink="false">at://did:plc:ftiuln7l63s47agqosadn7sc/app.bsky.feed.post/3miucj4fe3s2x</guid></item></channel></rss>