<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Okello Odhiambo</title>
    <description>The latest articles on DEV Community by Okello Odhiambo (@okelloodhiambo0).</description>
    <link>https://dev.to/okelloodhiambo0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3816211%2Fac652f13-cb10-4d26-9269-373df889f7d9.jpg</url>
      <title>DEV Community: Okello Odhiambo</title>
      <link>https://dev.to/okelloodhiambo0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/okelloodhiambo0"/>
    <language>en</language>
    <item>
      <title>VS Code Is Not Here to Replace You. It Is Here to Save You From the Boring Parts.</title>
      <dc:creator>Okello Odhiambo</dc:creator>
      <pubDate>Tue, 21 Jul 2026 08:29:19 +0000</pubDate>
      <link>https://dev.to/okelloodhiambo0/vs-code-is-not-here-to-replace-you-it-is-here-to-save-you-from-the-boring-parts-44pj</link>
      <guid>https://dev.to/okelloodhiambo0/vs-code-is-not-here-to-replace-you-it-is-here-to-save-you-from-the-boring-parts-44pj</guid>
      <description>&lt;p&gt;There is a joke that programmers spend only a small part of their day writing code. The rest is spent searching for a missing semicolon, wondering why yesterday's code suddenly stopped working, or asking the internet questions they are convinced someone else has already answered.&lt;/p&gt;

&lt;p&gt;The joke is funny because it is painfully true.&lt;/p&gt;

&lt;p&gt;Today, however, software development is changing. Artificial Intelligence (AI) has quietly moved from being something we only heard about in science fiction to becoming a practical assistant sitting inside one of the world's most popular programming tools: Visual Studio Code, better known as VS Code.&lt;/p&gt;

&lt;p&gt;The important word here is &lt;em&gt;assistant&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Contrary to what dramatic headlines often suggest, AI inside VS Code does not replace developers. It helps them work faster, make fewer mistakes and spend more time solving real problems instead of repeating routine tasks.&lt;/p&gt;

&lt;p&gt;For anyone who has never written a line of code, imagine hiring an experienced carpenter who never gets tired of answering questions, finding the right tool or reminding you that you forgot to measure before cutting a piece of wood. The carpenter does not build the house for you. He simply helps you avoid expensive mistakes.&lt;/p&gt;

&lt;p&gt;That is exactly what AI is becoming inside VS Code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Understanding VS Code Without the Technical Jargon&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Imagine writing a newspaper article.&lt;/p&gt;

&lt;p&gt;You probably use Microsoft Word, Google Docs or another word processor. The software gives you a blank page where you type your story.&lt;/p&gt;

&lt;p&gt;VS Code plays a similar role for software developers.&lt;/p&gt;

&lt;p&gt;Instead of writing news articles, developers write computer instructions known as code. VS Code provides the workspace where those instructions are created, organised and edited.&lt;/p&gt;

&lt;p&gt;According to Microsoft, Visual Studio Code is a free source-code editor that supports hundreds of programming languages and runs on Windows, macOS and Linux. Since its public release in 2015, it has become one of the world's most widely used development environments because of its speed, flexibility and large ecosystem of extensions.&lt;/p&gt;

&lt;p&gt;Think of VS Code as an empty workshop.&lt;/p&gt;

&lt;p&gt;On its own, the workshop contains the basic tools.&lt;/p&gt;

&lt;p&gt;You can then add specialised equipment depending on the kind of work you want to do. These additions are called &lt;em&gt;extensions&lt;/em&gt;. One extension checks spelling in code. Another helps connect to databases. Yet another introduces AI capabilities that can explain code, generate suggestions and answer programming questions.&lt;/p&gt;

&lt;p&gt;The workshop remains the same.&lt;/p&gt;

&lt;p&gt;Only the tools become smarter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So Where Does AI Fit In?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Imagine you are preparing chapati for the first time.&lt;/p&gt;

&lt;p&gt;You know the ingredients but are unsure about the measurements.&lt;/p&gt;

&lt;p&gt;Standing beside you is an experienced cook who quietly says,&lt;/p&gt;

&lt;p&gt;"Add a little more water."&lt;/p&gt;

&lt;p&gt;"The dough is too soft."&lt;/p&gt;

&lt;p&gt;"Reduce the heat."&lt;/p&gt;

&lt;p&gt;"You forgot the salt."&lt;/p&gt;

&lt;p&gt;That person is not cooking for you.&lt;/p&gt;

&lt;p&gt;They are guiding you.&lt;/p&gt;

&lt;p&gt;AI inside VS Code works in much the same way.&lt;/p&gt;

&lt;p&gt;As you write code, AI studies the context and predicts what you are likely trying to achieve. It can recommend the next few lines, explain unfamiliar code, suggest corrections and even generate simple functions from plain-language instructions.&lt;/p&gt;

&lt;p&gt;It is less like an autopilot and more like having a knowledgeable colleague who never complains when you ask the same question five times before lunch.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Real-World Situations Where AI Actually Helps&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Many people assume programmers spend their entire day creating brand-new software from scratch.&lt;/p&gt;

&lt;p&gt;Reality is far less glamorous.&lt;/p&gt;

&lt;p&gt;A surprising amount of software development involves fixing old code, understanding someone else's work and correcting tiny mistakes that somehow consume entire afternoons.&lt;/p&gt;

&lt;p&gt;Consider these everyday examples.&lt;/p&gt;

&lt;p&gt;A university student is building a final-year project but cannot remember the exact syntax for connecting to a database.&lt;/p&gt;

&lt;p&gt;Instead of opening ten browser tabs, the student asks the AI assistant inside VS Code, receives an explanation and continues working.&lt;/p&gt;

&lt;p&gt;A small business owner hires a freelance developer to create an inventory management system.&lt;/p&gt;

&lt;p&gt;The developer uses AI to generate repetitive database operations, freeing more time to focus on making the software easier for employees to use.&lt;/p&gt;

&lt;p&gt;A cybersecurity analyst notices unusual behaviour in a program.&lt;/p&gt;

&lt;p&gt;Instead of reading thousands of lines manually, the analyst asks AI to explain sections of the code and identify possible vulnerabilities.&lt;/p&gt;

&lt;p&gt;The final decisions still belong to the human expert.&lt;/p&gt;

&lt;p&gt;The AI simply reduces the amount of repetitive work.&lt;/p&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;AI Is Brilliant—Until It Is Wrong&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Here is the uncomfortable truth.&lt;/p&gt;

&lt;p&gt;AI can confidently produce incorrect answers.&lt;/p&gt;

&lt;p&gt;Sometimes it invents information.&lt;/p&gt;

&lt;p&gt;Sometimes it misunderstands instructions.&lt;/p&gt;

&lt;p&gt;Sometimes it generates code that appears perfect but quietly introduces security risks.&lt;/p&gt;

&lt;p&gt;If that sounds familiar, it should.&lt;/p&gt;

&lt;p&gt;Think about GPS navigation.&lt;/p&gt;

&lt;p&gt;Most of us trust Google Maps.&lt;/p&gt;

&lt;p&gt;Yet almost everyone knows someone who has faithfully followed GPS directions into a dead end, a flooded road or the wrong destination altogether.&lt;/p&gt;

&lt;p&gt;The problem was never the map.&lt;/p&gt;

&lt;p&gt;The problem was assuming the map could never be wrong.&lt;/p&gt;

&lt;p&gt;AI deserves the same healthy skepticism.&lt;/p&gt;

&lt;p&gt;Its suggestions should be reviewed before being accepted.&lt;/p&gt;

&lt;p&gt;Experienced developers often say the fastest way to create a software bug is to copy code without understanding it.&lt;/p&gt;

&lt;p&gt;AI has not changed that rule.&lt;/p&gt;

&lt;p&gt;It has simply made copying much faster.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Security Question Everyone Should Ask&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
There is another important consideration.&lt;/p&gt;

&lt;p&gt;Many AI assistants operate through cloud services.&lt;/p&gt;

&lt;p&gt;When a developer requests help, portions of their code may be processed on remote servers depending on the AI service being used and the organisation's privacy settings.&lt;/p&gt;

&lt;p&gt;Now imagine walking into a doctor's office.&lt;/p&gt;

&lt;p&gt;You would not casually hand confidential medical records to strangers sitting in the waiting room.&lt;/p&gt;

&lt;p&gt;Company software deserves similar caution.&lt;/p&gt;

&lt;p&gt;Businesses working with financial records, health information or confidential customer data should understand how their chosen AI tools handle information before uploading sensitive code or documents.&lt;/p&gt;

&lt;p&gt;Several AI providers now offer enterprise privacy controls, but users should still read data-handling policies carefully rather than assuming every service treats information the same way.&lt;/p&gt;

&lt;p&gt;Convenience should never come at the expense of confidentiality.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;AI Will Not Replace Curious People&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
One question appears almost every time AI is discussed.&lt;/p&gt;

&lt;p&gt;"Will programmers lose their jobs?"&lt;/p&gt;

&lt;p&gt;History suggests a more balanced answer.&lt;/p&gt;

&lt;p&gt;Calculators did not eliminate accountants.&lt;/p&gt;

&lt;p&gt;Spreadsheet software did not eliminate financial analysts.&lt;/p&gt;

&lt;p&gt;Digital cameras did not eliminate photographers.&lt;/p&gt;

&lt;p&gt;Instead, each tool changed how professionals worked.&lt;/p&gt;

&lt;p&gt;AI is likely to follow the same pattern.&lt;/p&gt;

&lt;p&gt;Developers who understand software, think critically and solve problems creatively will remain valuable.&lt;/p&gt;

&lt;p&gt;Those who rely entirely on AI without understanding the underlying principles may struggle when the tool produces incorrect answers.&lt;/p&gt;

&lt;p&gt;In other words, AI rewards understanding rather than replacing it.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Learning to Work &lt;em&gt;With&lt;/em&gt; AI Instead of Depending on It&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
For beginners, the best approach is surprisingly simple.&lt;/p&gt;

&lt;p&gt;Use AI as a teacher rather than a shortcut.&lt;/p&gt;

&lt;p&gt;Ask why a piece of code works.&lt;/p&gt;

&lt;p&gt;Request explanations instead of only accepting generated answers.&lt;/p&gt;

&lt;p&gt;Challenge its suggestions.&lt;/p&gt;

&lt;p&gt;Experiment.&lt;/p&gt;

&lt;p&gt;Make mistakes.&lt;/p&gt;

&lt;p&gt;Correct them.&lt;/p&gt;

&lt;p&gt;Learning this way builds confidence that remains useful even when AI is unavailable.&lt;/p&gt;

&lt;p&gt;After all, if your calculator battery dies, knowing basic arithmetic suddenly becomes very valuable.&lt;/p&gt;

&lt;p&gt;Programming is no different.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;The Future Is Collaboration&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
According to the 2024 Stack Overflow Developer Survey, AI tools have become a regular part of software development for many developers, particularly for writing code, learning new technologies and improving productivity. At the same time, many respondents also reported concerns about accuracy and trust, reinforcing the need for human oversight rather than blind reliance.&lt;/p&gt;

&lt;p&gt;That finding captures the current reality perfectly.&lt;/p&gt;

&lt;p&gt;AI inside VS Code is neither magic nor menace.&lt;/p&gt;

&lt;p&gt;It is simply another tool.&lt;/p&gt;

&lt;p&gt;A remarkably capable one, certainly, but still a tool.&lt;/p&gt;

&lt;p&gt;The best developers of the future may not be those who type the fastest.&lt;/p&gt;

&lt;p&gt;They may be those who know when to trust AI, when to question it and when to ignore it completely.&lt;/p&gt;

&lt;p&gt;Technology has always rewarded people who combine curiosity with judgment.&lt;/p&gt;

&lt;p&gt;AI changes neither of those qualities.&lt;/p&gt;

&lt;p&gt;If anything, it makes them even more important.&lt;/p&gt;

&lt;p&gt;Perhaps that is the real story behind AI in VS Code.&lt;/p&gt;

&lt;p&gt;It is not teaching computers to think like humans.&lt;/p&gt;

&lt;p&gt;It is quietly encouraging humans to think more carefully while letting machines handle the repetitive work none of us enjoyed in the first place.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>vscode</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>From the Village Granary to the Digital Ledger: Understanding Blockchain and NFTs Without the Technical Headache</title>
      <dc:creator>Okello Odhiambo</dc:creator>
      <pubDate>Tue, 21 Jul 2026 07:25:39 +0000</pubDate>
      <link>https://dev.to/okelloodhiambo0/from-the-village-granary-to-the-digital-ledger-understanding-blockchain-and-nfts-without-the-1fbl</link>
      <guid>https://dev.to/okelloodhiambo0/from-the-village-granary-to-the-digital-ledger-understanding-blockchain-and-nfts-without-the-1fbl</guid>
      <description>&lt;p&gt;A child who has never travelled believes their father's homestead is the whole world.&lt;/p&gt;

&lt;p&gt;Technology often makes many of us feel like that child. We hear new words, nod politely, and quietly hope someone will explain them in plain language. Few technologies have attracted as much excitement—and confusion—as &lt;strong&gt;blockchain&lt;/strong&gt; and &lt;strong&gt;NFTs.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For years, these two terms have appeared alongside stories about cryptocurrencies, million-dollar digital art, scams, and overnight fortunes. Somewhere in that noise, many ordinary people concluded that blockchain was only for investors, programmers, or people chasing the next big thing online.&lt;/p&gt;

&lt;p&gt;Yet that is far from the truth.&lt;/p&gt;

&lt;p&gt;The real story of blockchain is not about speculation. It is about trust. It is about keeping records that people can verify without depending entirely on one individual or institution. NFTs, meanwhile, are not simply expensive digital pictures. At their heart, they are a way of proving ownership of something unique in the digital world.&lt;/p&gt;

&lt;p&gt;Understanding both begins not with computers, but with something much closer to home.&lt;/p&gt;

&lt;p&gt;Imagine your grandmother's granary.&lt;/p&gt;

&lt;p&gt;Everyone in the village knows how many sacks of maize went in after harvest. Whenever a sack is removed, everyone who helps with the granary can see it. Nobody quietly sneaks in at night and changes last month's count because several people already know what was recorded. Trust comes from shared knowledge rather than blind faith.&lt;/p&gt;

&lt;p&gt;That simple idea lies at the heart of blockchain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Trust, Written One Page at a Time&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Think of a notebook used by a merry-go-round (chama). Every contribution is written down. Every member has seen the entries. If someone tears out a page and replaces it with different numbers, the rest of the members immediately notice because their own records no longer match.&lt;/p&gt;

&lt;p&gt;Blockchain works in much the same way.&lt;/p&gt;

&lt;p&gt;Instead of one notebook locked inside an office, identical copies of the record exist across many computers. Each new page of transactions is connected to the previous page, forming a continuous chain. Once information has been agreed upon and added, changing it becomes extraordinarily difficult because every copy would need to be altered simultaneously.&lt;/p&gt;

&lt;p&gt;Rather than relying on one trusted gatekeeper, the system relies on many participants verifying the same information.&lt;/p&gt;

&lt;p&gt;As &lt;em&gt;The Truth Machine&lt;/em&gt;, economists Michael J. Casey and Paul Vigna observe, blockchain represents "a machine for creating trust." That simple description captures its greatest strength. The technology does not eliminate trust altogether; instead, it changes how trust is established.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Why This Matters Beyond Computers&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Imagine buying a plot of land.&lt;/p&gt;

&lt;p&gt;You receive the title deed and carefully lock it away. Years later, another person appears claiming ownership with a different document. The dispute drags on for months, perhaps years.&lt;/p&gt;

&lt;p&gt;Now imagine if every legitimate transfer of ownership had been permanently recorded in a system where altering past records without everyone noticing was practically impossible.&lt;/p&gt;

&lt;p&gt;That is one reason governments, researchers, and businesses continue exploring blockchain technology—not because it is fashionable, but because reliable records matter.&lt;/p&gt;

&lt;p&gt;The World Economic Forum has repeatedly highlighted blockchain's potential in improving transparency across supply chains, healthcare, trade documentation, and public services.&lt;/p&gt;

&lt;p&gt;The technology is not a magic wand, but it offers a different approach to keeping records honest.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Kenyan Story Hidden Inside Your Morning Cup of Coffee&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Picture a farmer in Nyeri harvesting coffee cherries.&lt;/p&gt;

&lt;p&gt;The beans leave the farm and pass through processors, exporters, shipping companies, warehouses, and finally a café somewhere in London or Tokyo.&lt;/p&gt;

&lt;p&gt;Along the journey, information can easily disappear.&lt;/p&gt;

&lt;p&gt;Which farm produced these beans?&lt;/p&gt;

&lt;p&gt;Were farmers paid fairly?&lt;/p&gt;

&lt;p&gt;Was the coffee organically grown?&lt;/p&gt;

&lt;p&gt;Blockchain allows every participant in that journey to add verified information as the product moves from one stage to another. Instead of relying on one company's records, everyone along the chain contributes to a shared history.&lt;/p&gt;

&lt;p&gt;The result is greater traceability.&lt;/p&gt;

&lt;p&gt;Several agricultural supply-chain projects around the world—including initiatives involving IBM Food Trust and similar traceability platforms—have demonstrated how distributed ledgers can help consumers understand where products originate and how they reached the shelf.&lt;/p&gt;

&lt;p&gt;The same thinking could extend beyond coffee.&lt;/p&gt;

&lt;p&gt;Imagine purchasing beef in Nairobi and scanning a QR code that tells you which county the animal came from, when it received veterinary treatment, where it was slaughtered, and how it reached your local supermarket.&lt;/p&gt;

&lt;p&gt;For livestock-producing countries like Kenya, such transparency could strengthen consumer confidence and improve access to export markets that increasingly demand traceable food systems.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;So Where Do NFTs Come In?&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Suppose your grandfather carved a beautiful wooden stool.&lt;/p&gt;

&lt;p&gt;It is the only one he ever made.&lt;/p&gt;

&lt;p&gt;Many people can photograph it.&lt;/p&gt;

&lt;p&gt;Others can paint it.&lt;/p&gt;

&lt;p&gt;Someone might even create an exact replica.&lt;/p&gt;

&lt;p&gt;But only one original exists.&lt;/p&gt;

&lt;p&gt;An NFT—or &lt;strong&gt;Non-Fungible Token&lt;/strong&gt;—acts like a digital certificate proving ownership or authenticity of something unique.&lt;/p&gt;

&lt;p&gt;The word &lt;em&gt;non-fungible&lt;/em&gt; sounds intimidating, yet the idea is familiar.&lt;/p&gt;

&lt;p&gt;A KSh 1,000 note is fungible because any other genuine KSh 1,000 note can replace it.&lt;/p&gt;

&lt;p&gt;Your national identity card is not fungible.&lt;/p&gt;

&lt;p&gt;Neither is your university degree.&lt;/p&gt;

&lt;p&gt;Neither is your passport.&lt;/p&gt;

&lt;p&gt;They belong specifically to you.&lt;/p&gt;

&lt;p&gt;NFTs apply this same principle to digital assets.&lt;/p&gt;

&lt;p&gt;Contrary to popular belief, the NFT is usually not the artwork itself. Instead, it is a digital record pointing to ownership or authenticity.&lt;/p&gt;

&lt;p&gt;That distinction matters.&lt;/p&gt;

&lt;p&gt;Owning an NFT of a photograph does not automatically stop others from viewing or copying the image online, just as owning the original Mona Lisa would not prevent people from printing posters of it. What changes is who possesses the recognised original.&lt;/p&gt;

&lt;h2&gt;
  
  
  Beyond Digital Art
&lt;/h2&gt;

&lt;p&gt;The headlines often focused on colourful digital images selling for extraordinary sums.&lt;/p&gt;

&lt;p&gt;That created the impression that NFTs were little more than expensive internet collectibles.&lt;/p&gt;

&lt;p&gt;Their practical uses are far broader.&lt;/p&gt;

&lt;p&gt;Imagine receiving your university certificate as an NFT.&lt;/p&gt;

&lt;p&gt;An employer could instantly verify its authenticity without calling the institution.&lt;/p&gt;

&lt;p&gt;Imagine concert tickets issued as NFTs.&lt;/p&gt;

&lt;p&gt;Counterfeit tickets become far harder to produce.&lt;/p&gt;

&lt;p&gt;Imagine hospital records where patients control access to their medical history instead of carrying paper files from one clinic to another.&lt;/p&gt;

&lt;p&gt;Imagine land titles, professional licences, intellectual property rights, museum collections, or even livestock ownership represented through secure digital certificates.&lt;/p&gt;

&lt;p&gt;Many of these ideas remain under development, but the underlying technology already exists.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Not Every Problem Needs a Blockchain&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Good technology should solve real problems rather than create new ones.&lt;/p&gt;

&lt;p&gt;Blockchain is no exception.&lt;/p&gt;

&lt;p&gt;Traditional databases are often faster, cheaper, and easier to manage.&lt;/p&gt;

&lt;p&gt;If a small family business only needs to record daily sales, an ordinary spreadsheet may work perfectly well.&lt;/p&gt;

&lt;p&gt;Blockchain becomes valuable where many independent parties need to trust shared records without placing complete confidence in one central authority.&lt;/p&gt;

&lt;p&gt;It is a specialised tool—not a universal solution.&lt;/p&gt;

&lt;p&gt;As the old Luo saying reminds us, &lt;em&gt;"Piny owang' ni ng'ato ok nyal bedo gi rieko duto."&lt;/em&gt; The world has taught us that no one possesses all wisdom. Likewise, no single technology solves every challenge.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Challenges We Should Not Ignore&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Balanced conversations matter.&lt;/p&gt;

&lt;p&gt;Blockchain systems can be expensive to build and maintain.&lt;/p&gt;

&lt;p&gt;Some public blockchain networks have historically consumed significant amounts of electricity, although newer systems increasingly rely on energy-efficient methods such as Proof of Stake, reducing electricity use dramatically compared with earlier designs.&lt;/p&gt;

&lt;p&gt;There are also legal questions.&lt;/p&gt;

&lt;p&gt;Who owns digital assets?&lt;/p&gt;

&lt;p&gt;How should governments regulate them?&lt;/p&gt;

&lt;p&gt;What happens when mistakes occur in records designed to be difficult to change?&lt;/p&gt;

&lt;p&gt;Fraud remains another concern. Scammers often exploit public excitement around NFTs and cryptocurrencies. Importantly, these scams usually arise from dishonest people, not from the blockchain technology itself.&lt;/p&gt;

&lt;p&gt;As with mobile banking or online shopping, understanding the technology is one of the strongest forms of protection.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Looking Ahead&lt;br&gt;
*&lt;/em&gt;&lt;br&gt;
Blockchain and NFTs are still evolving.&lt;/p&gt;

&lt;p&gt;Some ideas will succeed.&lt;/p&gt;

&lt;p&gt;Others will quietly disappear.&lt;/p&gt;

&lt;p&gt;That is how innovation has always worked.&lt;/p&gt;

&lt;p&gt;Few Kenyans imagined twenty years ago that sending money through a mobile phone would become an everyday habit. Today it feels ordinary.&lt;/p&gt;

&lt;p&gt;Blockchain may follow a similar path—not because everyone suddenly becomes a cryptocurrency trader, but because the technology quietly finds practical uses in areas where trust, transparency, and reliable records matter most.&lt;/p&gt;

&lt;p&gt;When that happens, many people may use blockchain every day without ever noticing it, just as millions of people send mobile money without thinking about the complex systems operating behind the screen.&lt;/p&gt;

&lt;p&gt;Technology is at its best when it disappears into everyday life.&lt;/p&gt;

&lt;p&gt;Perhaps that is the simplest way to understand blockchain.&lt;/p&gt;

&lt;p&gt;It is not trying to replace human trust.&lt;/p&gt;

&lt;p&gt;It is trying to help us record trust more faithfully.&lt;/p&gt;

&lt;p&gt;And NFTs?&lt;/p&gt;

&lt;p&gt;They simply answer an old human question in a new digital world:&lt;/p&gt;

&lt;p&gt;_"How do we know this truly belongs to you?"&lt;br&gt;
_&lt;br&gt;
The answer, increasingly, may not come from a filing cabinet or a rubber stamp, but from a carefully maintained digital ledger shared across the world.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Building Confidence Without Knowing What You’re Doing (A Beginner’s Honest Story)</title>
      <dc:creator>Okello Odhiambo</dc:creator>
      <pubDate>Wed, 13 May 2026 11:49:07 +0000</pubDate>
      <link>https://dev.to/okelloodhiambo0/building-confidence-without-knowing-what-youre-doing-a-beginners-honest-story-176p</link>
      <guid>https://dev.to/okelloodhiambo0/building-confidence-without-knowing-what-youre-doing-a-beginners-honest-story-176p</guid>
      <description>&lt;p&gt;Last week, I passed an audit I was fully prepared to fail.&lt;/p&gt;

&lt;p&gt;Not “maybe fail.”&lt;br&gt;
Not “slightly unsure.”&lt;/p&gt;

&lt;p&gt;Fail.&lt;/p&gt;

&lt;p&gt;The kind where you’re already planning how you’ll explain yourself when everything starts falling apart.&lt;/p&gt;

&lt;p&gt;But somehow… I passed.&lt;/p&gt;

&lt;p&gt;And to be honest? I wasn’t even sure I deserved to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Welcome to learning without a map&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’m currently learning software development at Zone01 Kisumu, where everything is peer-to-peer. No teachers. Just apprentices trying to figure things out, reviewing each other’s work, and occasionally pretending we understand what’s going on.&lt;/p&gt;

&lt;p&gt;For the past two months, my learning journey has looked less like a straight line… and more like a circle.&lt;/p&gt;

&lt;p&gt;Learn.&lt;br&gt;
Unlearn.&lt;br&gt;
Get confused.&lt;br&gt;
Repeat.&lt;/p&gt;

&lt;p&gt;At some point you even start asking yourself:&lt;/p&gt;

&lt;p&gt;“Am I actually learning… or just surviving?”&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The moment things stopped making sense&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One project that really humbled me was &lt;strong&gt;ascii-art-web&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The task sounded simple enough:&lt;br&gt;
Build a Go server and connect it to a web interface.&lt;/p&gt;

&lt;p&gt;Simple… until it wasn’t.&lt;/p&gt;

&lt;p&gt;Because just when I was starting to understand Go—just starting—HTML showed up like:&lt;/p&gt;

&lt;p&gt;“Surprise 🙂”&lt;/p&gt;

&lt;p&gt;Suddenly I wasn’t just thinking about logic anymore.&lt;br&gt;
Now it was structure, templates, rendering…&lt;/p&gt;

&lt;p&gt;At that point I just stared at my screen like:&lt;/p&gt;

&lt;p&gt;“Wuod gi nyithindo, what is actually going on here?”&lt;/p&gt;

&lt;p&gt;I didn’t fully understand what I was building.&lt;/p&gt;

&lt;p&gt;But I still submitted it.&lt;/p&gt;

&lt;p&gt;Because… what else are you going to do?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The real fear isn’t failure&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every time I hit “submit,” there’s a small moment of regret.&lt;/p&gt;

&lt;p&gt;Like maybe if I close my laptop fast enough, the audit won’t happen.&lt;/p&gt;

&lt;p&gt;Because the fear isn’t really failing.&lt;/p&gt;

&lt;p&gt;It’s sitting in front of someone while they go through your code and ask:&lt;/p&gt;

&lt;p&gt;“Why did you do this?”&lt;/p&gt;

&lt;p&gt;And your brain just goes:&lt;/p&gt;

&lt;p&gt;“We listen, we don’t judge.”&lt;/p&gt;

&lt;p&gt;If I’m being honest, I’m less afraid of failing…&lt;/p&gt;

&lt;p&gt;and more afraid of being exposed as someone who doesn’t fully understand what they’re doing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The audit that almost ended me (but didn’t)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then came net-cat.&lt;/p&gt;

&lt;p&gt;Server. Client. Connections. Ports. Communication.&lt;/p&gt;

&lt;p&gt;Big words. Serious things.&lt;/p&gt;

&lt;p&gt;I walked into that audit already defeated.&lt;/p&gt;

&lt;p&gt;And the auditor?&lt;br&gt;
Very thorough. The kind who doesn’t just follow the questions—they expand them.&lt;/p&gt;

&lt;p&gt;At some point, they started asking things that weren’t even on the audit sheet.&lt;/p&gt;

&lt;p&gt;I remember thinking:&lt;/p&gt;

&lt;p&gt;“Ah. This is where my journey ends.”&lt;/p&gt;

&lt;p&gt;But somehow… I passed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Passing without confidence is confusing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You’d think passing would feel amazing.&lt;/p&gt;

&lt;p&gt;But instead, I just sat there wondering:&lt;/p&gt;

&lt;p&gt;“Wait… so what exactly just happened?”&lt;/p&gt;

&lt;p&gt;Because in my head, I was still the same person who didn’t fully get it.&lt;/p&gt;

&lt;p&gt;That’s when something small shifted.&lt;/p&gt;

&lt;p&gt;Instead of celebrating, I started seeing audits differently:&lt;/p&gt;

&lt;p&gt;“Maybe this is not just a test… maybe this is where I actually learn the thing I thought I learned.”&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What “not learning” really feels like&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let me be real.&lt;/p&gt;

&lt;p&gt;There are days it feels like I’ve learned absolutely nothing.&lt;/p&gt;

&lt;p&gt;Two months in… and sometimes I still feel like it’s day one.&lt;/p&gt;

&lt;p&gt;You’re in a group discussion.&lt;br&gt;
People are throwing around terms.&lt;br&gt;
Debating solutions.&lt;/p&gt;

&lt;p&gt;And you’re just there like:&lt;/p&gt;

&lt;p&gt;“Yes… yes… I also agree… with… everything.”&lt;/p&gt;

&lt;p&gt;Meanwhile, inside:&lt;/p&gt;

&lt;p&gt;“Koro an gi wach matin… I am completely lost.”&lt;/p&gt;

&lt;p&gt;And then the comparisons start.&lt;/p&gt;

&lt;p&gt;“They understand this faster.”&lt;br&gt;
“They explain things better.”&lt;br&gt;
“They belong here.”&lt;/p&gt;

&lt;p&gt;And you?&lt;/p&gt;

&lt;p&gt;You’re not so sure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But something is happening (quietly)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Even with all that confusion, there are small things that have changed.&lt;/p&gt;

&lt;p&gt;I can push projects without struggling.&lt;br&gt;
I understand my way around VS Code.&lt;br&gt;
The terminal no longer feels like a place where mistakes go to multiply.&lt;/p&gt;

&lt;p&gt;These aren’t big, dramatic wins.&lt;/p&gt;

&lt;p&gt;But they matter.&lt;/p&gt;

&lt;p&gt;Because a few weeks ago?&lt;br&gt;
These same things felt impossible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Maybe confidence isn’t the starting point&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I used to think confidence comes first.&lt;/p&gt;

&lt;p&gt;That one day I’d wake up and feel ready.&lt;/p&gt;

&lt;p&gt;Now I’m starting to think that was a lie.&lt;/p&gt;

&lt;p&gt;Because what’s actually happening is this:&lt;/p&gt;

&lt;p&gt;You submit while unsure.&lt;br&gt;
You get audited while nervous.&lt;br&gt;
You pass… sometimes by surprise.&lt;/p&gt;

&lt;p&gt;And slowly—very quietly—something starts to build.&lt;/p&gt;

&lt;p&gt;Not loud confidence.&lt;br&gt;
Not “I know everything now.”&lt;/p&gt;

&lt;p&gt;Just a small, steady realization:&lt;/p&gt;

&lt;p&gt;“I may not understand everything… but I’m not the same person I was when I started.”&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So what does confidence mean to me right now?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It’s not clarity.&lt;br&gt;
It’s not mastery.&lt;br&gt;
It’s definitely not feeling ready.&lt;/p&gt;

&lt;p&gt;Right now, confidence is much simpler than that.&lt;/p&gt;

&lt;p&gt;It’s this:&lt;/p&gt;

&lt;p&gt;Showing up. Submitting anyway. And refusing to quit.&lt;/p&gt;

&lt;p&gt;Even when I feel lost.&lt;br&gt;
Even when I can’t explain my own code properly.&lt;br&gt;
Even when I’m sure I’m about to fail.&lt;/p&gt;

&lt;p&gt;Because somehow… despite all that…&lt;/p&gt;

&lt;p&gt;I’m still here.&lt;/p&gt;

&lt;p&gt;Still learning.&lt;br&gt;
Still confused.&lt;br&gt;
Still moving forward.&lt;/p&gt;

&lt;p&gt;And for now?&lt;/p&gt;

&lt;p&gt;That’s enough.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>100daysofcode</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>After attending the piscine at Zone01 Kisumu twice (almost 60 days), I realized it’s less about coding and more about resilience.

I wrote a story about the experience, the confusion, the checkpoints, the audits, and the lessons that come with them.</title>
      <dc:creator>Okello Odhiambo</dc:creator>
      <pubDate>Thu, 12 Mar 2026 07:51:49 +0000</pubDate>
      <link>https://dev.to/okelloodhiambo0/after-attending-the-piscine-at-zone01-kisumu-twice-almost-60-days-i-realized-its-less-about-4pac</link>
      <guid>https://dev.to/okelloodhiambo0/after-attending-the-piscine-at-zone01-kisumu-twice-almost-60-days-i-realized-its-less-about-4pac</guid>
      <description>&lt;p&gt;

&lt;/p&gt;
&lt;div class="ltag__link--embedded"&gt;
  &lt;div class="crayons-story "&gt;
  &lt;a href="https://dev.to/okelloodhiambo0/surviving-the-piscine-at-zone01-kisumu-60-days-of-being-humbled-by-code-3o5h" class="crayons-story__hidden-navigation-link"&gt;Surviving the Piscine at Zone01 Kisumu - 60 Days of Being Humbled by Code&lt;/a&gt;


  &lt;div class="crayons-story__body crayons-story__body-full_post"&gt;
    &lt;div class="crayons-story__top"&gt;
      &lt;div class="crayons-story__meta"&gt;
        &lt;div class="crayons-story__author-pic"&gt;

          &lt;a href="/okelloodhiambo0" class="crayons-avatar  crayons-avatar--l  "&gt;
            &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3816211%2Fac652f13-cb10-4d26-9269-373df889f7d9.jpg" alt="okelloodhiambo0 profile" class="crayons-avatar__image"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div&gt;
          &lt;div&gt;
            &lt;a href="/okelloodhiambo0" class="crayons-story__secondary fw-medium m:hidden"&gt;
              Okello Odhiambo
            &lt;/a&gt;
            &lt;div class="profile-preview-card relative mb-4 s:mb-0 fw-medium hidden m:inline-block"&gt;
              
                Okello Odhiambo
                
              
              &lt;div id="story-author-preview-content-3342344" class="profile-preview-card__content crayons-dropdown branded-7 p-4 pt-0"&gt;
                &lt;div class="gap-4 grid"&gt;
                  &lt;div class="-mt-4"&gt;
                    &lt;a href="/okelloodhiambo0" class="flex"&gt;
                      &lt;span class="crayons-avatar crayons-avatar--xl mr-2 shrink-0"&gt;
                        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3816211%2Fac652f13-cb10-4d26-9269-373df889f7d9.jpg" class="crayons-avatar__image" alt=""&gt;
                      &lt;/span&gt;
                      &lt;span class="crayons-link crayons-subtitle-2 mt-5"&gt;Okello Odhiambo&lt;/span&gt;
                    &lt;/a&gt;
                  &lt;/div&gt;
                  &lt;div class="print-hidden"&gt;
                    
                      Follow
                    
                  &lt;/div&gt;
                  &lt;div class="author-preview-metadata-container"&gt;&lt;/div&gt;
                &lt;/div&gt;
              &lt;/div&gt;
            &lt;/div&gt;

          &lt;/div&gt;
          &lt;a href="https://dev.to/okelloodhiambo0/surviving-the-piscine-at-zone01-kisumu-60-days-of-being-humbled-by-code-3o5h" class="crayons-story__tertiary fs-xs"&gt;&lt;time&gt;Mar 12&lt;/time&gt;&lt;span class="time-ago-indicator-initial-placeholder"&gt;&lt;/span&gt;&lt;/a&gt;
        &lt;/div&gt;
      &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class="crayons-story__indention"&gt;
      &lt;h2 class="crayons-story__title crayons-story__title-full_post"&gt;
        &lt;a href="https://dev.to/okelloodhiambo0/surviving-the-piscine-at-zone01-kisumu-60-days-of-being-humbled-by-code-3o5h" id="article-link-3342344"&gt;
          Surviving the Piscine at Zone01 Kisumu - 60 Days of Being Humbled by Code
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;div class="crayons-story__tags"&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/beginners"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;beginners&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/codenewbie"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;codenewbie&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/devjournal"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;devjournal&lt;/a&gt;
            &lt;a class="crayons-tag  crayons-tag--monochrome " href="/t/learning"&gt;&lt;span class="crayons-tag__prefix"&gt;#&lt;/span&gt;learning&lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="crayons-story__bottom"&gt;
        &lt;div class="crayons-story__details"&gt;
          &lt;a href="https://dev.to/okelloodhiambo0/surviving-the-piscine-at-zone01-kisumu-60-days-of-being-humbled-by-code-3o5h" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left"&gt;
            &lt;div class="multiple_reactions_aggregate"&gt;
              &lt;span class="multiple_reactions_icons_container"&gt;
                  &lt;span class="crayons_icon_container"&gt;
                    &lt;img src="https://assets.dev.to/assets/sparkle-heart-5f9bee3767e18deb1bb725290cb151c25234768a0e9a2bd39370c382d02920cf.svg" width="18" height="18"&gt;
                  &lt;/span&gt;
              &lt;/span&gt;
              &lt;span class="aggregate_reactions_counter"&gt;2&lt;span class="hidden s:inline"&gt;&amp;nbsp;reactions&lt;/span&gt;&lt;/span&gt;
            &lt;/div&gt;
          &lt;/a&gt;
            &lt;a href="https://dev.to/okelloodhiambo0/surviving-the-piscine-at-zone01-kisumu-60-days-of-being-humbled-by-code-3o5h#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left flex items-center"&gt;
              

              &lt;span class="hidden s:inline"&gt;Add&amp;nbsp;Comment&lt;/span&gt;
            &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="crayons-story__save"&gt;
          &lt;small class="crayons-story__tertiary fs-xs mr-2"&gt;
            4 min read
          &lt;/small&gt;
            
              &lt;span class="bm-initial"&gt;
                

              &lt;/span&gt;
              &lt;span class="bm-success"&gt;
                

              &lt;/span&gt;
            
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;




</description>
      <category>codenewbie</category>
      <category>coding</category>
      <category>devjournal</category>
      <category>learning</category>
    </item>
    <item>
      <title>Surviving the Piscine at Zone01 Kisumu - 60 Days of Being Humbled by Code</title>
      <dc:creator>Okello Odhiambo</dc:creator>
      <pubDate>Thu, 12 Mar 2026 07:49:53 +0000</pubDate>
      <link>https://dev.to/okelloodhiambo0/surviving-the-piscine-at-zone01-kisumu-60-days-of-being-humbled-by-code-3o5h</link>
      <guid>https://dev.to/okelloodhiambo0/surviving-the-piscine-at-zone01-kisumu-60-days-of-being-humbled-by-code-3o5h</guid>
      <description>&lt;p&gt;I attended the piscine twice.&lt;/p&gt;

&lt;p&gt;That’s nearly 60 days of intense coding, confusion, debugging, and occasional existential crises in front of a computer.&lt;/p&gt;

&lt;p&gt;And when I say intense, I mean the kind where you stare at your screen so long that even the keyboard starts judging you.&lt;/p&gt;

&lt;p&gt;When I first joined the piscine at Zone01 Kisumu, I had zero tech background. Not “a little HTML” zero. I mean completely zero.&lt;/p&gt;

&lt;p&gt;The closest I had come to programming was dialing USSD codes like *544# to check bundles.&lt;/p&gt;

&lt;p&gt;Yet somehow, I had decided to learn software engineering.&lt;/p&gt;

&lt;p&gt;Looking back, that decision would lead to one of the most challenging and transformative experiences of my life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Day One: A Very Fast Reality Check&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The first day of the piscine is where reality politely introduces itself.&lt;/p&gt;

&lt;p&gt;You sit down, open your computer, log into the system, and look around the room.&lt;/p&gt;

&lt;p&gt;Some people immediately start typing like they’ve been preparing for this moment since childhood.&lt;/p&gt;

&lt;p&gt;Within the first hour, something becomes obvious.&lt;/p&gt;

&lt;p&gt;Not everyone is starting from the same place.&lt;/p&gt;

&lt;p&gt;Some participants come from computer science backgrounds or have already spent time coding. They move through exercises quickly and confidently.&lt;/p&gt;

&lt;p&gt;Meanwhile, you’re still reading the instructions.&lt;/p&gt;

&lt;p&gt;At Zone01, finishing an exercise is often called “BIM-ing” it.&lt;/p&gt;

&lt;p&gt;So imagine hearing someone say:&lt;/p&gt;

&lt;p&gt;“I’ve already BIM’d that exercise.”&lt;/p&gt;

&lt;p&gt;And you haven’t even figured out what the instructions mean yet.&lt;/p&gt;

&lt;p&gt;That’s the moment when your brain quietly asks:&lt;/p&gt;

&lt;p&gt;“Are we sure we belong here?”&lt;/p&gt;

&lt;p&gt;But stubbornness is powerful.&lt;/p&gt;

&lt;p&gt;So you stay.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Weekly Cycle: Hope vs Reality&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The piscine has a rhythm that every participant eventually recognizes.&lt;/p&gt;

&lt;p&gt;During the week, you start gaining confidence.&lt;/p&gt;

&lt;p&gt;You solve a few exercises.&lt;br&gt;
You fix a bug.&lt;br&gt;
Maybe you even help someone else.&lt;/p&gt;

&lt;p&gt;For a moment, you feel like you're finally getting the hang of things.&lt;/p&gt;

&lt;p&gt;Then comes the checkpoint.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The 4-Hour Checkpoint Experience&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The checkpoint is a timed exam designed to test your understanding.&lt;/p&gt;

&lt;p&gt;And it’s also where confidence goes to die.&lt;/p&gt;

&lt;p&gt;Everyone starts at the same time.&lt;/p&gt;

&lt;p&gt;You open the exam.&lt;/p&gt;

&lt;p&gt;You read the first question.&lt;/p&gt;

&lt;p&gt;Then you stare at the screen.&lt;/p&gt;

&lt;p&gt;Five minutes pass.&lt;/p&gt;

&lt;p&gt;Ten minutes pass.&lt;/p&gt;

&lt;p&gt;Meanwhile, the person next to you is already on Level 3.&lt;/p&gt;

&lt;p&gt;At this point, many people develop the same coping mechanism: typing random commands just so it looks like you're working.&lt;/p&gt;

&lt;p&gt;Your screen is empty.&lt;/p&gt;

&lt;p&gt;But your keyboard is extremely busy.&lt;/p&gt;

&lt;p&gt;Checkpoints have a way of reminding everyone that learning to code is not a straight line.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Group Projects: When Confidence Meets the Audit&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Group work is one of the most interesting parts of the piscine.&lt;/p&gt;

&lt;p&gt;People gather around one screen discussing solutions, sharing ideas, and proposing approaches.&lt;/p&gt;

&lt;p&gt;Someone says:&lt;/p&gt;

&lt;p&gt;“Let’s use recursion.”&lt;/p&gt;

&lt;p&gt;Everyone nods.&lt;/p&gt;

&lt;p&gt;Even the people who have absolutely no idea what recursion is.&lt;/p&gt;

&lt;p&gt;For a moment, the team feels unstoppable.&lt;/p&gt;

&lt;p&gt;Then comes audit time.&lt;/p&gt;

&lt;p&gt;An auditor reviews your project and asks a simple question:&lt;/p&gt;

&lt;p&gt;“Can you explain this part of the code?”&lt;/p&gt;

&lt;p&gt;If you truly understand it, no problem.&lt;/p&gt;

&lt;p&gt;If you don’t, the explanation suddenly becomes very creative.&lt;/p&gt;

&lt;p&gt;You start sentences like:&lt;/p&gt;

&lt;p&gt;“Basically what happens here is… you see… the function…”&lt;/p&gt;

&lt;p&gt;And somehow the explanation never reaches a conclusion.&lt;/p&gt;

&lt;p&gt;It’s a humbling moment that most piscine participants remember very clearly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The AI Temptation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let’s talk about something modern developers understand very well.&lt;/p&gt;

&lt;p&gt;The temptation to use AI.&lt;/p&gt;

&lt;p&gt;When you're stuck on a problem for hours, the thought appears:&lt;/p&gt;

&lt;p&gt;“Maybe I should just get a small hint.”&lt;/p&gt;

&lt;p&gt;Suddenly, perfect code appears.&lt;/p&gt;

&lt;p&gt;Clean. Elegant. Working.&lt;/p&gt;

&lt;p&gt;You submit it feeling brilliant.&lt;/p&gt;

&lt;p&gt;Until someone asks:&lt;/p&gt;

&lt;p&gt;“Can you explain what this line does?”&lt;/p&gt;

&lt;p&gt;That’s when the real test begins.&lt;/p&gt;

&lt;p&gt;The piscine doesn’t just evaluate whether your code works.&lt;/p&gt;

&lt;p&gt;It checks whether you understand what you wrote.&lt;/p&gt;

&lt;p&gt;And that’s a lesson many developers learn the hard way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What the Piscine Actually Teaches&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;At first glance, the piscine looks like a coding bootcamp.&lt;/p&gt;

&lt;p&gt;But after weeks of struggling through exercises, something becomes clear.&lt;/p&gt;

&lt;p&gt;The real lesson isn’t just programming.&lt;/p&gt;

&lt;p&gt;It’s resilience.&lt;/p&gt;

&lt;p&gt;You learn how to deal with frustration.&lt;/p&gt;

&lt;p&gt;You learn that confusion is part of the learning process.&lt;/p&gt;

&lt;p&gt;And you learn that everyone—no matter how experienced—gets stuck sometimes.&lt;/p&gt;

&lt;p&gt;A Luo proverb says:&lt;/p&gt;

&lt;p&gt;“Piny owacho gi chike, to ng’ato nyalo puonjore.”&lt;br&gt;
The world has its rules, but a person can learn them.&lt;/p&gt;

&lt;p&gt;The piscine forces you to accept that progress happens slowly, one concept at a time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why I Came Back the Second Time&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After my first attempt, I had a choice.&lt;/p&gt;

&lt;p&gt;Walk away.&lt;/p&gt;

&lt;p&gt;Or try again.&lt;/p&gt;

&lt;p&gt;I came back.&lt;/p&gt;

&lt;p&gt;Not because coding suddenly became easy.&lt;/p&gt;

&lt;p&gt;But because something had changed.&lt;/p&gt;

&lt;p&gt;I understood that the goal wasn’t to be the fastest person in the room.&lt;/p&gt;

&lt;p&gt;The goal was simply to keep improving.&lt;/p&gt;

&lt;p&gt;One exercise.&lt;/p&gt;

&lt;p&gt;One concept.&lt;/p&gt;

&lt;p&gt;One bug at a time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Looking back at nearly 60 days in the piscine, one thing stands out.&lt;/p&gt;

&lt;p&gt;The experience tests more than your technical ability.&lt;/p&gt;

&lt;p&gt;It tests your patience.&lt;br&gt;
Your humility.&lt;br&gt;
Your willingness to keep learning.&lt;/p&gt;

&lt;p&gt;Some days your screen is blank.&lt;/p&gt;

&lt;p&gt;Some days the person next to you is already on Level 3.&lt;/p&gt;

&lt;p&gt;But if you stay long enough, something interesting happens.&lt;/p&gt;

&lt;p&gt;You start solving problems that once felt impossible.&lt;/p&gt;

&lt;p&gt;And slowly, line by line, the code begins to make sense.&lt;/p&gt;

&lt;p&gt;💬 If you’ve ever gone through a coding bootcamp, a 42/Zone01 piscine, or any intense learning experience, I’d love to hear your story.&lt;/p&gt;

&lt;p&gt;What was the moment that humbled you the most?&lt;/p&gt;

&lt;p&gt;Because if there’s one thing the piscine proves, it’s this:&lt;/p&gt;

&lt;p&gt;Every developer has that moment.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>devjournal</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
