<?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: Okall Omondi</title>
    <description>The latest articles on DEV Community by Okall Omondi (@okall_omondi).</description>
    <link>https://dev.to/okall_omondi</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%2F2736615%2F6a25e559-b43b-4972-b2ac-c3b7406ef384.png</url>
      <title>DEV Community: Okall Omondi</title>
      <link>https://dev.to/okall_omondi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/okall_omondi"/>
    <language>en</language>
    <item>
      <title>How Excel is Used in Real-World Data Analysis</title>
      <dc:creator>Okall Omondi</dc:creator>
      <pubDate>Sat, 06 Jun 2026 06:35:07 +0000</pubDate>
      <link>https://dev.to/okall_omondi/how-excel-is-used-in-real-world-data-analysis-17hl</link>
      <guid>https://dev.to/okall_omondi/how-excel-is-used-in-real-world-data-analysis-17hl</guid>
      <description>&lt;h2&gt;
  
  
  What is Excel?
&lt;/h2&gt;

&lt;p&gt;Well, the simplest answer? Excel is a tool. &lt;br&gt;
You might ask, which tool? &lt;br&gt;
Think of it as a bookshelf, or the wardrobe in your house. &lt;br&gt;
What does the bookshelf and the wardrobe have in common? Partitions. &lt;br&gt;
Most bookshelves have identifiers to help you locate the exact partition where the book is stored. The last library I visited had letters and numbers. The letters were written horizontally (from left to right) across the bookshelf and the numbers were written vertically (from top to bottom). I could easily identify the exact partition by using the letter and number combination, for example the first partition in the bookshelf was A1. This is the exact way Excel is organized with letters and numbers. &lt;/p&gt;

&lt;p&gt;The partition A1 in the bookshelf represents &lt;strong&gt;a cell&lt;/strong&gt; in Excel. The horizontal letters (from left to right) of the bookshelf represent &lt;strong&gt;a row&lt;/strong&gt; in an Excel, and the vertical numbers from top to bottom in a bookshelf represent &lt;strong&gt;a column&lt;/strong&gt; in an Excel. A single bookshelf represents &lt;strong&gt;a worksheet&lt;/strong&gt; in Excel and several bookshelves represent &lt;strong&gt;a workbook&lt;/strong&gt; in Excel. Simple right?&lt;/p&gt;

&lt;h2&gt;
  
  
  How Excel is used in real world Data Analysis.
&lt;/h2&gt;

&lt;p&gt;You have probably heard of the phrase “data is the new oil” right? What makes it the new oil? Apart from it being the new “money printer”, data is the “know it all”, it is the real story teller. However, before data can tell you stories and turn into your cash machine, you must first make sense of it, to understand what happened and why it happened. The process of understanding what happened and why it happened is called Data Analysis. By understanding what happened and why it happened, you can easily figure out what will happen (Data Science). Excel is fundamental in the understanding phase, and in the figuring out phase, because it acts as the story for the data to be understood and figured out.&lt;/p&gt;

&lt;p&gt;Which areas do we then use Excel in the real world? Imagine this scenario, you are running a small refurbished laptops resale shop, every laptop you sell with a small profit on top of the purchase price, and making profits in your head. However, at the end of the month you find out you are short of cash to pay bills forcing you to borrow money from friends, yet, you did not sell any laptop at a loss. What do you do? This is where Excel comes in. Excel can help you to store your sales data, organize the data and clean the data. Excel also gives you formulas such as &lt;code&gt;SUM, AVERAGE, MIN, MAX, COUNT&lt;/code&gt; and functions such as &lt;code&gt;IF, SUMIF, AVERAGEIFS, VLOOKUP&lt;/code&gt; which you can use to do calculations and create logics to see how your business is doing. Excel also has pivot table functionality which is helpful in summarizing data quickly. You can also draw insights from the data using the various visualization tools in Excel such as charts and graphs to help you see where you are losing money and make informed decisions. &lt;/p&gt;

&lt;h2&gt;
  
  
  How has learning Excel changed how I see data?
&lt;/h2&gt;

&lt;p&gt;Learning Excel and understanding its capabilities has been an eye opener, and I now view every instance of my life as a data point to be tracked and understood. This past week I have started tracking simple things in my life like the time I go to bed, the time I wake up, how long I take on a task, and so much more. I will be using this data to improve and be a better person.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>datascience</category>
      <category>excel</category>
      <category>dataanalysis</category>
    </item>
    <item>
      <title>Diving into Bug Bounty Hunting: My Journey Begins with Resources and Tips for Beginners</title>
      <dc:creator>Okall Omondi</dc:creator>
      <pubDate>Mon, 20 Jan 2025 07:31:54 +0000</pubDate>
      <link>https://dev.to/okall_omondi/diving-into-bug-bounty-hunting-my-journey-begins-with-resources-and-tips-for-beginners-ggg</link>
      <guid>https://dev.to/okall_omondi/diving-into-bug-bounty-hunting-my-journey-begins-with-resources-and-tips-for-beginners-ggg</guid>
      <description>&lt;p&gt;After taking the much needed break and rest in the festive seasons, a period in which I had much reflection on my career and life goals, I dove into &lt;strong&gt;cybersecurity&lt;/strong&gt; with a focus on bug bounty hunting. I have been contemplating on this for a while, ever since I came across the 0 to 100K in Bug Bounty Year One thread on X by &lt;a href="https://x.com/Rhynorater" rel="noopener noreferrer"&gt;@Rhynorater&lt;/a&gt;. I used ChatGPT to create a bug bounty hunting road map and begun on a resource finding mission. I will write weekly posts documenting my journey and milestones into becoming a bug bounty hunter. This first article will document some of the useful resources that those aspiring to become bounty hunters can use. The resources range from ChatGPT, YouTube Channels, websites, GitHub Accounts, X Accounts, and SubReddits.&lt;/p&gt;

&lt;h3&gt;
  
  
  Remember
&lt;/h3&gt;

&lt;p&gt;When starting out, always be aware of the shiny object syndrome and analysis paralysis. Shiny object syndrome (SOS) is the tendency to be distracted by new ideas (courses) that are often at the expense of your current goal, which is becoming a bug bounty hunter in this case. Analysis paralysis is that point when you cannot decide because you are overwhelmed with courses/ materials and you are not sure of which one to use. &lt;/p&gt;

&lt;p&gt;Another thing I will recommend while starting is developing a good note taking system. There are various Note Taking Apps you can use, such as Notion, Evernote, Microsoft OneNote, Joplin, Obsidian and many others. When choosing a note app, there are factors you have to put into consideration. Some features I look for in a note taking app are cost, ease of use, organizational features, and cross device access. My choice is &lt;a href="https://obsidian.md/" rel="noopener noreferrer"&gt;Obsidian&lt;/a&gt;. Having a good note taking system is like having a second brain. Good notes always come in handy along your career trajectory, and they are what will catapult you to the next level.&lt;/p&gt;

&lt;h3&gt;
  
  
  Resources
&lt;/h3&gt;

&lt;p&gt;Now, back to resources. I will focus on the free resources here, as I believe most of the required knowledge is free if you have the patience and time to go after it.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;ChatGPT:&lt;/strong&gt; The first and key resource I found helpful is ChatGPT. You are not restricted to this. You can use GPTs of your choice like copilot, Gemini or any other you may prefer. I used ChatGPT to brainstorm and be sure that I really wanted to go into bug bounty hunting. After being sure I wanted this, I prompted it to come up with a learning path and a study plan for bug bounty hunting. There are unlimited ways you can use GPTs from generating explanations, examples and analogies, motivation, role-plays, questions, mind maps, mental associations and much more. You can also use them to engineer effective prompts which you can then re-use to get exact answers you want. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;YouTube Channels:&lt;/strong&gt; Some of the YouTube channels I have found to be amazing are: &lt;br&gt;
&lt;a href="https://www.youtube.com/@NahamSec" rel="noopener noreferrer"&gt;NahamSec&lt;/a&gt; - Has detailed bug bounty tutorials and live hacking sessions.&lt;br&gt;
&lt;a href="https://www.youtube.com/@STOKfredrik" rel="noopener noreferrer"&gt;STÖK&lt;/a&gt; - Offers practical bug hunting techniques and methodologies.&lt;br&gt;
&lt;a href="https://www.youtube.com/@InsiderPhD" rel="noopener noreferrer"&gt;InsiderPhD&lt;/a&gt; - Insider PHD is great for beginners, provides structured learning content. This is the channel I have been using, mostly. I highly recommend it if you are starting out.&lt;br&gt;
&lt;a href="https://www.youtube.com/@jhaddix" rel="noopener noreferrer"&gt;Jason Haddix&lt;/a&gt; - Industry veteran sharing advanced techniques and methodologies&lt;br&gt;
&lt;a href="https://www.youtube.com/@TCMSecurityAcademy" rel="noopener noreferrer"&gt;TCM Security&lt;/a&gt; - Comprehensive ethical hacking and penetration testing tutorials&lt;br&gt;
&lt;a href="https://www.youtube.com/@HackerSploit" rel="noopener noreferrer"&gt;HackerSploit&lt;/a&gt; - Detailed tutorials on various security tools and techniques&lt;br&gt;
&lt;a href="https://www.youtube.com/@LiveOverflow" rel="noopener noreferrer"&gt;LiveOverflow&lt;/a&gt; - In-depth technical content about security research and exploitation&lt;br&gt;
&lt;a href="https://www.youtube.com/@portswigger" rel="noopener noreferrer"&gt;PortSwigger&lt;/a&gt; - Official channel for Burp Suite with web security tutorials&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Learning Websites:&lt;/strong&gt; &lt;br&gt;
&lt;a href="https://portswigger.net/web-security" rel="noopener noreferrer"&gt;PortSwigger Web Security Academy&lt;/a&gt; - Free, comprehensive web security training. I recommend PortSwigger Academy if you are starting out.&lt;br&gt;
&lt;a href="https://www.bugcrowd.com/hackers/bugcrowd-university" rel="noopener noreferrer"&gt;Bugcrowd University&lt;/a&gt; - Free educational resources for bug bounty hunters. Bugcrowd also provides a platform for the Vulnerability Disclosure Program (VDP) and Bug Bounty Programs (BBP). It is a good place to start your bug bounty hunting by creating an account on their platform.&lt;br&gt;
&lt;a href="https://www.tryhackme.com/" rel="noopener noreferrer"&gt;TryHackMe&lt;/a&gt; - Interactive cybersecurity training platform with guided learning paths. Try Hack Me is fully free, but it has some amazing labs that provide hands-on experience.&lt;br&gt;
&lt;a href="https://www.hackthebox.com/" rel="noopener noreferrer"&gt;HackTheBox&lt;/a&gt; - Platform offering realistic penetration testing labs and challenges&lt;br&gt;
&lt;a href="https://www.hackerone.com/hacktivity" rel="noopener noreferrer"&gt;HackerOne Hacktivity&lt;/a&gt; - Public bug reports to learn from real-world examples. HackerOne also provides a platform for the Vulnerability Disclosure Program (VDP) and Bug Bounty Programs (BBP).&lt;br&gt;
&lt;a href="https://pentesterlab.com" rel="noopener noreferrer"&gt;PentesterLab&lt;/a&gt; - Hands-on exercises for web penetration testing&lt;br&gt;
&lt;a href="https://www.vulnhub.com" rel="noopener noreferrer"&gt;VulnHub&lt;/a&gt; - Provides materials to gain practical cybersecurity experience&lt;br&gt;
&lt;a href="https://owasp.org" rel="noopener noreferrer"&gt;OWASP&lt;/a&gt; - Comprehensive resource for web application security knowledge&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;GitHub Accounts:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://github.com/m0chan/BugBounty/tree/master" rel="noopener noreferrer"&gt;BugBounty&lt;/a&gt;: This GitHub account has most of the resources you need in becoming a bounty hunter.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;X Accounts:&lt;/strong&gt; There is an amazing Bug Bounty Community on X with lots of accounts dedicated to sharing information on Bug Bounty Hunting. I will not recommend any account in particular but if you are on X, search for a bug bounty and you’ll find lots of accounts with posts that will inspire you.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;SubReddits:&lt;/strong&gt; Reddit is another Social Media platform I like. There is an amazing community here with amazing people who are always ready to jump in and assist with any query you might be having. Just be sure to search first if the question was asked and answered before. Also, be sure to ask on the right subreddit. The subreddit for bug bounty hunters which is active, and I’d recommend you join is &lt;a href="https://www.reddit.com/r/bugbounty/" rel="noopener noreferrer"&gt;r/bugbounty/&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>security</category>
      <category>beginners</category>
      <category>career</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
