<?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: Shenbaga Shree J</title>
    <description>The latest articles on DEV Community by Shenbaga Shree J (@jshenbagashree).</description>
    <link>https://dev.to/jshenbagashree</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%2F3982560%2F49e850ae-31da-460b-aa59-58ed3470bbb3.jpg</url>
      <title>DEV Community: Shenbaga Shree J</title>
      <link>https://dev.to/jshenbagashree</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jshenbagashree"/>
    <language>en</language>
    <item>
      <title>From DNA to Data: Where Biology meets Computation</title>
      <dc:creator>Shenbaga Shree J</dc:creator>
      <pubDate>Thu, 18 Jun 2026 17:09:07 +0000</pubDate>
      <link>https://dev.to/jshenbagashree/from-dna-to-data-where-biology-meets-computation-2gij</link>
      <guid>https://dev.to/jshenbagashree/from-dna-to-data-where-biology-meets-computation-2gij</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffjvfdn4fkc9unlg39ykf.jpg" class="article-body-image-wrapper"&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffjvfdn4fkc9unlg39ykf.jpg" alt="DNA Computing Image from Shutterstock" width="800" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I thought the Human Genome Project was all about Biology. DNA, Genes, Chromosomes — the usual suspects.&lt;/p&gt;

&lt;p&gt;But the deeper I looked, the more unexpected things I found: Databases, Algorithms, Data Analysis, and Computation.&lt;/p&gt;

&lt;p&gt;Then came a realization that completely changed my perspective.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Humans don’t just store and process Data — we are Data!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The information that makes us who we are is encoded within our DNA, waiting to be read, stored, and analyzed!&lt;/p&gt;

&lt;p&gt;Suddenly, the Human Genome Project no longer seemed like a biology project alone.&lt;/p&gt;

&lt;p&gt;Instead, it became a story of disciplines crossing paths, where biology holds hands with computation to unravel the human genome and the mysteries hidden within it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Human Genome
&lt;/h2&gt;

&lt;p&gt;What makes humans, humans? The answer lies in something hidden beyond our eyesight — the genetic information etched within our cells.&lt;/p&gt;

&lt;p&gt;Humans are made up of trillions of cells,&lt;br&gt;
and nearly every cell contains DNA, the molecule that carries our genetic instructions.&lt;/p&gt;

&lt;p&gt;Segments of DNA, known as genes, influence many of our traits, while the DNA itself is neatly organized into structures called chromosomes.&lt;/p&gt;

&lt;p&gt;Remarkably, every instruction needed to build and maintain a human being is contained within this genetic code. Collectively, it is known as the human genome.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The scale of the human genome is truly astonishing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If the DNA in a single cell were stretched out, it would measure nearly two meters in length. Yet, it is tightly coiled and packaged to fit inside a microscopic cell nucleus.&lt;/p&gt;

&lt;p&gt;Even more remarkable is the amount of information it contains: approximately three billion chemical base pairs, represented by just four letters A, T, G, and C.&lt;/p&gt;

&lt;p&gt;These billions of base pairs serve as the language of life, encoding the instructions required for growth, development, and the functioning of the human body.&lt;/p&gt;

&lt;p&gt;Understanding this vast repository of information, however, was no simple task. The challenge of decoding and analyzing the human genome eventually led to one of the most ambitious scientific endeavors in history — the Human Genome Project.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Human Genome Project
&lt;/h2&gt;

&lt;p&gt;The Human Genome Project (HGP) was an international scientific research initiative with an ambitious goal: to identify, map, and sequence the entire human genome.&lt;/p&gt;

&lt;p&gt;In simpler terms, scientists wanted to read the complete genetic instruction manual of human life.&lt;/p&gt;

&lt;p&gt;Launched in 1990 and completed in 2003, the project brought together researchers from around the world in one of the largest collaborative efforts in scientific history.&lt;/p&gt;

&lt;p&gt;At first glance, this sounds like a task meant solely for biologists and geneticists. After all, DNA belongs to the realm of biology.&lt;/p&gt;

&lt;p&gt;But as I learned more about the project, I discovered another group of experts working behind the scenes.&lt;/p&gt;

&lt;p&gt;✨ Programmers ✨&lt;br&gt;
Programmers? What?&lt;/p&gt;

&lt;p&gt;Yep. Sit back and keep reading!&lt;/p&gt;

&lt;h2&gt;
  
  
  The Data Problem
&lt;/h2&gt;

&lt;p&gt;Remember that the human genome contains roughly three billion base pairs. Reading such an enormous amount of genetic information was only part of the challenge.&lt;/p&gt;

&lt;p&gt;Scientists also had to store it, organize it, share it, and analyze it. Suddenly, the problem no longer seemed purely biological.&lt;/p&gt;

&lt;p&gt;It had become a data problem.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;And solving a data problem requires something biology alone cannot provide: Computation.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s where programmers entered the arc.&lt;/p&gt;

&lt;h2&gt;
  
  
  Databases and Analysis
&lt;/h2&gt;

&lt;p&gt;Scientists needed ways to store vast amounts of genomic information, compare DNA sequences, identify genes, and search for patterns hidden within billions of base pairs.&lt;/p&gt;

&lt;p&gt;These tasks would have been nearly impossible to perform manually.&lt;/p&gt;

&lt;p&gt;This is where computation became indispensable.&lt;/p&gt;

&lt;p&gt;Databases were developed to store genomic information. Storing the data was only the beginning.&lt;/p&gt;

&lt;p&gt;Scientists wanted to find meaningful patterns with it. Algorithms helped researchers analyze and compare sequences efficiently.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Computers transformed what would have been an overwhelming collection of letters into information that scientists could study and understand.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  From Base Pairs to Big Data: The Rise of Bioinformatics
&lt;/h2&gt;

&lt;p&gt;The shift of biology into data-driven science marked the rise of a new protagonist — Bioinformatics.&lt;/p&gt;

&lt;p&gt;Explosive Growth began fueled by the Human Genome Project and the advanced DNA Sequencing Technologies.&lt;/p&gt;

&lt;p&gt;What began as a challenge of storing and analyzing genomic data soon evolved into an entirely new discipline!&lt;/p&gt;

&lt;p&gt;Today, the field integrates Computer Science, Mathematics, Data Analysis and Molecular Biology. Bioinformatics unleashes the immense power of Big Data in biotechnology.&lt;/p&gt;

&lt;p&gt;And as our ability to understand the code of life grows, I am reminded of a famous pop-culture reference:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“With great power comes great responsibility.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The ability to read, store, and analyze the genetic information of millions of people opens remarkable opportunities — but also raises important questions about privacy, ethics, and how such knowledge should be used.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Dawn of Data-Driven Science
&lt;/h2&gt;

&lt;p&gt;Before writing this article, I associated the rise of data with the digital age of social media, smartphones, and artificial intelligence.&lt;/p&gt;

&lt;p&gt;The Human Genome Project challenged that assumption.&lt;/p&gt;

&lt;p&gt;Long before our modern data-driven world emerged, Scientists were already managing and analyzing enormous volumes of genomic data.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In many ways, the Human Genome Project was a glimpse into the data-centric future that was yet to come!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;High school me thought the Human Genome Project was solely about biology. Today, I realize that it was far more than that.&lt;/p&gt;

&lt;p&gt;The project brought together medicine, biology, genetics, data science, and even gave rise to an entirely new field — bioinformatics.&lt;/p&gt;

&lt;p&gt;More importantly, it taught me that some of the most fascinating discoveries happen when disciplines cross paths.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The Human Genome Project was not just a story of decoding DNA; it was a story of how biology met computation to unlock the information written within us!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you have made it this far, I am genuinely fascinated. In an era of endless doomscrolling, reading an article from start to finish is becoming a rare thing.&lt;/p&gt;

&lt;p&gt;Thanks for Reading! God Bless You!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>automation</category>
      <category>database</category>
      <category>datascience</category>
    </item>
    <item>
      <title>If AC Becomes Zero 100 Times a Second, Why Doesn’t the Light Turn Off?</title>
      <dc:creator>Shenbaga Shree J</dc:creator>
      <pubDate>Mon, 15 Jun 2026 19:46:47 +0000</pubDate>
      <link>https://dev.to/jshenbagashree/if-ac-becomes-zero-100-times-a-second-why-doesnt-the-light-turn-off-4m7c</link>
      <guid>https://dev.to/jshenbagashree/if-ac-becomes-zero-100-times-a-second-why-doesnt-the-light-turn-off-4m7c</guid>
      <description>&lt;p&gt;Everybody knows that AC in India operates at 50 Hz. And most of us also know that Alternating Current follows a sinusoidal waveform. It rises, falls, becomes zero, reverses direction, and repeats the cycle all over again.&lt;/p&gt;

&lt;p&gt;Simple Enough!&lt;/p&gt;

&lt;p&gt;Then one day, a random thought kept me baffled.&lt;/p&gt;

&lt;p&gt;Instead of sitting with it and pondering deeply, which probably would’ve improved my creativity, I did what most of us do these days — I asked ChatGPT.&lt;/p&gt;

&lt;p&gt;Here’s my attempt at explaining the answer in a curious and slightly confused way.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Question&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;If AC is 50 Hz, the waveform repeats 50 times every second. And since the voltage becomes zero twice during every cycle…&lt;/p&gt;

&lt;p&gt;Hold on.&lt;/p&gt;

&lt;p&gt;That means the voltage becomes zero 100 times every second!&lt;/p&gt;

&lt;p&gt;Then why isn’t my room flashing like a disco?&lt;/p&gt;

&lt;p&gt;I stared at the bulb.&lt;/p&gt;

&lt;p&gt;My mom asked what I was doing. I wasn’t sure how to explain that I was investigating AC zero crossings.&lt;/p&gt;

&lt;p&gt;And yet, Nothing was flickering.&lt;/p&gt;

&lt;p&gt;My first guess was simple.&lt;/p&gt;

&lt;p&gt;Maybe the bulb somehow stores energy between those tiny moments when the voltage becomes zero. After all, I had learned that inductors store energy in magnetic fields. Capacitors store energy in electric fields.&lt;/p&gt;

&lt;p&gt;So maybe there was some hidden component inside the bulb doing exactly that?&lt;/p&gt;

&lt;p&gt;So WHAT exactly was I missing?&lt;/p&gt;

&lt;p&gt;Let us dive in deeper.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Case of the Incandescent Bulb&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Let’s start with the good old incandescent bulb. The one with the tungsten filament inside.&lt;/p&gt;

&lt;p&gt;Yeah, tungsten. Sounds less like a metal and more like the name of a kung-fu master.&lt;/p&gt;

&lt;p&gt;When electric current passes through the filament, it becomes extremely hot and starts glowing.&lt;/p&gt;

&lt;p&gt;Now here comes the interesting part.&lt;/p&gt;

&lt;p&gt;When the AC voltage reaches zero, the filament doesn’t suddenly panic and switch itself off. It’s still incredibly hot.&lt;/p&gt;

&lt;p&gt;Just like an iron box doesn’t instantly become cold after being switched off — the filament doesn’t instantly lose all its heat.&lt;/p&gt;

&lt;p&gt;This behaviour has a fancy name: Thermal Inertia. In simple terms, things don’t like changing temperature instantly.&lt;/p&gt;

&lt;p&gt;The voltage may touch zero for a tiny fraction of a second, but the filament simply doesn’t have enough time to cool down.&lt;/p&gt;

&lt;p&gt;So the light keeps glowing.&lt;/p&gt;

&lt;p&gt;The bulb isn’t ignoring physics. It’s following physics. And apparently, it’s too hot to care.&lt;/p&gt;

&lt;p&gt;Question answered? Well… Not really.&lt;/p&gt;

&lt;p&gt;Because, “What about LED bulbs?”&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Case of the LED Bulb&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Here’s the funny part.&lt;br&gt;
Remember my earlier theory? — The one where I thought the bulb might be storing energy somehow between those moments when the AC voltage becomes zero?&lt;/p&gt;

&lt;p&gt;Turns out, I wasn’t completely wrong.&lt;/p&gt;

&lt;p&gt;LED bulbs actually do rely on energy-storage components. Sadly for my inductor theory, capacitors are usually the stars of the show here.&lt;/p&gt;

&lt;p&gt;But I’ll take partial credit.&lt;/p&gt;

&lt;p&gt;There’s another catch, though.&lt;/p&gt;

&lt;p&gt;LEDs are picky. They prefer DC over AC. So before the electricity even reaches the LED, it undergoes a little transformation.&lt;/p&gt;

&lt;p&gt;This is where rectifiers enter the story, converting the incoming AC into pulsating DC. But pulsating DC still isn’t smooth enough.&lt;/p&gt;

&lt;p&gt;That’s where capacitors step in. They store electrical energy when the voltage is high and release it when the voltage drops, helping smooth out the fluctuations.&lt;/p&gt;

&lt;p&gt;Combined with LED driver circuits, this provides a much more stable supply of power to the LED.&lt;/p&gt;

&lt;p&gt;So while the AC waveform may be crossing zero a hundred times every second, the LED isn’t directly experiencing those dramatic ups and downs.&lt;/p&gt;

&lt;p&gt;Pretty clever, honestly.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Some Lights do Flicker&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Cheap LEDs may have noticeable ripple. Fluorescent lamps can flicker too.&lt;/p&gt;

&lt;p&gt;But here’s where it gets biological.&lt;/p&gt;

&lt;p&gt;Yeah, you read that right, Not Electrical, but Biological.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Human Factor&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;When light enters our eyes, the brain doesn’t process it instantly. There is a tiny delay.&lt;/p&gt;

&lt;p&gt;Now here’s the cool part.&lt;/p&gt;

&lt;p&gt;Movies are nothing but thousands of still images displayed one after another. Yet we don’t sit in a theatre looking at photographs.&lt;/p&gt;

&lt;p&gt;We see superheroes flying around, villains giving speeches for way too long, and cars exploding for absolutely no reason.&lt;/p&gt;

&lt;p&gt;Our brain quietly stitches all those individual frames into one smooth experience.&lt;/p&gt;

&lt;p&gt;Turns out, it does something similar with very fast flickers in light. If the fluctuations happen quickly enough, the brain blends them together and we perceive a steady light source.&lt;/p&gt;

&lt;p&gt;So sometimes the flicker exists. We’re just not noticing it. Looks like my Biology learning wasn’t in vain after all.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Real Answer&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;When I first thought about this question, I expected a purely electrical answer. Instead, I ended up learning about hot tungsten filaments, LED driver circuits, capacitors, and even human vision.&lt;/p&gt;

&lt;p&gt;Not bad for a question that started with:&lt;/p&gt;

&lt;p&gt;“Wait… if AC becomes zero 100 times every second, why isn’t my room flashing like a disco?”&lt;/p&gt;

&lt;p&gt;And honestly, that’s one of my favourite things about engineering.&lt;/p&gt;

&lt;p&gt;You start with one innocent question. A few rabbit holes later, you’re reading about something completely different.&lt;/p&gt;

&lt;p&gt;In this case, Biology decided to make a guest appearance.&lt;/p&gt;

&lt;p&gt;Physics keeps the bulb glowing.&lt;/p&gt;

&lt;p&gt;Biology helps hide the rest.&lt;/p&gt;

&lt;p&gt;See you guys in the next random question I decide to overthink.&lt;/p&gt;

&lt;p&gt;Thanks for Reading!!&lt;/p&gt;

</description>
      <category>career</category>
      <category>learning</category>
      <category>watercooler</category>
      <category>writing</category>
    </item>
  </channel>
</rss>
