<?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: Devesh🚀</title>
    <description>The latest articles on DEV Community by Devesh🚀 (@deveshb15).</description>
    <link>https://dev.to/deveshb15</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%2F596071%2Fdf40c1b3-c46a-4577-8786-9111c628df30.png</url>
      <title>DEV Community: Devesh🚀</title>
      <link>https://dev.to/deveshb15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deveshb15"/>
    <language>en</language>
    <item>
      <title>Are you stuck in Tutorial hell?</title>
      <dc:creator>Devesh🚀</dc:creator>
      <pubDate>Mon, 29 Mar 2021 09:51:24 +0000</pubDate>
      <link>https://dev.to/deveshb15/are-you-stuck-in-tutorial-hell-53jp</link>
      <guid>https://dev.to/deveshb15/are-you-stuck-in-tutorial-hell-53jp</guid>
      <description>&lt;h3&gt;
  
  
  If you are then you are not alone. Every new developer goes through it so it's completely normal. I would like to share how I came out of tutorial hell.
&lt;/h3&gt;

&lt;p&gt;I used to get ideas for creating web apps but didn't know how to implement them and used to search for some tutorials and code along with it, this is when I got stuck in tutorial hell. &lt;/p&gt;

&lt;p&gt;I created a lot of projects only by watching tutorials without gaining any actual knowledge. I was totally dependent on youtube channels like traversy media, web dev simplified, florinpop, and many more. I just copy-pasted their code. This is the worst you could do.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I would like to tell you that it's totally fine watching tutorials but after watching and creating the app try implementing something of your own in the app, try and customize the app, play with the colors, take some effort to make it our own.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Also after creating the app try creating a clone of it without watching the tutorial and change the complete UI, use your own imagination, and see how much you have learned watching the tutorial, you would really see the difference.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After you get comfortable with the language I would suggest you clone the app before watching the tutorial, it would be a good challenge and it would boost your energy and improve your skills too.🚀&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you want ideas for your next project leverage GitHub and look through people's code, you'll definitely get a new idea and also learn conventions and practices to write clean code.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;I hope this helped you and you'll take necessary actions and also make sure to help others by sharing the article🔥. You can follow me on Twitter, where I post about web development and similar content &lt;a href="https://www.twitter.com/Deveshb15"&gt;Deveshb15&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>codenewbie</category>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>Learn Programming from Harvard for FREE!!</title>
      <dc:creator>Devesh🚀</dc:creator>
      <pubDate>Sun, 21 Mar 2021 09:27:33 +0000</pubDate>
      <link>https://dev.to/deveshb15/learn-programming-from-harvard-for-free-109f</link>
      <guid>https://dev.to/deveshb15/learn-programming-from-harvard-for-free-109f</guid>
      <description>&lt;h2&gt;
  
  
  Want to become a programmer? then why not learn from the best? 🚀
&lt;/h2&gt;

&lt;p&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;As we all know Harvard is one of the most prestigious colleges in the ivy league. This Introduction to Computer Science course is taught by well-known David J Malan. He is an excellent professor and he does an excellent job in making this course. For now, there are three courses by Harvard available on the internet for free which are:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;CS50's Introduction to Computer Science.&lt;/li&gt;
&lt;li&gt;CS50's Web Programming with Python and JavaScript.&lt;/li&gt;
&lt;li&gt;CS50's Introduction to Game Development.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;CS50's Introduction to Computer Science.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This course is an introduction to intellectual enterprise and the art of programming. An entry-level course taught by David J. Malan, CS50x teaches students how to think algorithmically and solve problems efficiently. Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web development. Topics covered :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;C&lt;/li&gt;
&lt;li&gt;Data structures and Algorithms&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;SQL&lt;/li&gt;
&lt;li&gt;Html, CSS, and Javascript&lt;/li&gt;
&lt;li&gt;Flask&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Link to the course:  &lt;a href="https://www.edx.org/course/cs50s-introduction-to-computer-science"&gt;Introduction to Computer Science&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CS50's Web Programming with Python and JavaScript.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This course picks up where CS50 leaves off, diving more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, React, and Bootstrap. In this course, you'll learn about database design, scalability, security, and user experience. Through hands-on projects, you'll learn to write and use APIs, create interactive UIs, and leverage cloud services like GitHub and Heroku. By course's end, you'll emerge with knowledge and experience in principles, languages, and tools that empower you to design and deploy applications on the Internet. Topics covered :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Git &lt;/li&gt;
&lt;li&gt;Html, CSS&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Django&lt;/li&gt;
&lt;li&gt;SQL&lt;/li&gt;
&lt;li&gt;APIs&lt;/li&gt;
&lt;li&gt;Javascript&lt;/li&gt;
&lt;li&gt;Testing CI/CD&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Link to the course:  &lt;a href="https://www.edx.org/course/cs50s-web-programming-with-python-and-javascript"&gt;Web Programming with Python and Javascript&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CS50's Introduction to Game Development.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In this course, you'll learn about about the development of 2D and 3D interactive games in this hands-on course, as you explore the design of games such as Super Mario Bros., Pokémon, Angry Birds, and more. In a quest to understand how video games themselves are implemented, you'll explore the design of such childhood games as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Super Mario Bros.&lt;/li&gt;
&lt;li&gt;Pong&lt;/li&gt;
&lt;li&gt;Flappy Bird&lt;/li&gt;
&lt;li&gt;Breakout&lt;/li&gt;
&lt;li&gt;Match 3&lt;/li&gt;
&lt;li&gt;Legend of Zelda&lt;/li&gt;
&lt;li&gt;Angry Birds&lt;/li&gt;
&lt;li&gt;Pokémon&lt;/li&gt;
&lt;li&gt;3D Helicopter Game&lt;/li&gt;
&lt;li&gt;Dreadhalls&lt;/li&gt;
&lt;li&gt;Portal&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Link to the course:  &lt;a href="https://www.edx.org/course/cs50s-introduction-to-game-development"&gt;Introduction to Game Development&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I hope that you'll leverage these resources and also make sure to help others by sharing the article🔥. You can follow me on Twitter, where I post about web development and resources &lt;a href="https://www.twitter.com/Deveshb15"&gt;Deveshb15&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>programming</category>
      <category>javascript</category>
      <category>python</category>
    </item>
    <item>
      <title>5 Best FREE Resources to learn JavaScript🔰</title>
      <dc:creator>Devesh🚀</dc:creator>
      <pubDate>Wed, 17 Mar 2021 08:48:16 +0000</pubDate>
      <link>https://dev.to/deveshb15/5-best-free-resources-to-learn-javascript-a1j</link>
      <guid>https://dev.to/deveshb15/5-best-free-resources-to-learn-javascript-a1j</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Traversy Media&lt;/strong&gt; is probably one of my favorite Youtube channels to learn anything related to Web Development. In this video, Brad teaches the fundamentals of JavaScript including more modern syntax like classes, arrow functions, higher-order functions, etc. &lt;br&gt;
&lt;strong&gt;P.S. This tutorial only teaches you the fundamentals!&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://youtu.be/hdI2bqOjy3c"&gt;Tutorial Link&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1mn_xREw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lrnqnlgdwn2npyx1jwbh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1mn_xREw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lrnqnlgdwn2npyx1jwbh.jpg" alt="Brad Traversy"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Learn JavaScript&lt;/strong&gt; is a wonderful website by &lt;strong&gt;Joubran Jad&lt;/strong&gt; which teaches modern JavaScript from scratch and practice in an intuitive environment. The lessons &amp;amp; challenges will guide you through the topics step by step and its project-based approach will help you reinforce the concepts. Also, the mobile flashcards are awesome!🔥&lt;br&gt;
&lt;a href="https://learnjavascript.online/"&gt;Website Link&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--O3oUNmFq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hq036u0oyakxkabv7bpf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--O3oUNmFq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hq036u0oyakxkabv7bpf.png" alt="Joubran's Website"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;TheOdinProject&lt;/strong&gt; is another amazing website that teaches you to create interactive and dynamic websites. There are a lot of Projects which helps you get better at manipulating DOM. I love this website because it helps you get better at reading documentation.&lt;br&gt;
&lt;a href="https://www.theodinproject.com/courses/javascript"&gt;Website Link&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iAdasKji--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/60vn00i5bc19q72ewbd9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iAdasKji--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/60vn00i5bc19q72ewbd9.png" alt="OdinProject"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Scrimba&lt;/strong&gt; has 9 courses related to JavaScript, it includes Modern JavaScript, Regular expressions, and also TypeScript you can explore and choose what you want to learn!&lt;br&gt;
&lt;a href="https://scrimba.com/topic/javascript"&gt;Website Link&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UorpdzSR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o12j56bqkmg5mwh8l5qe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UorpdzSR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o12j56bqkmg5mwh8l5qe.png" alt="Scrimba"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And last but not least &lt;strong&gt;WesBos's JavaScript30&lt;/strong&gt; is an amazing course that consists of 30 Vanilla JavaScript Projects which helps you get comfortable with both JavaScript fundamentals and working in the DOM without a library. I highly recommend this course after learning the basics of Vanilla JavaScript.&lt;br&gt;
&lt;a href="https://javascript30.com/"&gt;Website Link&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UrDL04YH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j9nzvuciuav59507msqb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UrDL04YH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/j9nzvuciuav59507msqb.png" alt="WesBos"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Thank you if you read the blog so far, hope I helped you in some way or other. You can follow me on Twitter &lt;a href="//twitter.com/Deveshb15"&gt;Deveshb15&lt;/a&gt; where I tweet regularly regarding web development.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>codenewbie</category>
      <category>programming</category>
      <category>coding</category>
    </item>
    <item>
      <title>7 Best Places to find Hackathons!👩‍💻</title>
      <dc:creator>Devesh🚀</dc:creator>
      <pubDate>Sun, 14 Mar 2021 13:48:30 +0000</pubDate>
      <link>https://dev.to/deveshb15/7-best-places-to-find-hackathons-2d10</link>
      <guid>https://dev.to/deveshb15/7-best-places-to-find-hackathons-2d10</guid>
      <description>&lt;p&gt;Hackathons are probably one of the best places to network with people and simultaneously learn and enhance your skills and also who doesn't love swags? Here are the 7 best places to look out for in order to attend a hackathon👇&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Major League Hacking&lt;/em&gt;&lt;/strong&gt; &lt;a href="//mlh.io"&gt;(mlh.io)&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.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%2F0fcdz95nlz4yutzebt8q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2F0fcdz95nlz4yutzebt8q.png" alt="MLH"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Major League Hacking is one of my favorites and one of the best places to find hackathons. MLH organizes many hackathons for University students and it also provides .tech, .space, and .online domain free for a year. I have been a part of 2 MLH hackathons and the experience is amazing.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Devpost&lt;/em&gt;&lt;/strong&gt;&lt;a href="//devpost.com"&gt;(devpost.com)&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fadcwivuwm3dnrpnvjxg2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fadcwivuwm3dnrpnvjxg2.png" alt="Devpost"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Devpost also has many exciting hackathons listed but mostly Hackathons use Devpost to help you find a team, submit your project, and look at other projects. I love Devpost as I can see other people's projects and get good ideas, isn't it cool?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Devfolio&lt;/em&gt;&lt;/strong&gt;&lt;a href="//devfolio.co/hackathons"&gt;(devfolio.co/hackathons)&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.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%2Frsiih047bjp1wk4qm28d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Frsiih047bjp1wk4qm28d.png" alt="Devfolio"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I came across Devfolio in the quarantine while searching for virtual hackathons. I haven't used it much but I like the UI/UX of the website and also I had an amazing experience during the hackathon.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;HackClub&lt;/em&gt;&lt;/strong&gt;&lt;a href="//hackathons.hackclub.com"&gt;(hackathons.hackclub.com)&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.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%2F01wg2aj1zq9ms5wwwkde.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2F01wg2aj1zq9ms5wwwkde.png" alt="Hackclub"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;HackClub is another great website to look for international hackathons for High School and University students. It has a wide list of hackathons to choose from.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Hackalist&lt;/em&gt;&lt;/strong&gt;&lt;a href="//hackalist.org"&gt;(hackalist.org)&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.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%2F8ovleix6cfont9acgef8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2F8ovleix6cfont9acgef8.png" alt="Hackalist"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hackalist is a website that provides a list of upcoming hackathons around the world and also it is Open-Source. It also has a filter for hackathons that give travel reimbursement so it is awesome for people who like to travel.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;Hackathon IO&lt;/em&gt;&lt;/strong&gt;&lt;a href="//hackathon.io/events"&gt;(hackathon.io/events)&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fnwz5w4og7lj52177a6p2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fnwz5w4og7lj52177a6p2.png" alt="HackathonIO"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hackathons IO includes almost every hackathon that is going on around the world. It even has a network tab where you can find hackers from all around the world and attend the hackathon with.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;HackathonsNearMe&lt;/em&gt;&lt;/strong&gt;&lt;a href="//hackathonsnear.me"&gt;(hackathonsnear.me)&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fsq2k99dlosx450fu0ic1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fsq2k99dlosx450fu0ic1.png" alt="HackathonsNearMe"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hackathons near me helps you find hackathons based on city and find local hackathons, I haven't used this website a lot but It has some good reviews. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;These resources are more than enough to find and attend a hackathon, so what are you waiting for? Attend a hackathon and upskill yourself. Follow me on Twitter &lt;a href="//twitter.com/Deveshb15"&gt;Deveshb15&lt;/a&gt; and do let me know how was your experience.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>codenewbie</category>
      <category>javascript</category>
      <category>python</category>
    </item>
  </channel>
</rss>
