<?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: Racheal</title>
    <description>The latest articles on DEV Community by Racheal (@globaljoye).</description>
    <link>https://dev.to/globaljoye</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%2F1104950%2Fdab90261-2171-44c1-97ff-a9280ead8ac8.jpeg</url>
      <title>DEV Community: Racheal</title>
      <link>https://dev.to/globaljoye</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/globaljoye"/>
    <language>en</language>
    <item>
      <title>React vs. React Native: Unveiling the Dynamic Duo of Modern Development</title>
      <dc:creator>Racheal</dc:creator>
      <pubDate>Mon, 01 Jul 2024 14:41:13 +0000</pubDate>
      <link>https://dev.to/globaljoye/react-vs-react-native-unveiling-the-dynamic-duo-of-modern-development-4jbf</link>
      <guid>https://dev.to/globaljoye/react-vs-react-native-unveiling-the-dynamic-duo-of-modern-development-4jbf</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Are you a newbie in tech? A seasoned developer? Have you ever wondered what the difference is between &lt;strong&gt;&lt;em&gt;ReactJS&lt;/em&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;em&gt;React Native&lt;/em&gt;&lt;/strong&gt;? Or maybe you’ve thought they’re the same thing? Confused about how they work? This article is for you.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbat1fnwnlvwtfupafgf0.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbat1fnwnlvwtfupafgf0.jpeg" alt="Image description" width="251" height="201"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When diving into the world of mobile and web development, it's common to encounter both React and React Native, &lt;strong&gt;two powerful technologies developed by Facebook&lt;/strong&gt;. While it's easy to assume that React Native is merely an extension of ReactJS, there's more nuance to their relationship.&lt;/p&gt;

&lt;h2&gt;
  
  
  Similarities: The Common Ground
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5y4x2ghzqex4v813b702.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5y4x2ghzqex4v813b702.jpg" alt="Image description" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Now let's take a quick look at the similarities between these two powerful technologies.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Developed by Facebook:&lt;/strong&gt; Both technologies were created by Facebook, leveraging their experience in building robust and scalable applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Component-Based Architecture:&lt;/strong&gt; Both React and React Native use a component-based architecture, allowing developers to build encapsulated components that manage their own state.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;JavaScript:&lt;/strong&gt; At the core, both use JavaScript, making it easy for developers to transition between web and mobile development.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Reusable Code:&lt;/strong&gt; They both promote code reusability, helping developers build applications faster and maintain them more easily.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Differences: The Distinct Paths
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fftyq2pyarqnycih0jpgc.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fftyq2pyarqnycih0jpgc.jpeg" alt="Image description" width="358" height="141"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;While they share many similarities, ReactJS and React Native are tailored for different environments and use cases.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Type of Tool&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ReactJS: A JavaScript library specifically for building user interfaces and managing the view layer for web applications.&lt;/li&gt;
&lt;li&gt;React Native: A JavaScript framework designed for building native mobile applications using React.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Target Platform:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ReactJS: Lives on the web, perfect for building interactive websites.&lt;/li&gt;
&lt;li&gt;React Native: Lives on your phone, creating mobile apps that feel like they were born there.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Rendering Mechanism:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ReactJS: Uses a virtual DOM to keep things speedy and efficient in the browser.&lt;/li&gt;
&lt;li&gt;React Native: Uses native APIs to render components, making your app look and feel native.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Tech Ingredients:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ReactJS: Mixes HTML, CSS, and JavaScript to create stunning web interfaces.&lt;/li&gt;
&lt;li&gt;React Native: Speaks directly to your phone's native UI components, all with JavaScript.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Purpose:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ReactJS: Best suited for building dynamic and responsive web applications.&lt;/li&gt;
&lt;li&gt;React Native: Best for developing high-performance mobile applications for iOS and Android.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Makes Them Better: Strengths and Superpowers
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;ReactJS: The Web Wizard&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Speed and Efficiency: The virtual DOM ensures fast updates and rendering, making web applications highly responsive.&lt;/li&gt;
&lt;li&gt;SEO-Friendly: Being web-based, ReactJS applications can be optimized for search engines, improving visibility and accessibility.&lt;/li&gt;
&lt;li&gt;Rich Ecosystem: A vast array of libraries and tools are available, extending the capabilities of ReactJS and making development easier and more efficient.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;React Native: The Mobile Maestro&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Truly Native Feel: Uses native components, making mobile apps feel like they were built specifically for the device.&lt;/li&gt;
&lt;li&gt;Single Codebase: Write once and deploy on both iOS and Android, saving time and resources.&lt;/li&gt;
&lt;li&gt;Access to Native Features: Direct access to native device features like the camera, GPS, and microphone, allowing for more integrated and powerful applications.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;The Big Picture&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbgm0jwa0xd5cdtoyuciy.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbgm0jwa0xd5cdtoyuciy.jpeg" alt="Image description" width="300" height="168"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, is React Native just an extension of ReactJS? Not exactly. While they share a common foundation in React, each is a specialist in its own right. &lt;em&gt;&lt;strong&gt;ReactJS&lt;/strong&gt;&lt;/em&gt; is the go-to for creating rich, interactive web experiences. &lt;strong&gt;&lt;em&gt;React Native&lt;/em&gt;&lt;/strong&gt; is the superstar for building high-performance mobile apps.&lt;/p&gt;

&lt;p&gt;Both technologies make it easier to transition between web and mobile development, like switching between your favorite hobbies. Whether you're building the next big website or the hottest new app, React and React Native have got you covered.&lt;/p&gt;

&lt;p&gt;So go ahead, dive in, and start creating something amazing! 🌟&lt;/p&gt;

&lt;p&gt;&lt;a href="https://hng.tech/internship"&gt;https://hng.tech/internship&lt;/a&gt; &lt;br&gt;
&lt;a href="https://hng.tech/premium"&gt;https://hng.tech/premium&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>reactnative</category>
      <category>javascript</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Introducing AutoInvento: The Future of Inventory Management</title>
      <dc:creator>Racheal</dc:creator>
      <pubDate>Wed, 25 Oct 2023 09:38:59 +0000</pubDate>
      <link>https://dev.to/globaljoye/introducing-autoinvento-the-future-of-inventory-management-119g</link>
      <guid>https://dev.to/globaljoye/introducing-autoinvento-the-future-of-inventory-management-119g</guid>
      <description>&lt;p&gt;We're thrilled to present our latest webstack final project as a software engineering student: &lt;strong&gt;AutoInvento&lt;/strong&gt;. With its innovative features and robust technology stack, AutoInvento is set to redefine how auto-mobile companies handle their inventories.&lt;/p&gt;

&lt;p&gt;AutoInvento is built on a robust technology stack, combining languages, frameworks, and databases. This stack includes HTML, CSS, JavaScript, Python, Flask, Jinja, Bootstrap, MySQL...&lt;/p&gt;

&lt;p&gt;Click &lt;a href="https://docs.google.com/presentation/d/13rK-Sm_4HACGRQAyYAHNUZSfAAya-v8Eqa5-u6GVXXw/edit?usp=sharing"&gt;Here&lt;/a&gt; for more detail on AutoInvento.&lt;/p&gt;

&lt;p&gt;To check our app, &lt;br&gt;
link: &lt;a href="https://autoinvento.onrender.com"&gt;https://autoinvento.onrender.com&lt;/a&gt;, &lt;br&gt;
&lt;strong&gt;email:&lt;/strong&gt; &lt;a href="mailto:testuser@autoinvento.com"&gt;testuser@autoinvento.com&lt;/a&gt;, &lt;br&gt;
&lt;strong&gt;password:&lt;/strong&gt; testuser. &lt;/p&gt;

&lt;p&gt;You can play around mechanic dashboard.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>python</category>
    </item>
    <item>
      <title>🚀 Software engineering isn't just about knowing programming languages</title>
      <dc:creator>Racheal</dc:creator>
      <pubDate>Thu, 20 Jul 2023 12:02:00 +0000</pubDate>
      <link>https://dev.to/globaljoye/software-engineering-isnt-just-about-knowing-programming-languages-h4g</link>
      <guid>https://dev.to/globaljoye/software-engineering-isnt-just-about-knowing-programming-languages-h4g</guid>
      <description>&lt;p&gt;🚀 Software engineering isn't just about knowing programming languages or learning how to code; it's also about applying engineering principles in the development of software, understanding the exact reason behind a line of code, and utilizing cognitive skills...&lt;/p&gt;

</description>
      <category>softwareengineering</category>
      <category>womenintech</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Journey to Success: Unveiling My Portfolio Project</title>
      <dc:creator>Racheal</dc:creator>
      <pubDate>Thu, 22 Jun 2023 11:09:30 +0000</pubDate>
      <link>https://dev.to/globaljoye/journey-to-success-unveiling-my-portfolio-project-4hkn</link>
      <guid>https://dev.to/globaljoye/journey-to-success-unveiling-my-portfolio-project-4hkn</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Introduction:&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Embarking on the journey of creating my portfolio project has been an exciting and challenging endeavor. From the initial idea to the final implementation, this project has allowed me to showcase my skills and creativity while learning valuable lessons along the way. In this blog post, I will take you through the trials, triumphs, and lessons learned throughout this remarkable portfolio project. Join me as I reflect on my experiences and share the insights gained from this transformative journey.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Section 1: The Birth of an Idea&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---llJRvmf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x22tmfffluofpk15dvad.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---llJRvmf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x22tmfffluofpk15dvad.jpeg" alt="birth_of_idea" width="245" height="206"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Every great project starts with an idea, and my portfolio project was no exception. The idea was to craft a visually appealing and user-friendly website that would leave a lasting impression on potential users and simplify user experience and save time by providing intuitive navigation.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Who is GitHubViewer created for?&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jKTLAMuI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k0tjdwbix2nkw3ucf2kc.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jKTLAMuI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/k0tjdwbix2nkw3ucf2kc.gif" alt="question" width="220" height="220"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHubViewer is tailored for developers, hiring managers, and technology enthusiasts who want to explore GitHub repositories and gain insights into user profiles.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Why did I choose to work on GitHubViewer?&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OjN-NkkO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/02h9zpg2195tlnysjjuk.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OjN-NkkO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/02h9zpg2195tlnysjjuk.jpeg" alt="Why?" width="308" height="164"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I recognized that navigating Github profiles and repositories can sometimes be complex and overwhelming, particularly for newcomers or individuals seeking specific information. `` As a developer myself, I understand the importance of efficiently navigating GitHub. I wanted to create a tool that simplifies the process of exploring repositories, finding relevant users.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Result of the project:&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UxMrK1vH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0aca6j406ojico0u2as3.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UxMrK1vH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0aca6j406ojico0u2as3.jpeg" alt="Result" width="273" height="185"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The end result of GitHubViewer is a sleek and intuitive web application that seamlessly integrates with the GitHub API. Users can search for specific users, view their repositories and detailed profiles, and delve into individual project issues. With a clean interface and robust functionality, GitHubViewer streamlines the GitHub exploration process, saving time and effort for users.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;The Most Difficult Challenges:&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ECpxJzc2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hgit3uvhvuo9row8briq.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ECpxJzc2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hgit3uvhvuo9row8briq.jpeg" alt="challenge" width="300" height="168"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;While developing GitHubViewer, I encountered several challenges that tested my skills and problem-solving abilities. &lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;One of the most significant challenges was working with the GitHub API, understanding its intricacies, and leveraging it effectively to fetch and display relevant data.&lt;/p&gt;

&lt;p&gt;Another challenge was creating a responsive and visually appealing user interface that would accommodate different screen sizes and provide an enjoyable experience across devices.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--G4wOgYSE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h5a647itncuy1tcj2pu0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--G4wOgYSE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h5a647itncuy1tcj2pu0.png" alt="Research " width="211" height="239"&gt;&lt;/a&gt;&lt;br&gt;
&lt;em&gt;Through extensive research and experimentation, I overcame this challenge and created a seamless integration with the GitHub API. This allowed users of GithubViewer to access and explore GitHub repositories and user information with ease.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;What I Have Learned:&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ODRD7Zk6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dcd963vrk0knumdlx2lj.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ODRD7Zk6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dcd963vrk0knumdlx2lj.jpeg" alt="learn" width="275" height="183"&gt;&lt;/a&gt;&lt;br&gt;
Throughout the development of GitHubViewer, I gained valuable insights and skills. I deepened my understanding of working with APIs, honed my JavaScript and front-end development abilities, and enhanced my proficiency in HTML and CSS. Additionally, I improved my problem-solving skills by overcoming technical hurdles and finding efficient solutions. &amp;gt; The project also taught me the importance of documentation, testing, and continuous improvement in software development.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;In conclusion&lt;/em&gt;&lt;/strong&gt;, &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The creation of GithubViewer has been an exhilarating journey of learning and growth. Through this project, I have sharpened my technical skills in &lt;em&gt;&lt;strong&gt;HTML, CSS, and JavaScript,&lt;/strong&gt;&lt;/em&gt; while also gaining experience in working with APIs and developing responsive user interfaces.&lt;/p&gt;

&lt;p&gt;Beyond the technical aspects, I have discovered a passion for crafting user-centered experiences and solving real-world problems through technology. This project has ignited my curiosity and drive to continue exploring new technologies and pushing the boundaries of what I can create.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;I am excited to tackle new challenges, collaborate with like-minded individuals, and contribute to meaningful projects that make a positive impact.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_Zpa8IG4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ny0kts2uo0vh3yvwl0q9.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_Zpa8IG4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ny0kts2uo0vh3yvwl0q9.gif" alt="Thanks" width="480" height="270"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Thank you for joining me on this journey, and I invite you to explore GithubViewer and experience firsthand the seamless integration of technology and user experience. Let's continue to learn, innovate, and build together.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;Github link &lt;a href="https://github.com/JO-YE/GithubViewer"&gt;Here&lt;/a&gt;;&lt;br&gt;
Deployed page &lt;a href="https://jo-ye.github.io/GithubViewer/"&gt;Here&lt;/a&gt;;&lt;br&gt;
Landing page &lt;a href="https://oluwadamilolarache.wixsite.com/githubviewer"&gt;Here&lt;/a&gt;;&lt;br&gt;
Author's LinkedIn &lt;a href="https://www.linkedin.com/in/joye-a-racheal"&gt;Profile&lt;/a&gt;&lt;br&gt;
&lt;a href="https://youtu.be/UbCS9sZ0rlk"&gt;Demo video&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>devops</category>
      <category>productivity</category>
    </item>
    <item>
      <title>INTRODUCING GITHUBVIEWER</title>
      <dc:creator>Racheal</dc:creator>
      <pubDate>Wed, 21 Jun 2023 21:18:23 +0000</pubDate>
      <link>https://dev.to/globaljoye/introducing-githubviewer-n6l</link>
      <guid>https://dev.to/globaljoye/introducing-githubviewer-n6l</guid>
      <description>&lt;p&gt;&lt;em&gt;Are you tired of spending hours navigating through different repositories and profiles on Github?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Look no further!&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I am thrilled to introduce you to GithubViewer, a web app designed to simplify and enhance your Github experience.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://oluwadamilolarache.wixsite.com/githubviewer"&gt;GithubViewer&lt;/a&gt; provides a user-friendly interface that allows you to &lt;em&gt;seamlessly navigate through repositories, explore user profiles, and access project details in a fraction of the time.&lt;/em&gt;  &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In the vast realm of software development, managing and showcasing projects on GitHub is crucial for developers. However, navigating through numerous repositories and users can be time-consuming and overwhelming. That's where GitHubViewer comes in. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;Key Features&lt;/h4&gt;

&lt;p&gt;GithubViewer offers a range of features to enhance your GitHub exploration experience:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Repository Search&lt;/strong&gt;: Easily search for repositories based on keywords, topics, or specific users to find projects that align with your interests.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dhZPF82c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uyhyw6q6vb1zr2bix4hp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dhZPF82c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uyhyw6q6vb1zr2bix4hp.png" alt="Input user" width="800" height="369"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Developer Profiles&lt;/strong&gt;: Dive into detailed profiles of developers to learn more about their contributions, repositories, and followers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LNKeT0ls--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7s3c98yjhr7h4g99ilev.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LNKeT0ls--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7s3c98yjhr7h4g99ilev.png" alt="User Info" width="800" height="366"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Project Insights&lt;/strong&gt;: Get comprehensive insights into repositories, including the number of stars, forks, issues, and pull requests.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Vc4fD7JZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5xeplgyf0vex7xiqsyaw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Vc4fD7JZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5xeplgyf0vex7xiqsyaw.png" alt="Repository" width="800" height="365"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;User-Friendly Interface&lt;/strong&gt;: Enjoy a clean and intuitive interface that makes browsing, searching, and navigating through repositories a breeze.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;``I invite you to visit &lt;a href="https://oluwadamilolarache.wixsite.com/githubviewer"&gt;GithubViewer&lt;/a&gt; today and start your GitHub exploration journey like never before. Stay tuned for regular updates, tutorials, and tips on getting the most out of the platform.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Let dive into Github repo for this project &lt;a href="https://github.com/JO-YE/GithubViewer"&gt;Here&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>github</category>
      <category>softwareengineering</category>
      <category>programming</category>
    </item>
    <item>
      <title>WELCOME!</title>
      <dc:creator>Racheal</dc:creator>
      <pubDate>Tue, 20 Jun 2023 09:41:41 +0000</pubDate>
      <link>https://dev.to/globaljoye/welcome-3da6</link>
      <guid>https://dev.to/globaljoye/welcome-3da6</guid>
      <description>&lt;p&gt;&lt;em&gt;I am thrilled to embark on this exciting journey of sharing my thoughts, experiences, and expertise with all of you. Through this blog, I aim to create a space where we can connect, learn, and explore together.&lt;/em&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--x2CdVRGb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://i.pinimg.com/originals/8e/91/5e/8e915ebeee6769fa88bbc838d015742e.gif" class="article-body-image-wrapper"&gt;&lt;img alt="Coding" src="https://res.cloudinary.com/practicaldev/image/fetch/s--x2CdVRGb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://i.pinimg.com/originals/8e/91/5e/8e915ebeee6769fa88bbc838d015742e.gif" width="250" height="250"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;``&lt;em&gt;Join me as we embark on this exciting adventure. Let's learn, grow, and explore together.&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
I encourage you to actively engage with the content by leaving comments, sharing your own thoughts and experiences, and connecting with me on social media. Your feedback and interactions are invaluable, and they will shape the direction of this blog, making it a truly collaborative and enriching space for all.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Stay tuned for upcoming posts, and feel free to explore the existing content. Welcome once again, and let's make this blog an incredible platform for learning and inspiration!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Happy reading!&lt;br&gt;
Racheal&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
