<?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: Raja Yadav</title>
    <description>The latest articles on DEV Community by Raja Yadav (@raja_yadav).</description>
    <link>https://dev.to/raja_yadav</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%2F2439055%2Fefc13fb9-48b9-4498-9a6f-7304bc289360.png</url>
      <title>DEV Community: Raja Yadav</title>
      <link>https://dev.to/raja_yadav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raja_yadav"/>
    <language>en</language>
    <item>
      <title>IPNow: Instantly Fetch Your IP &amp; Location 🌍 – Contribute to This Open-Source Project 🚀</title>
      <dc:creator>Raja Yadav</dc:creator>
      <pubDate>Sat, 18 Jan 2025 10:22:26 +0000</pubDate>
      <link>https://dev.to/raja_yadav/ipnow-instantly-fetch-your-ip-location-contribute-to-this-open-source-project-3kbf</link>
      <guid>https://dev.to/raja_yadav/ipnow-instantly-fetch-your-ip-location-contribute-to-this-open-source-project-3kbf</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%2Fk89y8fxtnz7vqci8sojd.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%2Fk89y8fxtnz7vqci8sojd.png" alt="Image description" width="233" height="93"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  🚀 IPNow - Instantly Fetch IP, Location &amp;amp; Network Details
&lt;/h1&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="http://ipnow.rajayadav.in" rel="noopener noreferrer"&gt;Live Demo: ipnow.rajayadav.in&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
💻 &lt;strong&gt;&lt;a href="https://github.com/RajaYadav28/ipnow" rel="noopener noreferrer"&gt;GitHub Repo: IPNow on GitHub&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Hey, Devs! 👋&lt;br&gt;&lt;br&gt;
I’m thrilled to introduce &lt;strong&gt;IPNow&lt;/strong&gt;, a simple yet powerful Flask-based open-source project that allows you to instantly retrieve your &lt;strong&gt;public IP address&lt;/strong&gt;, &lt;strong&gt;geolocation details&lt;/strong&gt;, and &lt;strong&gt;network information&lt;/strong&gt;. Whether you’re a network enthusiast or just curious about how web apps fetch IP data, this tool is perfect for you!&lt;/p&gt;
&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🛠️ &lt;strong&gt;Public IP Address Fetching&lt;/strong&gt;: See your current IP address instantly.&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;Geolocation Insights&lt;/strong&gt;: Display your city, region, country, and timezone.&lt;/li&gt;
&lt;li&gt;📡 &lt;strong&gt;Network Information&lt;/strong&gt;: Fetch ISP details with ease.&lt;/li&gt;
&lt;li&gt;🗺️ &lt;strong&gt;Interactive Map&lt;/strong&gt;: View your location on a built-in Google Map.&lt;/li&gt;
&lt;li&gt;📱 &lt;strong&gt;Responsive Design&lt;/strong&gt;: Optimized for mobile and desktop devices.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Why Open Source?
&lt;/h3&gt;

&lt;p&gt;I believe in the power of open-source collaboration, and &lt;strong&gt;IPNow&lt;/strong&gt; is completely open source under the &lt;strong&gt;MIT License&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
💡 &lt;strong&gt;Why contribute?&lt;/strong&gt;  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It's a great way to learn Flask and network programming.&lt;/li&gt;
&lt;li&gt;Help improve the project by adding more features or fixing bugs.&lt;/li&gt;
&lt;li&gt;Be part of a growing community of developers who love contributing to useful projects.
Whether you're new to open source or an experienced developer, your contributions are highly welcomed! 🌱&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;p&gt;1️⃣ &lt;strong&gt;Clone the Repo&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/RajaYadav28/ipnow.git  
&lt;span class="nb"&gt;cd &lt;/span&gt;ipnow
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;2️⃣ &lt;strong&gt;Install Dependencies&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-r&lt;/span&gt; requirements.txt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;3️⃣ &lt;strong&gt;Run the App&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;python app.py
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Explore Locally
&lt;/h2&gt;

&lt;p&gt;Visit &lt;a href="http://127.0.0.1:5000" rel="noopener noreferrer"&gt;http://127.0.0.1:5000&lt;/a&gt; to explore locally.&lt;/p&gt;

&lt;h2&gt;
  
  
  Contribution
&lt;/h2&gt;

&lt;p&gt;💡 &lt;strong&gt;Found a bug?&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
🌟 &lt;strong&gt;Got an idea for an improvement?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Feel free to &lt;strong&gt;fork the repo&lt;/strong&gt;, create &lt;strong&gt;issues&lt;/strong&gt;, or submit &lt;strong&gt;pull requests&lt;/strong&gt; on GitHub!&lt;br&gt;&lt;br&gt;
Let’s collaborate and make this project even better together. I’m excited to see what we can build as a community!&lt;/p&gt;

&lt;h2&gt;
  
  
  UI Improvements 💻🎨
&lt;/h2&gt;

&lt;p&gt;To make the user interface more engaging and attractive, here are a few suggestions to improve the design:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Modern Aesthetics&lt;/strong&gt;: Use a sleek &lt;strong&gt;card-style&lt;/strong&gt; layout to display the IP and location information.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interactive Elements&lt;/strong&gt;: Add &lt;strong&gt;smooth animations&lt;/strong&gt; when fetching the data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dark Mode&lt;/strong&gt;: Let users toggle between &lt;strong&gt;light and dark modes&lt;/strong&gt; for a better experience.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Loading Spinner&lt;/strong&gt;: Add a &lt;strong&gt;loading spinner&lt;/strong&gt; to indicate the fetching process.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improved Map UI&lt;/strong&gt;: Make the map interactive with &lt;strong&gt;zoom&lt;/strong&gt; and more location details.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re a &lt;strong&gt;UI/UX expert&lt;/strong&gt; or a &lt;strong&gt;designer&lt;/strong&gt;, feel free to jump in and improve the user experience! ✨&lt;/p&gt;

&lt;h2&gt;
  
  
  Contact
&lt;/h2&gt;

&lt;p&gt;📧 &lt;strong&gt;Email&lt;/strong&gt;: &lt;a href="mailto:ry360596@gmail.com"&gt;ry360596@gmail.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
🌐 &lt;strong&gt;Visit&lt;/strong&gt;: &lt;a href="http://www.rajayadav.in" rel="noopener noreferrer"&gt;rajayadav.in&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope you enjoy exploring &lt;strong&gt;IPNow&lt;/strong&gt;! Your feedback, &lt;strong&gt;pull requests&lt;/strong&gt;, and &lt;strong&gt;star ratings&lt;/strong&gt; are highly appreciated.&lt;br&gt;&lt;br&gt;
Let’s grow together as developers. 💻🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>opensource</category>
      <category>python</category>
    </item>
    <item>
      <title>🚀 Join Me in Building CinemaWallah: Redefining Movie Streaming Together! 🎬</title>
      <dc:creator>Raja Yadav</dc:creator>
      <pubDate>Thu, 09 Jan 2025 07:49:18 +0000</pubDate>
      <link>https://dev.to/raja_yadav/join-me-in-building-cinemawala-redefining-movie-streaming-together-lg0</link>
      <guid>https://dev.to/raja_yadav/join-me-in-building-cinemawala-redefining-movie-streaming-together-lg0</guid>
      <description>&lt;p&gt;`# 🚀 Build CinemaWallah With Me! 🎬  &lt;/p&gt;

&lt;p&gt;Hey, Dev Community! 👋  &lt;/p&gt;

&lt;p&gt;I’m working on an exciting project called &lt;strong&gt;CinemaWallah&lt;/strong&gt;, and I’d love for YOU to be part of it!  &lt;/p&gt;




&lt;h2&gt;
  
  
  About CinemaWallah:
&lt;/h2&gt;

&lt;p&gt;CinemaWallah is a movie streaming platform designed to:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Deliver High-Quality Playback:&lt;/strong&gt; Say goodbye to buffering and lag.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Optimize Data Usage:&lt;/strong&gt; Stream more with less.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Provide a Clean, User-Friendly Interface:&lt;/strong&gt; Simple, elegant, and intuitive.
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why Collaborate?
&lt;/h2&gt;

&lt;p&gt;I believe the best projects are built with the power of collaboration. By joining CinemaWallah, you can:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Showcase Your Skills:&lt;/strong&gt; Whether you're a developer, designer, or marketer, your expertise matters.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Learn &amp;amp; Grow Together:&lt;/strong&gt; Share ideas, solve challenges, and create something meaningful.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Build Something Unique:&lt;/strong&gt; Be part of a project that redefines how movies are streamed.
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  How You Can Help:
&lt;/h2&gt;

&lt;p&gt;I’m looking for collaborators skilled in:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend Development:&lt;/strong&gt; Craft beautiful, responsive designs.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend Development:&lt;/strong&gt; Build scalable and secure systems.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UI/UX Design:&lt;/strong&gt; Enhance user experience with creativity.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Marketing &amp;amp; Outreach:&lt;/strong&gt; Help spread the word and attract users.
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Let’s Connect!
&lt;/h2&gt;

&lt;p&gt;If you're interested in collaborating, feel free to reach out:    &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌐 &lt;strong&gt;&lt;a href="https://www.rajayadav.in" rel="noopener noreferrer"&gt;www.rajayadav.in&lt;/a&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;📧 &lt;strong&gt;&lt;a href="//mailto:ry360596@gmail.com"&gt;ry360596@gmail.com&lt;/a&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Together, we can create something extraordinary. Let’s start this journey and make &lt;strong&gt;CinemaWallah&lt;/strong&gt; the next big thing! 🚀  &lt;/p&gt;




&lt;p&gt;&lt;em&gt;By, Raja Yadav&lt;br&gt;
✨ Full Stack Developer &amp;amp; Cybersecurity Enthusiast ✨&lt;/em&gt;  &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Boost Your Business with Professional Web Development &amp; Cybersecurity Solutions!</title>
      <dc:creator>Raja Yadav</dc:creator>
      <pubDate>Thu, 21 Nov 2024 07:55:09 +0000</pubDate>
      <link>https://dev.to/raja_yadav/boost-your-business-with-professional-web-development-cybersecurity-solutions-4m45</link>
      <guid>https://dev.to/raja_yadav/boost-your-business-with-professional-web-development-cybersecurity-solutions-4m45</guid>
      <description>&lt;p&gt;🚀 Elevate Your Digital Presence with Expert Web Development &amp;amp; Cybersecurity Services! 🔒&lt;/p&gt;

&lt;p&gt;Are you looking for a secure, high-performance website or web application that stands out? Whether you’re a startup or an established business, I offer tailored web development and cybersecurity solutions to ensure your digital space is both user-friendly and secure.&lt;/p&gt;

&lt;p&gt;🔧 Web Development: From custom websites to complex applications, I deliver professional, responsive, and user-centered designs.&lt;/p&gt;

&lt;p&gt;🛡️ Cybersecurity: With my specialized CyberShield Security Audit &amp;amp; Enhancement, I protect your website from cyber threats, ensuring its security and integrity.&lt;/p&gt;

&lt;p&gt;Why Choose Me?&lt;/p&gt;

&lt;p&gt;✅ Expertise in Python, Web Development, and Cybersecurity&lt;br&gt;
✅ Affordable, high-quality services with a personal touch&lt;br&gt;
✅ Reliable customer support and post-launch assistance&lt;br&gt;
Let’s work together to bring your ideas to life with a secure and functional website!&lt;/p&gt;

&lt;p&gt;Reach out now for a consultation or to learn more about the services I offer! 🚀&lt;/p&gt;

&lt;p&gt;🔗 Visit my website: &lt;a href="http://www.rajayadav.in" rel="noopener noreferrer"&gt;www.rajayadav.in&lt;/a&gt;&lt;br&gt;
📍 Google Maps Profile: &lt;a href="https://maps.app.goo.gl/ET5LJMHdsrMXagPF6" rel="noopener noreferrer"&gt;https://maps.app.goo.gl/ET5LJMHdsrMXagPF6&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>python</category>
      <category>cybersecurity</category>
      <category>developer</category>
    </item>
  </channel>
</rss>
