<?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: Boluwatife Akingbade</title>
    <description>The latest articles on DEV Community by Boluwatife Akingbade (@boluwatifeilerioluwa).</description>
    <link>https://dev.to/boluwatifeilerioluwa</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3235551%2F5062c413-7d78-499d-8ce4-353f945af203.png</url>
      <title>DEV Community: Boluwatife Akingbade</title>
      <link>https://dev.to/boluwatifeilerioluwa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boluwatifeilerioluwa"/>
    <language>en</language>
    <item>
      <title>🚀 Building a SaaS Startup Looking for Collaborators, Marketers &amp; Creators!</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Wed, 16 Jul 2025 18:46:04 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/building-a-saas-startup-looking-for-collaborators-marketers-creators-5coh</link>
      <guid>https://dev.to/boluwatifeilerioluwa/building-a-saas-startup-looking-for-collaborators-marketers-creators-5coh</guid>
      <description>&lt;p&gt;Hey Dev Community 👋&lt;/p&gt;

&lt;p&gt;I'm Boluwatife, a developer from Nigeria, and I'm currently building a SaaS startup called &lt;strong&gt;Splick&lt;/strong&gt; a tool aimed at helping businesses grow smarter by simplifying business management.&lt;/p&gt;

&lt;p&gt;We’re still early-stage and building out our MVP, and I’m looking to connect with passionate people who want to be part of something from the ground up.&lt;/p&gt;

&lt;p&gt;Who I’m looking for:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Developers: (frontend/backend) to collaborate and build
&lt;/li&gt;
&lt;li&gt;Marketers: To help us reach businesses and grow awareness
&lt;/li&gt;
&lt;li&gt;Video editors or creators: To help with product explainers and promo content
&lt;/li&gt;
&lt;li&gt;Anyone excited to contribute and grow with the team&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is a passion project right now (no income yet), but once we start earning, we’ll definitely share value and benefits among contributors.&lt;/p&gt;

&lt;p&gt;If you’re interested, feel free to &lt;strong&gt;DM me&lt;/strong&gt;, drop a comment, or reach out via Email- &lt;a href="mailto:email@boluwatife.tech"&gt;email@boluwatife.tech&lt;/a&gt; . Let’s build together!&lt;/p&gt;

&lt;h1&gt;
  
  
  buildinpublic #startups #saas #devcommunity #collaboration #openstartup
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>🚀 Challenge Me!</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Mon, 16 Jun 2025 22:02:33 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/challenge-me-1n08</link>
      <guid>https://dev.to/boluwatifeilerioluwa/challenge-me-1n08</guid>
      <description>&lt;p&gt;I’m a developer who builds fast, clean, and creative. I want something unexpected this week.&lt;/p&gt;

&lt;p&gt;Drop your wildest idea, web app, automation, tool, whatever.&lt;/p&gt;

&lt;p&gt;I’ll pick one and turn it into something you didn’t see coming.&lt;/p&gt;

&lt;h1&gt;
  
  
  BuildInPublic #DevChallenge #LetsBuild
&lt;/h1&gt;

</description>
      <category>buildinpublic</category>
      <category>developer</category>
      <category>challenge</category>
      <category>devchallenge</category>
    </item>
    <item>
      <title>🧵 Ever wonder how computers store stuff like an image?</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Thu, 12 Jun 2025 17:22:24 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/ever-wonder-how-computers-store-stuff-like-an-image-3mo5</link>
      <guid>https://dev.to/boluwatifeilerioluwa/ever-wonder-how-computers-store-stuff-like-an-image-3mo5</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;It all starts with the BIT.&lt;br&gt;
A bit is short for “binary digit.”&lt;br&gt;
It’s the smallest unit of data in a computer and can be either a 0 or a 1.&lt;br&gt;
Think of it like a light switch: OFF = 0, ON = 1. 💡&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What happens when you group 8 bits together?&lt;br&gt;
You get a byte.&lt;br&gt;
Example:&lt;br&gt;
01000001 = 1 byte&lt;br&gt;
Bytes are the foundation of how data is stored and interpreted in computers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bytes can represent... anything!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;• A character like “A”&lt;br&gt;
• A small number (e.g., 42)&lt;br&gt;
• A tiny part of a photo&lt;br&gt;
• A piece of audio&lt;/p&gt;

&lt;p&gt;What it means depends on the context and how the program interprets it.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Now let’s talk images.🖼️
Images are made of pixels (tiny colored dots).
Each pixel's color is stored as a combination of bytes using models like RGB:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;(Red, Green, Blue)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;RGB and Color Storage 🎨
In many systems, each RGB value is stored using 1 byte (8 bits).
So 1 pixel = 3 bytes&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Example:&lt;br&gt;
Red = 255&lt;br&gt;
Green = 0&lt;br&gt;
Blue = 0&lt;/p&gt;

&lt;p&gt;This pixel would appear pure red.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Multiply that by millions of pixels…&lt;br&gt;
A 1080p image has over 2 million pixels.&lt;br&gt;
2 million pixels × 3 bytes = ~6 megabytes (uncompressed)&lt;br&gt;
That’s a lot of 0s and 1s!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;So how does your image become data?&lt;br&gt;
Your camera or software converts visual information into pixels&lt;br&gt;
Each pixel is broken down into bytes&lt;br&gt;
Those bytes are saved as binary (0s and 1s)&lt;br&gt;
Stored in formats like JPEG, PNG, etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Compression makes things smaller.&lt;br&gt;
Image formats like JPEG use compression to reduce file size.&lt;br&gt;
They find patterns in pixel data and store them more efficiently—less space, faster loading!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Recap:&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Bit = 0 or 1&lt;br&gt;
Byte = 8 bits&lt;br&gt;
Bytes store pixel color info&lt;br&gt;
Pixels = images&lt;br&gt;
Images = millions of bytes = millions of 0s and 1s&lt;br&gt;
That’s how your selfie becomes data! 🤳💾&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Digital magic ✨
It’s wild to think every photo, emoji, and meme is just a giant sequence of 0s and 1s.
All thanks to bits, bytes, and brilliant engineering.&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  ComputerScience #HowComputersWork #BitsAndBytes #TechExplained #STEM
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>All you need to start running AI models locally</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Sat, 07 Jun 2025 23:34:02 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/all-you-need-to-start-running-ai-models-locally-429h</link>
      <guid>https://dev.to/boluwatifeilerioluwa/all-you-need-to-start-running-ai-models-locally-429h</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.amazonaws.com%2Fuploads%2Farticles%2F4vs7jbid6iupxyf0l0qf.png" 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.amazonaws.com%2Fuploads%2Farticles%2F4vs7jbid6iupxyf0l0qf.png" alt="Image description" width="800" height="492"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>selfhost</category>
      <category>howto</category>
    </item>
    <item>
      <title>Am I good to go?</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Sat, 07 Jun 2025 15:52:58 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/am-i-good-to-go-52m6</link>
      <guid>https://dev.to/boluwatifeilerioluwa/am-i-good-to-go-52m6</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.amazonaws.com%2Fuploads%2Farticles%2Foqs5msupke4xtgoae9l0.png" 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.amazonaws.com%2Fuploads%2Farticles%2Foqs5msupke4xtgoae9l0.png" alt="Image description" width="800" height="492"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Anything essential I’m missing before I start playing with models? 🤔&lt;/p&gt;

&lt;h1&gt;
  
  
  AI #MachineLearning #LangChain #LLM #HuggingFace
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>langchain</category>
      <category>discuss</category>
    </item>
    <item>
      <title>I Built the Best Portfolio Ever 💼✨</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Fri, 06 Jun 2025 11:45:05 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/i-built-the-best-portfolio-ever-2j5p</link>
      <guid>https://dev.to/boluwatifeilerioluwa/i-built-the-best-portfolio-ever-2j5p</guid>
      <description>&lt;p&gt;Just launched what I believe is the best portfolio ever!&lt;br&gt;
Clean design, smooth interactions, and fully responsive — check it out: &lt;a href="//boluwatife.tech"&gt;boluwatife.tech&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm always excited to see what others are building too. Drop a link to your portfolio in the comments! Let’s inspire each other 💡&lt;/p&gt;

&lt;p&gt;And hey, if you don’t have one yet or want to revamp yours… let’s just say I know someone who can help 😉&lt;br&gt;
(📩 &lt;a href="//email@boluwatife.tech"&gt;email@boluwatife.tech&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>portfolio</category>
      <category>developer</category>
      <category>seo</category>
    </item>
    <item>
      <title>If your app solves real problems, the frontend doesn't matter.</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Thu, 05 Jun 2025 23:54:59 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/if-your-app-solves-real-problems-the-frontend-doesnt-matter-4gcl</link>
      <guid>https://dev.to/boluwatifeilerioluwa/if-your-app-solves-real-problems-the-frontend-doesnt-matter-4gcl</guid>
      <description>&lt;p&gt;❤️ • if you agree&lt;br&gt;
🦄 • if you disagree &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>frontend</category>
      <category>backend</category>
    </item>
    <item>
      <title>My GitHub activity this year 💪💪</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Thu, 05 Jun 2025 23:51:23 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/my-github-activity-this-year-4837</link>
      <guid>https://dev.to/boluwatifeilerioluwa/my-github-activity-this-year-4837</guid>
      <description>&lt;p&gt;React and add yours! &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Help me know why Python is the best programming language.</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Tue, 03 Jun 2025 14:15:55 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/help-me-know-why-python-is-the-best-programming-language-gpb</link>
      <guid>https://dev.to/boluwatifeilerioluwa/help-me-know-why-python-is-the-best-programming-language-gpb</guid>
      <description></description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>python</category>
    </item>
    <item>
      <title>You guys should try Linux 🚀🚀🔥</title>
      <dc:creator>Boluwatife Akingbade</dc:creator>
      <pubDate>Mon, 02 Jun 2025 16:29:30 +0000</pubDate>
      <link>https://dev.to/boluwatifeilerioluwa/you-guys-should-try-linux-3j1k</link>
      <guid>https://dev.to/boluwatifeilerioluwa/you-guys-should-try-linux-3j1k</guid>
      <description></description>
      <category>linux</category>
      <category>webdev</category>
      <category>programming</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
