<?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: Sáng Minh Trần</title>
    <description>The latest articles on DEV Community by Sáng Minh Trần (@tmsanghoclaptrinh).</description>
    <link>https://dev.to/tmsanghoclaptrinh</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%2F1503828%2F2f95e2b1-e87b-4fba-b4cc-a31152f63730.jpg</url>
      <title>DEV Community: Sáng Minh Trần</title>
      <link>https://dev.to/tmsanghoclaptrinh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tmsanghoclaptrinh"/>
    <language>en</language>
    <item>
      <title>Top 10 GitHub repositories for Java developers ✨</title>
      <dc:creator>Sáng Minh Trần</dc:creator>
      <pubDate>Sun, 26 May 2024 15:36:32 +0000</pubDate>
      <link>https://dev.to/tmsanghoclaptrinh/top-10-github-projects-to-help-you-programming-java-1h93</link>
      <guid>https://dev.to/tmsanghoclaptrinh/top-10-github-projects-to-help-you-programming-java-1h93</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Data updated on May 18, 2024&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://github.com/Snailclimb/JavaGuide" rel="noopener noreferrer"&gt;Top 1. Java Guide - 144k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;This is the repo made by Chinese developers. If you often follow GitHub, you will know that Chinese developers share many repos with excellent and extremely detailed programming knowledge. And of course, &lt;strong&gt;Java Guide&lt;/strong&gt; is one of them 👨‍💻&lt;/p&gt;

&lt;p&gt;Now all browsers have the function to translate the entire website (For example in Google Chrome, you can right-click and click Translate to English), so you can absolutely use that feature to translate the repo into English for easy reading and understanding.&lt;/p&gt;

&lt;p&gt;Although the translation is not 100% accurate, with genuine repos like this, having a solution like this is great, right?&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/Snailclimb/JavaGuide" rel="noopener noreferrer"&gt;https://github.com/Snailclimb/JavaGuide&lt;/a&gt;&lt;/p&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%2F5y1ae9rlqbqxsien45hn.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%2F5y1ae9rlqbqxsien45hn.png" alt="Java Guide"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/iluwatar/java-design-patterns" rel="noopener noreferrer"&gt;Top 2. Design Patterns implemented in Java - 86.7k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Surely you have all heard that &lt;strong&gt;Design Patterns&lt;/strong&gt; is one of the important knowledge that helps you progress from Junior to Mid-level to Senior, right? 🚀&lt;/p&gt;

&lt;p&gt;Understanding and applying Design Patterns effectively will help programmers solve problems when designing applications or systems.&lt;/p&gt;

&lt;p&gt;This repo will guide you thoroughly about Design Patterns, and implement them using the &lt;strong&gt;Java&lt;/strong&gt; programming language.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/iluwatar/java-design-patterns" rel="noopener noreferrer"&gt;https://github.com/iluwatar/java-design-patterns&lt;/a&gt;&lt;/p&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%2Fem524m1h53beganbxguo.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%2Fem524m1h53beganbxguo.png" alt="Design Patterns implemented in Java"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/doocs/advanced-java" rel="noopener noreferrer"&gt;Top 3. advanced-java - 74.6k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Another great repo from Chinese developers** 🤓&lt;/p&gt;

&lt;p&gt;However, this repo collects documents specifically for &lt;strong&gt;experienced Java developers&lt;/strong&gt; 💼&lt;/p&gt;

&lt;p&gt;In this repo there is mostly advanced knowledge such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;High concurrency architecture:&lt;/strong&gt; Message queue, Search engine, Cache, Highly concurrent systems, ...&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Distributed Systems&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Highly available architecture&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Microservice architecture&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Massive data processing&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repo follows the direction of &lt;strong&gt;asking interview&lt;/strong&gt;, related to the advanced knowledge mentioned above, then will give &lt;strong&gt;ideas&lt;/strong&gt; for answers and &lt;strong&gt;suggestions detailed answer (if any)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/doocs/advanced-java" rel="noopener noreferrer"&gt;https://github.com/doocs/advanced-java&lt;/a&gt;&lt;/p&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%2Fvu5zhof5jrmfv9v0usdr.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%2Fvu5zhof5jrmfv9v0usdr.png" alt="advanced-java"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/kdn251/interviews" rel="noopener noreferrer"&gt;Top 4. interviews - 61.9k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;The name says it all. This repo will help you thoroughly prepare Java programming knowledge, before participating in &lt;strong&gt;interviews&lt;/strong&gt; 👨‍💻&lt;/p&gt;

&lt;p&gt;The author mainly shares questions related to coding, and of course &lt;strong&gt;includes solutions&lt;/strong&gt;, to handle problems that big companies like Adobe, Facebook, Google, Amazon give.&lt;/p&gt;

&lt;p&gt;Besides, there are instructions for solving exercises on &lt;strong&gt;LeetCode&lt;/strong&gt;, or in the famous book &lt;strong&gt;"Cracking the coding interview"&lt;/strong&gt; using the Java programming language 📝&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/kdn251/interviews" rel="noopener noreferrer"&gt;https://github.com/kdn251/interviews&lt;/a&gt;&lt;/p&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%2Fwvdtco9gqlzvcvv2ntxj.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%2Fwvdtco9gqlzvcvv2ntxj.png" alt="interviews"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/TheAlgorithms/Java" rel="noopener noreferrer"&gt;Top 5. TheAlgorithms - Java - 57k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;The GitHub page of &lt;strong&gt;"The Algorithms"&lt;/strong&gt; is probably too famous for algorithm enthusiasts.&lt;/p&gt;

&lt;p&gt;This &lt;strong&gt;"TheAlgorithms - Java"&lt;/strong&gt; repo is one of their sub-repos, helping you understand and implement &lt;strong&gt;data structures and algorithms&lt;/strong&gt; using the &lt;strong&gt;Java&lt;/strong&gt; programming language.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/TheAlgorithms/Java" rel="noopener noreferrer"&gt;https://github.com/TheAlgorithms/Java&lt;/a&gt;&lt;/p&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%2F57eg30g4p8oj5zucacgw.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%2F57eg30g4p8oj5zucacgw.png" alt="TheAlgorithms - Java"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/akullpp/awesome-java" rel="noopener noreferrer"&gt;Top 6. Awesome Java - 40.1k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;It's a fact that many repos on GitHub start with the word &lt;strong&gt;"awesome"&lt;/strong&gt; which is &lt;strong&gt;"awesome"&lt;/strong&gt; exactly as the name suggests 🤩&lt;/p&gt;

&lt;p&gt;Repo &lt;strong&gt;Awesome Java&lt;/strong&gt; is a list of frameworks, libraries and applications written in genuine Java, serving many different purposes 👨‍💻&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;From Backend programming, Job Scheduling, Logging, ...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Up to mobile programming, games, networking, ...&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This will definitely be a useful reference source for Java developers.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/akullpp/awesome-java" rel="noopener noreferrer"&gt;https://github.com/akullpp/awesome-java&lt;/a&gt;&lt;/p&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%2Fa2dqztru4a17lo7a09ya.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%2Fa2dqztru4a17lo7a09ya.png" alt="Awesome Java"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/AobingJava/JavaFamily" rel="noopener noreferrer"&gt;Top 7. JavaFamily - 35.5k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;A repo that compiles many Study Guides, as well as interview questions related to Java.&lt;/p&gt;

&lt;p&gt;According to the author, this repo covers almost all of &lt;strong&gt;the core knowledge that Java programmers need to know to become a master&lt;/strong&gt; 🧠&lt;/p&gt;

&lt;p&gt;The author of this repo is Ao Bing - he has 8 years of programming experience, and was once &lt;strong&gt;Blog Star Top 1&lt;/strong&gt; on China's CSDN site. His CSDN page currently has &lt;strong&gt;more than 300,000&lt;/strong&gt; fan followers, and on bilibili there are also nearly &lt;strong&gt;250,000 fans&lt;/strong&gt; 🥇&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/AobingJava/JavaFamily" rel="noopener noreferrer"&gt;https://github.com/AobingJava/JavaFamily&lt;/a&gt;&lt;/p&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%2F96nqse3evhu37tm2m74n.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%2F96nqse3evhu37tm2m74n.png" alt="JavaFamily"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/xkcoding/spring-boot-demo" rel="noopener noreferrer"&gt;Top 8. Spring Boot Demo - 32.2k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;I don't know China's technology market very well. But when searching for Java repos, highly appreciated by the community on GitHub, I found many repos from developers in this country.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Spring Boot Demo&lt;/strong&gt; is a repo containing all &lt;strong&gt;source code&lt;/strong&gt; of demo applications, coded with Spring Boot. Java developers must be very familiar with Sprint Boot, right? 🙌&lt;/p&gt;

&lt;p&gt;According to a rough count, there are about &lt;strong&gt;65 demo projects&lt;/strong&gt; in this repo, free for you to learn and research.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/xkcoding/spring-boot-demo" rel="noopener noreferrer"&gt;https://github.com/xkcoding/spring-boot-demo&lt;/a&gt;&lt;/p&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%2Fuolnuplq85yl79wcemqa.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%2Fuolnuplq85yl79wcemqa.png" alt="Spring Boot Demo"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/ityouknow/spring-boot-examples" rel="noopener noreferrer"&gt;Top 9. Spring Boot Example - 29.9k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;This repo also has the same purpose as the above repo, but with a different author.&lt;/p&gt;

&lt;p&gt;The author is a Chinese developer, again 🫣&lt;/p&gt;

&lt;p&gt;But the repo above is over &lt;strong&gt;32.2k&lt;/strong&gt; ⭐️, and this guy's is also around &lt;strong&gt;30k&lt;/strong&gt; ⭐️, so I have to admit it is "six of one and half a dozen of the other"&lt;/p&gt;

&lt;p&gt;In my subjective opinion, it's probably because the guy above plays too hardcore, up to 65 projects. And this guy only has more than 20 projects to share with the community.&lt;/p&gt;

&lt;p&gt;As for quality details within each project, please proactively access the GitHub link below to test.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/ityouknow/spring-boot-examples" rel="noopener noreferrer"&gt;https://github.com/ityouknow/spring-boot-examples&lt;/a&gt;&lt;/p&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%2Fd6cpq0xwbpijacg70fnc.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%2Fd6cpq0xwbpijacg70fnc.png" alt="Spring Boot Example"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/hollischuang/toBeTopJavaer" rel="noopener noreferrer"&gt;Top 10. To Be Top Javaer - 25.2k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;The repo name shows the author's great confidence. But look at the photo in the &lt;strong&gt;README&lt;/strong&gt; section, if you know Chinese, please translate it for me to see if he is selling the course 😅&lt;/p&gt;

&lt;p&gt;When going into the source part of the repo, the author provides a clear &lt;strong&gt;mind map&lt;/strong&gt;, as well as detailed knowledge &lt;strong&gt;from basic to advanced&lt;/strong&gt;, structured into folders as well 👍&lt;/p&gt;

&lt;p&gt;Ignoring the issue of whether the author sells the course or not, I think this effort of sharing knowledge for free with everyone is worthy of recognition 💯&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/hollischuang/toBeTopJavaer" rel="noopener noreferrer"&gt;https://github.com/hollischuang/toBeTopJavaer&lt;/a&gt;&lt;/p&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%2F2d6snqrde0u8qo140zjl.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%2F2d6snqrde0u8qo140zjl.png" alt="To Be Top Javaer"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;Thanks for reading! Write about your favourite GitHub repositories in the comments!&lt;/p&gt;

&lt;p&gt;Btw, you can support my work by buying me a coffee!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/tmsanghoclaptrinh" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.buymeacoffee.com%2Fbuttons%2Fv2%2Fdefault-yellow.png" alt="Buy Me A Coffee"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you 🌻&lt;/p&gt;

&lt;p&gt;Hope this help. See ya 👋&lt;/p&gt;

&lt;p&gt;~ Sang Minh Tran from Vietnam 🇻🇳&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
      <category>java</category>
    </item>
    <item>
      <title>Top 10 GitHub repositoriess for Javascript developers 🚀</title>
      <dc:creator>Sáng Minh Trần</dc:creator>
      <pubDate>Tue, 21 May 2024 14:19:27 +0000</pubDate>
      <link>https://dev.to/tmsanghoclaptrinh/top-10-github-repositoriess-for-javascript-developers-42oa</link>
      <guid>https://dev.to/tmsanghoclaptrinh/top-10-github-repositoriess-for-javascript-developers-42oa</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Data updated on May 21, 2024&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://github.com/trekhleb/javascript-algorithms" rel="noopener noreferrer"&gt;Top 1. JavaScript Algorithms and Data Structures - 184k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The high number of ⭐️ says it all 😎&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you want to learn JS to graduate and work as a &lt;strong&gt;Web Developer&lt;/strong&gt;, but in school you are stuck with &lt;strong&gt;"Data Structures and Algorithms"&lt;/strong&gt;, then this is a great repo to help you combine both tasks.&lt;/p&gt;

&lt;p&gt;One of the good things about this repo is that they clearly classify data structures and algorithms from basic to advanced.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/trekhleb/javascript-algorithms" rel="noopener noreferrer"&gt;https://github.com/trekhleb/javascript-algorithms&lt;/a&gt;&lt;/p&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%2Feiwiekkhhc08dn3tp82t.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%2Feiwiekkhhc08dn3tp82t.png" alt="JavaScript Algorithms and Data Structures"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/getify/You-Dont-Know-JS" rel="noopener noreferrer"&gt;Top 2. You Don't Know JS Yet - 177k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Javascript developers must have known the famous book named &lt;strong&gt;"You Don't Know JS Yet"&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And you're right, the entire content of this book sold for &lt;strong&gt;more than $25 on Amazon&lt;/strong&gt; is published for &lt;strong&gt;FREE&lt;/strong&gt; by the author - &lt;strong&gt;Kyle Simpson&lt;/strong&gt; on the GitHub repo below 😍&lt;/p&gt;

&lt;p&gt;If you grow up from the book in the future, please try to buy one to support the author 🌿&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/getify/You-Dont-Know-JS" rel="noopener noreferrer"&gt;https://github.com/getify/You-Dont-Know-JS&lt;/a&gt;&lt;/p&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%2F5voegsgb3iv9rfalobcs.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%2F5voegsgb3iv9rfalobcs.png" alt="You Don't Know JS Yet"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/airbnb/javascript" rel="noopener noreferrer"&gt;Top 3. Airbnb JavaScript Style Guide - 142k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;If any of you have worked on real projects, you surely know the concept of &lt;strong&gt;"Coding convention"&lt;/strong&gt;, which helps programmers in the team agree on a common list of rules in coding process 👨‍💻&lt;/p&gt;

&lt;p&gt;And this repo is a convention specifically for Javascript programmers of &lt;strong&gt;Airbnb company&lt;/strong&gt; - the world's leading company in the model of connecting tenants and renters of rooms and resort apartments 🌆&lt;/p&gt;

&lt;p&gt;This repo details guidelines on best practices for &lt;strong&gt;writing clean, maintainable, efficient JavaScript code that ensures consistency and quality across projects.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many projects in other companies also take this convention as a model (can be customized a bit) to apply to their dev teams.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/airbnb/javascript" rel="noopener noreferrer"&gt;https://github.com/airbnb/javascript&lt;/a&gt;&lt;/p&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%2Ffmmhnls35tuumw4013f0.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%2Ffmmhnls35tuumw4013f0.png" alt="Airbnb JavaScript Style Guide"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/ryanmcdermott/clean-code-javascript" rel="noopener noreferrer"&gt;Top 4. clean-code-javascript - 90k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Another repo related to books 📚&lt;/p&gt;

&lt;p&gt;This time it's a very famous book - known as the &lt;strong&gt;bedside book&lt;/strong&gt; of programmers. The book is called &lt;strong&gt;"Clean Code"&lt;/strong&gt; 🧹&lt;/p&gt;

&lt;p&gt;This is the book ranked &lt;strong&gt;Top 1 Amazon Best Seller&lt;/strong&gt; in the book category &lt;strong&gt;Software Design &amp;amp; Engineering&lt;/strong&gt; 🥇&lt;/p&gt;

&lt;p&gt;The author of this book is &lt;strong&gt;Robert C. Martin&lt;/strong&gt;, also widely known as &lt;strong&gt;"Uncle Bob"&lt;/strong&gt; 👨‍🦳&lt;/p&gt;

&lt;p&gt;However, this &lt;strong&gt;clean-code-javascript&lt;/strong&gt; repo on GitHub is not published by the author himself, but by a programmer named &lt;strong&gt;Ryan McDermott&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The examples in the original version of the book are coded in &lt;strong&gt;Java&lt;/strong&gt;, which may cause some inconvenience for those new to programming and coding in &lt;strong&gt;Javascript&lt;/strong&gt;. So the purpose of this repo is to remove those inconveniences.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/ryanmcdermott/clean-code-javascript" rel="noopener noreferrer"&gt;https://github.com/ryanmcdermott/clean-code-javascript&lt;/a&gt;&lt;/p&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%2Fp0gl6le2et45yhwggpd2.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%2Fp0gl6le2et45yhwggpd2.png" alt="clean-code-javascript"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/microsoft/Web-Dev-For-Beginners" rel="noopener noreferrer"&gt;Top 5. Microsoft Web Development for Beginners - 81.7k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Looking at the name, I already see prestige. Located in the Top 5 position is a very good repo from &lt;strong&gt;Microsoft&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Microsoft Web Development for Beginners"&lt;/strong&gt; helps you learn Web programming principles with a 12-week course conducted by Microsoft Cloud Advocates 👨‍🏫&lt;/p&gt;

&lt;p&gt;Through practice exercises, each lesson delves deeply into HTML, CSS and especially JS.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/microsoft/Web-Dev-For-Beginners" rel="noopener noreferrer"&gt;https://github.com/microsoft/Web-Dev-For-Beginners&lt;/a&gt;&lt;/p&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%2Fab0mfsw7v9zfhkc4ez1j.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%2Fab0mfsw7v9zfhkc4ez1j.png" alt="Microsoft Web Development for Beginners"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/DopplerHQ/awesome-interview-questions" rel="noopener noreferrer"&gt;Top 6. Awesome Interview Questions - 67.7k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Awesome Interview Questions&lt;/strong&gt; is a collection of rich and useful interview questions for many different fields and technologies, of course &lt;strong&gt;JavaScript&lt;/strong&gt; is indispensable 🗂️&lt;/p&gt;

&lt;p&gt;The goal of this repository is to help programmers prepare carefully for &lt;strong&gt;"brainstorming"&lt;/strong&gt; interviews with companies 🧠&lt;/p&gt;

&lt;p&gt;In addition to JavaScript, those programming in other languages ​​can also refer to this list.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/DopplerHQ/awesome-interview-questions" rel="noopener noreferrer"&gt;https://github.com/DopplerHQ/awesome-interview-questions&lt;/a&gt;&lt;/p&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%2F6grh4b4d0yyt9wyiywyk.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%2F6grh4b4d0yyt9wyiywyk.png" alt="Awesome Interview Questions"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/leonardomso/33-js-concepts" rel="noopener noreferrer"&gt;Top 7. 33 Concepts Every JavaScript Developer Should Know - 62.2k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;33 Concepts Every JavaScript Developer Should Know&lt;/strong&gt; is a repo created with the purpose of helping developers master concepts in JavaScript.&lt;/p&gt;

&lt;p&gt;The repo content includes a variety of genres: from lists of &lt;strong&gt;articles&lt;/strong&gt;, lists of &lt;strong&gt;videos&lt;/strong&gt;, to &lt;strong&gt;books&lt;/strong&gt; so you can choose to study in your own way 📚&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/leonardomso/33-js-concepts" rel="noopener noreferrer"&gt;https://github.com/leonardomso/33-js-concepts&lt;/a&gt;&lt;/p&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%2F1cjpgxn30ozyerhq7vh0.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%2F1cjpgxn30ozyerhq7vh0.png" alt="33 Concepts Every JavaScript Developer Should Know"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/Asabeneh/30-Days-Of-JavaScript" rel="noopener noreferrer"&gt;Top 8. 30 Days Of JavaScript - 41.1k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;30 Days Of JavaScript&lt;/strong&gt; is a challenge repo 🧗‍♂️&lt;/p&gt;

&lt;p&gt;The challenges will be arranged in order &lt;strong&gt;from basic to advanced&lt;/strong&gt; 📈&lt;/p&gt;

&lt;p&gt;At the end of the challenge, you will receive a &lt;strong&gt;certificate from 30 Days Of JavaScript&lt;/strong&gt;, recognizing your efforts 🎖️&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Day 1 - 8:&lt;/strong&gt; Learn basic knowledge such as Data Types, Operators, Conditionals, Loops, Functions, Objects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Day 9 - 12:&lt;/strong&gt; Knowledge of Higher Order Functions, Sets, Maps, Destructuring, Spreading, Regular Expressions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Days 13 - 17:&lt;/strong&gt; Console Object Methods, Error Handling, Classes, JSON, Web Storages.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Days 18 - 23:&lt;/strong&gt; Promises, Closure, Clean Code, DOM, Event Listeners.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Day 24 - 30:&lt;/strong&gt; Practice coding mini projects and final projects.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/Asabeneh/30-Days-Of-JavaScript" rel="noopener noreferrer"&gt;https://github.com/Asabeneh/30-Days-Of-JavaScript&lt;/a&gt;&lt;/p&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%2Fmo6h8z9xf9sm8wocnzhj.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%2Fmo6h8z9xf9sm8wocnzhj.png" alt="30 Days Of JavaScript"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/denysdovhan/wtfjs" rel="noopener noreferrer"&gt;Top 9. What the f*ck JavaScript? - 34.1k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Although JavaScript is great, many of you must admit that it is quite &lt;strong&gt;"funny"&lt;/strong&gt; in some cases 🤡&lt;/p&gt;

&lt;p&gt;The main goal of this repo is to collect such examples, and &lt;strong&gt;explain how they work (if possible)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can read this repo for entertainment, after hours of stressful bug fixing, and times exclaiming &lt;strong&gt;"WTF?"&lt;/strong&gt; when coding JavaScript.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/denysdovhan/wtfjs" rel="noopener noreferrer"&gt;https://github.com/denysdovhan/wtfjs&lt;/a&gt;&lt;/p&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%2Fikkbqfoiavnvpbzz19mx.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%2Fikkbqfoiavnvpbzz19mx.png" alt="What the f\*ck JavaScript?"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/elsewhencode/project-guidelines" rel="noopener noreferrer"&gt;Top 10. Project Guidelines - 29.2k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;And finally, in the Top 10 position is a very good repo, a collection of &lt;strong&gt;methods to help you structure JavaScript code projects effectively.&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;From Git branching, how to resolve conflicts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to write documentation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Then set up development, test, and production environments.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Manage dependencies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Folder structure and naming.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Coding convention.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Logging.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Work with APIs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;...&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All create a very detailed repo so that students can better understand what the &lt;strong&gt;structure of a real project&lt;/strong&gt; will look like? Those of you who are already working can also refer to and refine useful and appropriate advice to &lt;strong&gt;discuss with your team members and apply it to your projects&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;👉️ Github: &lt;a href="https://github.com/elsewhencode/project-guidelines" rel="noopener noreferrer"&gt;https://github.com/elsewhencode/project-guidelines&lt;/a&gt;&lt;/p&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%2Fqbx0i4arw7w3s6zfvc6d.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%2Fqbx0i4arw7w3s6zfvc6d.png" alt="Project Guidelines"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading! Write about your favourite GitHub repositories in the comments!&lt;/p&gt;

&lt;p&gt;Btw, you can support my work by buying me a coffee!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/tmsanghoclaptrinh" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn.buymeacoffee.com%2Fbuttons%2Fv2%2Fdefault-yellow.png" alt="Buy Me A Coffee"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you 🌻&lt;/p&gt;

&lt;p&gt;Hope this help. See ya 👋&lt;/p&gt;

&lt;p&gt;~ Sang Minh Tran from Vietnam 🇻🇳&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>8 QUALITY FREE COURSES FROM HARVARD UNIVERSITY 📚</title>
      <dc:creator>Sáng Minh Trần</dc:creator>
      <pubDate>Sun, 19 May 2024 15:03:50 +0000</pubDate>
      <link>https://dev.to/tmsanghoclaptrinh/8-quality-free-courses-from-harvard-university-5dp3</link>
      <guid>https://dev.to/tmsanghoclaptrinh/8-quality-free-courses-from-harvard-university-5dp3</guid>
      <description>&lt;p&gt;&lt;strong&gt;Harvard University&lt;/strong&gt; must be so famous. This is one of the most prestigious universities in the world, not only famous for its outstanding training quality but also for its important contributions in disseminating knowledge to everyone.&lt;/p&gt;

&lt;p&gt;In today's digital age, Harvard has expanded its influence by offering many &lt;strong&gt;free online courses&lt;/strong&gt;, giving people everywhere the opportunity to access top-notch knowledge without spending money.&lt;/p&gt;

&lt;p&gt;These free courses are designed to serve a wide range of students, from &lt;strong&gt;beginners&lt;/strong&gt; to those who have basic knowledge and want to improve their professional skills.&lt;/p&gt;

&lt;p&gt;The topics of the courses are very diverse, including: computer science, artificial intelligence, medicine, literature, art, and many other fields.&lt;/p&gt;

&lt;p&gt;Each course is built by &lt;strong&gt;leading Harvard professors&lt;/strong&gt;, ensuring that learners will receive the latest knowledge and most effective teaching methods.&lt;/p&gt;

&lt;p&gt;In this article, I will share with you &lt;strong&gt;8 quality free courses&lt;/strong&gt; related to our majors, which are programming, computer science, and artificial intelligence.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.edx.org/learn/computer-science/harvard-university-cs50-s-introduction-to-computer-science"&gt;🔸 1. CS50's Introduction to Computer Science&lt;/a&gt;
&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%2F249xib0yeril63adjst4.png" 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%2F249xib0yeril63adjst4.png" alt="CS50'S INTRODUCTION TO COMPUTER SCIENCE" width="378" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CS50's Introduction to Computer Science&lt;/strong&gt; or &lt;strong&gt;CS50x&lt;/strong&gt; is one of Harvard University's most famous and popular courses, designed to provide an overview and solid foundation in computer science.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Led by professor &lt;strong&gt;David J. Malan&lt;/strong&gt;, this course not only attracts thousands of Harvard students but also millions of students around the world through its online learning platform.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Course content:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;CS50x&lt;/strong&gt; course covers the following main topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Week 0: Scratch&lt;/li&gt;
&lt;li&gt;Week 1: C&lt;/li&gt;
&lt;li&gt;Week 2: Arrays&lt;/li&gt;
&lt;li&gt;Week 3: Algorithms&lt;/li&gt;
&lt;li&gt;Week 4: Memory&lt;/li&gt;
&lt;li&gt;Week 5: Data Structures&lt;/li&gt;
&lt;li&gt;Week 6: Python&lt;/li&gt;
&lt;li&gt;Week 6.5: Artificial Intelligence&lt;/li&gt;
&lt;li&gt;Week 7: SQL&lt;/li&gt;
&lt;li&gt;Week 8: HTML, CSS, JavaScript&lt;/li&gt;
&lt;li&gt;Week 9: Flask&lt;/li&gt;
&lt;li&gt;Week 10: Cybersecurity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Learning methods:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;CS50x is taught through &lt;strong&gt;detailed video lectures&lt;/strong&gt;, &lt;strong&gt;practical exercises&lt;/strong&gt; and &lt;strong&gt;real-life projects&lt;/strong&gt;, helping students apply theory into practice.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In addition, students also have the opportunity to participate in discussion forums and receive support from the community and the teaching staff.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Benefits of the course:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Comprehensive knowledge:&lt;/strong&gt; Students will gain a broad and deep knowledge base in computer science, sufficient to pursue advanced courses or personal projects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Practical skills:&lt;/strong&gt; Through exercises and projects, students will develop programming and problem-solving skills, which are useful for a career in information technology.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Certificate:&lt;/strong&gt; After completing the problem sets, labs and final project of the course, students can receive a certificate from Harvard University, an important demonstration of their knowledge and skills.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&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%2Fx91bfi9g0mi25oj00pam.png" 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%2Fx91bfi9g0mi25oj00pam.png" alt="CS50x certificate" width="800" height="618"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.edx.org/learn/web-development/harvard-university-cs50-s-web-programming-with-python-and-javascript"&gt;🔸 2. CS50's Web Programming with Python and JavaScript&lt;/a&gt;
&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%2Ffpr59v4w875xahhtmqf9.png" 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%2Ffpr59v4w875xahhtmqf9.png" alt="CS50'S WEB PROGRAMMING WITH PYTHON AND JAVASCRIPT" width="378" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CS50's Web Programming with Python and JavaScript&lt;/strong&gt; or &lt;strong&gt;CS50W&lt;/strong&gt; course is an in-depth online learning program about web design, databases, scalability, security and user experience.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This course provides students with the knowledge and skills necessary to design and deploy applications on the Internet.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Through hands-on projects, students will be able to create UI on Front-end side, code logic on the Back-end side, and build APIs to connect FE and BE. Besides, there are issues related to Testing, CI/CD, Scalability and Security&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After completing the course, students will master the principles, programming languages ​​and tools needed to become a professional web application developer.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Course content:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;CS50W&lt;/strong&gt; course covers the following key topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML, CSS&lt;/li&gt;
&lt;li&gt;Git&lt;/li&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Django&lt;/li&gt;
&lt;li&gt;SQL, Models and Migrations&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;User Interfaces&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;li&gt;CI/CD&lt;/li&gt;
&lt;li&gt;Scalability and Security&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.edx.org/learn/game-development/harvard-university-cs50-s-introduction-to-game-development"&gt;🔸 3. CS50's Introduction to Game Development&lt;/a&gt;
&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%2Fdpkff0lq6vhig2bpquyg.png" 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%2Fdpkff0lq6vhig2bpquyg.png" alt="CS50'S INTRODUCTION TO GAME DEVELOPMENT" width="378" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CS50's Introduction to Game Development&lt;/strong&gt; or &lt;strong&gt;CS50G&lt;/strong&gt; course is an in-depth online learning program on video game design and development.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Through lectures and hands-on projects, you'll explore the fundamentals of 2D and 3D graphics, animation, audio, and collision detection using frameworks like Unity and LÖVE 2D, as well as programming languages ​​such as Lua and C#.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In this course, you will be instructed to code games like Super Mario Bros, Pokémon, Angry Birds,...&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Course content:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;CS50G&lt;/strong&gt; course covers the following key topics:&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;Pokemon&lt;/li&gt;
&lt;li&gt;3D Helicopter Game&lt;/li&gt;
&lt;li&gt;Dreadhalls&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.edx.org/learn/cybersecurity/harvard-university-cs50-s-introduction-to-cybersecurity"&gt;🔸 4. CS50's Introduction to Cybersecurity&lt;/a&gt;
&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%2Fuhw1lb064yyluz7bb43u.png" 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%2Fuhw1lb064yyluz7bb43u.png" alt="CS50'S INTRODUCTION TO CYBERSECURITY" width="378" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CS50's Introduction to Cybersecurity&lt;/strong&gt; or &lt;strong&gt;CS50 Cybersecurity&lt;/strong&gt; course will help you learn network security knowledge.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In this course, you will learn how to protect your data, devices, and systems from threats. Besides, there is a way to recognize and evaluate future attacks.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The course introduces many popular attack techniques such as social engineering, phishing, brute-force, dictionary attack, DDoS,...&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Course content:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;CS50 Cybersecurity&lt;/strong&gt; course covers the following main topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hacking, cracking&lt;/li&gt;
&lt;li&gt;Social engineering, phishing attacks&lt;/li&gt;
&lt;li&gt;Passcodes, passwords, SSO&lt;/li&gt;
&lt;li&gt;Brute-force attacks, dictionary attacks&lt;/li&gt;
&lt;li&gt;Biometrics&lt;/li&gt;
&lt;li&gt;Multi-factor authentication, password managers&lt;/li&gt;
&lt;li&gt;Ethical hacking&lt;/li&gt;
&lt;li&gt;Denial-of-service attacks&lt;/li&gt;
&lt;li&gt;Viruses, worms, botnets&lt;/li&gt;
&lt;li&gt;SQL injection attacks&lt;/li&gt;
&lt;li&gt;Port-scanning&lt;/li&gt;
&lt;li&gt;Proxies, firewalls&lt;/li&gt;
&lt;li&gt;Automatic updates&lt;/li&gt;
&lt;li&gt;Closed-source, open-source software&lt;/li&gt;
&lt;li&gt;Buffer-overflow attacks&lt;/li&gt;
&lt;li&gt;Secure deletion&lt;/li&gt;
&lt;li&gt;Hashing, salting&lt;/li&gt;
&lt;li&gt;Secret-key, public-key encryption, digital signatures&lt;/li&gt;
&lt;li&gt;Full-disk encryption, ransomware&lt;/li&gt;
&lt;li&gt;Cookies, sessions, incognito mode&lt;/li&gt;
&lt;li&gt;Anonymization, de-identification&lt;/li&gt;
&lt;li&gt;Verification&lt;/li&gt;
&lt;li&gt;Operating systems, app stores&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.edx.org/learn/react-native/harvard-university-cs50-s-mobile-app-development-with-react-native"&gt;🔸 5. CS50's Mobile App Development with React Native&lt;/a&gt;
&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%2F61xpyswz6coi9gyw31ys.png" 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%2F61xpyswz6coi9gyw31ys.png" alt="CS50'S MOBILE APP DEVELOPMENT WITH REACT NATIVE" width="378" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CS50's Mobile App Development with React Native&lt;/strong&gt; or &lt;strong&gt;CS50M&lt;/strong&gt; course is a course that helps you learn how to develop mobile applications with React Native.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In this course, you will learn how to code with JavaScript (including ES6 and ES7) as well as JSX.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Through hands-on projects, you will have the opportunity to gain experience developing mobile applications with React Native, an open-source framework created by Facebook and contributed to development by many programmers around the world, allowing cross-platform mobile application development.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Course content:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;CS50M&lt;/strong&gt; course covers the following main topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;ES6&lt;/li&gt;
&lt;li&gt;React, JSX&lt;/li&gt;
&lt;li&gt;Components, Props, State, Style&lt;/li&gt;
&lt;li&gt;Components, Views, User Input&lt;/li&gt;
&lt;li&gt;Debugging&lt;/li&gt;
&lt;li&gt;Data&lt;/li&gt;
&lt;li&gt;Navigation&lt;/li&gt;
&lt;li&gt;Expo Components&lt;/li&gt;
&lt;li&gt;Redux&lt;/li&gt;
&lt;li&gt;Performance&lt;/li&gt;
&lt;li&gt;Shipping, Testing&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.edx.org/learn/sql/harvard-university-cs50-s-introduction-to-databases-with-sql"&gt;🔸 6. CS50's Introduction to Databases with SQL&lt;/a&gt;
&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%2F28rnewvrreg2k2xiqk9f.png" 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%2F28rnewvrreg2k2xiqk9f.png" alt="CS50'S INTRODUCTION TO DATABASES WITH SQL" width="378" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CS50's Introduction to Databases with SQL&lt;/strong&gt; or &lt;strong&gt;CS50 SQL&lt;/strong&gt; course will help you understand databases, using the SQL language.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In this course, you will learn how to create, update, delete, and query data with relational databases.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You will learn how to model real-world entities and their relationships, learn how to use tables with appropriate data types, along with other concepts such as triggers, constraints, ...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The course starts with SQLite and ends with an introduction to PostgreSQL and MySQL.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Course content:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;CS50 SQL&lt;/strong&gt; course covers the following key topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SQLite&lt;/li&gt;
&lt;li&gt;CREATE TABLE&lt;/li&gt;
&lt;li&gt;SELECT&lt;/li&gt;
&lt;li&gt;INSERT&lt;/li&gt;
&lt;li&gt;UPDATE&lt;/li&gt;
&lt;li&gt;DELETE&lt;/li&gt;
&lt;li&gt;DROP&lt;/li&gt;
&lt;li&gt;CREATE INDEX&lt;/li&gt;
&lt;li&gt;CREATE VIEW&lt;/li&gt;
&lt;li&gt;PostgreSQL, MySQL&lt;/li&gt;
&lt;li&gt;Connectors (Python, Java)&lt;/li&gt;
&lt;li&gt;Replication&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.edx.org/learn/python/harvard-university-cs50-s-introduction-to-programming-with-python"&gt;🔸 7. CS50's Introduction to Programming with Python&lt;/a&gt;
&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%2Fo16githllxr15whzbf20.png" 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%2Fo16githllxr15whzbf20.png" alt="CS50's Introduction to Programming with Python" width="378" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CS50's Introduction to Programming with Python&lt;/strong&gt; or &lt;strong&gt;CS50P&lt;/strong&gt; is a free online course that teaches how to program with the Python programming language.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This course is suitable for both beginners and experienced programmers who want to learn Python in depth.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Students will learn how to read and write code, test and debug, as well as master basic and advanced concepts in Python programming.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Course content:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;CS50P&lt;/strong&gt; course covers the following key topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Functions, Variables&lt;/li&gt;
&lt;li&gt;Conditionals&lt;/li&gt;
&lt;li&gt;Loops&lt;/li&gt;
&lt;li&gt;Exceptions&lt;/li&gt;
&lt;li&gt;Libraries&lt;/li&gt;
&lt;li&gt;Unit Tests&lt;/li&gt;
&lt;li&gt;File I/O&lt;/li&gt;
&lt;li&gt;Regular Expressions&lt;/li&gt;
&lt;li&gt;Object Oriented Programming (OOP)&lt;/li&gt;
&lt;li&gt;...&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://www.edx.org/learn/artificial-intelligence/harvard-university-cs50-s-introduction-to-artificial-intelligence-with-python"&gt;🔸 8. CS50's Introduction to Artificial Intelligence with Python&lt;/a&gt;
&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%2Fwhpykuzqsmim6lnnlbqu.png" 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%2Fwhpykuzqsmim6lnnlbqu.png" alt="CS50'S INTRODUCTION TO ARTIFICIAL INTELLIGENCE WITH PYTHON" width="378" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CS50's Introduction to Artificial Intelligence with Python&lt;/strong&gt; or &lt;strong&gt;CS50AI&lt;/strong&gt; course introduces the basic concepts and algorithms of artificial intelligence.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The course delves into the ideas behind technologies such as game-playing engines, handwriting recognition, machine translation,...&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Through hands-on projects, students will gain exposure to the theory behind graph search algorithms, classification, optimization, machine learning, large language models, and other topics in artificial intelligence as they incorporate them into their own Python programs.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Course content:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;CS50AI&lt;/strong&gt; course covers the following main topics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Graph search algorithms&lt;/li&gt;
&lt;li&gt;Adversarial search&lt;/li&gt;
&lt;li&gt;Knowledge representation&lt;/li&gt;
&lt;li&gt;Logical inference&lt;/li&gt;
&lt;li&gt;Probability theory&lt;/li&gt;
&lt;li&gt;Bayesian networks&lt;/li&gt;
&lt;li&gt;Markov models&lt;/li&gt;
&lt;li&gt;Constraint satisfaction&lt;/li&gt;
&lt;li&gt;Machine learning&lt;/li&gt;
&lt;li&gt;Reinforcement learning&lt;/li&gt;
&lt;li&gt;Neural networks&lt;/li&gt;
&lt;li&gt;Natural language processing&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;If this article is useful, you can support my work by buying me a coffee!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/tmsanghoclaptrinh"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wYWufrCi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="545" height="153"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you 🌻&lt;/p&gt;

&lt;p&gt;Hope this help. See ya 👋&lt;/p&gt;

&lt;p&gt;~ Sang Minh Tran from Vietnam 🇻🇳&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>Top 10 GitHub repositories with the most ⭐️</title>
      <dc:creator>Sáng Minh Trần</dc:creator>
      <pubDate>Sat, 18 May 2024 13:34:22 +0000</pubDate>
      <link>https://dev.to/tmsanghoclaptrinh/top-10-github-repositories-with-the-most-5dnm</link>
      <guid>https://dev.to/tmsanghoclaptrinh/top-10-github-repositories-with-the-most-5dnm</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Data updated on May 18, 2024&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://github.com/freeCodeCamp/freeCodeCamp"&gt;Top 1. freeCodeCamp - 390k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;freeCodeCamp&lt;/strong&gt; must be very famous among programming students, a community project where you can learn programming completely for free. &lt;/p&gt;

&lt;p&gt;In addition to providing extremely systematic and detailed lectures and curriculum, freeCodeCamp also provides prestigious &lt;strong&gt;certificates&lt;/strong&gt; for programmers. &lt;/p&gt;

&lt;p&gt;To achieve these certificates, you will have to both go through challenges during the learning process and build mini projects at the end of the course.&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/freeCodeCamp/freeCodeCamp"&gt;https://github.com/freeCodeCamp/freeCodeCamp&lt;/a&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%2Fdla7re72kbaqbcnmzcog.png" 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%2Fdla7re72kbaqbcnmzcog.png" alt="freeCodeCamp repository's image" width="800" height="596"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/EbookFoundation/free-programming-books"&gt;Top 2. free-programming-books - 322k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;The world's largest store of free books and programming learning materials 📚&lt;/p&gt;

&lt;p&gt;This repository was originally a copy of &lt;a href="https://web.archive.org/web/20140606191453/http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books/392926"&gt;StackOverflow - List of freely available programming books&lt;/a&gt; with contributions from Karan Bhangui and George Stocker. &lt;/p&gt;

&lt;p&gt;After that, it was transferred to Github by Victor Felder so that the programming community can continuously update and add more useful documents.&lt;/p&gt;

&lt;p&gt;There are too many resources to count, I'm just worried that you'll save them and leave them there without learning anything 😌&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/EbookFoundation/free-programming-books"&gt;https://github.com/EbookFoundation/free-programming-books&lt;/a&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%2Fv1sriak6467tiymfb455.png" 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%2Fv1sriak6467tiymfb455.png" alt="free-programming-books repository's image" width="800" height="560"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/sindresorhus/awesome"&gt;Top 3. awesome - 303k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Those of you who are engrossed in the sea of ​​documents above will probably cry when reading this 😭&lt;/p&gt;

&lt;p&gt;This is &lt;strong&gt;NOT&lt;/strong&gt; the &lt;strong&gt;&lt;a href="https://github.com/FortAwesome/Font-Awesome"&gt;FontAwesome&lt;/a&gt;&lt;/strong&gt; project that you often use to install icons for your website. But this is a project like a &lt;strong&gt;TREASURE OF KNOWLEDGE FOR PROGRAMMERS&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;Its content ranges from software, hardware, security, networking, to Big Data, Gaming, Entertainment, Business.&lt;/p&gt;

&lt;p&gt;Just looking at the content will probably be enough to overwhelm you 😱&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/sindresorhus/awesome"&gt;https://github.com/sindresorhus/awesome&lt;/a&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%2Fgeqbmb4cp3q6jdf0pywk.png" 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%2Fgeqbmb4cp3q6jdf0pywk.png" alt="awesome repository's image" width="800" height="596"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/public-apis/public-apis"&gt;Top 4. public-apis - 294k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;If you read the project name, you will probably understand immediately. &lt;strong&gt;public-apis&lt;/strong&gt; is where the programmer community exchanges and shares the world's leading &lt;strong&gt;free APIs&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Currently, the free API source shared here has reached &lt;strong&gt;1425 APIs&lt;/strong&gt;, with about &lt;strong&gt;51 different fields&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Thereby, in addition to using it to dabble with real data, you can also refer to and learn how other programmers around the world organize and standardize how to write APIs.&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/public-apis/public-apis"&gt;https://github.com/public-apis/public-apis&lt;/a&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%2F7lfymere805swb7gxxkp.png" 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%2F7lfymere805swb7gxxkp.png" alt="public-apis repository's image" width="800" height="795"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/jwasham/coding-interview-university"&gt;Top 5. coding-interview-university - 292k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;The name tell everything. Anyone who is preparing for an interview, regardless of any field in the programming industry, can absolutely refer to this list. That is the power of community contribution.&lt;/p&gt;

&lt;p&gt;Originally, author Josh Washam - an Amazon's programmer, created this list as a short list of learning topics to do to become a software engineer. But then, thanks to the community's contributions, it grew into the large list you see today.&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/jwasham/coding-interview-university"&gt;https://github.com/jwasham/coding-interview-university&lt;/a&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%2Fq7v80ioh00q8cpnq4244.png" 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%2Fq7v80ioh00q8cpnq4244.png" alt="coding-interview-university repository's image" width="800" height="560"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/kamranahmedse/developer-roadmap"&gt;Top 6. developer-roadmap - 277k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;If you have ever known the website &lt;a href="https://roadmap.sh/"&gt;roadmap.sh&lt;/a&gt;, this is the Github of that page.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://roadmap.sh/"&gt;roadmap.sh&lt;/a&gt; - A famous community project, contributed and shared by thousands of programmers around the world, about development directions on the programming path.&lt;/p&gt;

&lt;p&gt;Maybe &lt;a href="https://roadmap.sh/"&gt;roadmap.sh&lt;/a&gt; is no longer strange to those who have experience, many of you are still trying to learn and improve every day, following the suggestions that &lt;a href="https://roadmap.sh/"&gt;roadmap.sh&lt;/a&gt; offers.&lt;/p&gt;

&lt;p&gt;As for those who are new to this approach for the first time, &lt;a href="https://roadmap.sh/"&gt;roadmap.sh&lt;/a&gt; will certainly provide you with many useful keywords, in a clear, specific direction, so that you can research and learn more effectively.&lt;/p&gt;

&lt;p&gt;Let's try and persevere together every day 🤜🤛&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/kamranahmedse/developer-roadmap"&gt;https://github.com/kamranahmedse/developer-roadmap&lt;/a&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%2Fp3dp0s2jgeuvc4zlwwq1.png" 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%2Fp3dp0s2jgeuvc4zlwwq1.png" alt="developer-roadmap repository's image" width="800" height="565"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/996icu/996.ICU"&gt;Top 7. 996.ICU - 269k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;A SUPER SPECIAL&lt;/strong&gt; project on Github, the invention of Chinese guys. Instead of lines of code, they used this project to publicly let the world know about the harsh labor conditions in Chinese companies. Thereby calling for a protest against this way of working.&lt;/p&gt;

&lt;p&gt;The name &lt;strong&gt;996.ICU&lt;/strong&gt; refers to &lt;strong&gt;"Work by '996', sick in ICU"&lt;/strong&gt;, an ironic saying of Chinese developers. With a work schedule &lt;strong&gt;from 9am to 9pm, 6 days a week&lt;/strong&gt;, it's like you're putting yourself in the hospital's &lt;strong&gt;Intensive Care Unit (ICU)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/996icu/996.ICU"&gt;https://github.com/996icu/996.ICU&lt;/a&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%2F144au09obskr05ums8t8.png" 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%2F144au09obskr05ums8t8.png" alt="996.ICU repository's image" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/codecrafters-io/build-your-own-x"&gt;Top 8. Build your own X - 263 ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What I cannot create, I do not understand — Richard Feynman.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It's a great way to learn and build your own operating system, search engine, browser, database, framework, etc.&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/codecrafters-io/build-your-own-x"&gt;https://github.com/codecrafters-io/build-your-own-x&lt;/a&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%2Fj8chk4ed9b2xmtcgju8e.png" 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%2Fj8chk4ed9b2xmtcgju8e.png" alt="build-your-own-x repository's image" width="800" height="568"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/donnemartin/system-design-primer"&gt;Top 9. system-design-primer - 258k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;We certainly always want to improve our skills, so that one day we will be able to design &lt;strong&gt;a large, scalable systems&lt;/strong&gt; - just like a &lt;strong&gt;SA (Software Architect)&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This is a project that can help you learn and step closer to the above goal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;There's no need to compare yourself to others, just try to be better than you were yesterday&lt;/strong&gt; 🫡&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/donnemartin/system-design-primer"&gt;https://github.com/donnemartin/system-design-primer&lt;/a&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%2Fm6zx9h2te4s9yl2gi2z7.png" 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%2Fm6zx9h2te4s9yl2gi2z7.png" alt="system-design-primer repository's image" width="800" height="748"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;a href="https://github.com/facebook/react"&gt;Top 10. react - 223k ⭐️&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Right from the beginning, when mentioning the &lt;strong&gt;"Top 10 GitHub repositories with the most ⭐️"&lt;/strong&gt;, I believe many of you immediately thought of &lt;strong&gt;&lt;a href="https://github.com/facebook/react"&gt;react&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Although it may not rank as high as you imagine, for other libraries/frameworks, it still commands top attention on GitHub, without question.&lt;/p&gt;

&lt;p&gt;As a &lt;strong&gt;Javascript library&lt;/strong&gt; for building UI, supported by &lt;strong&gt;Facebook&lt;/strong&gt; along with a lot of contributions and improvements from the developer community, &lt;strong&gt;&lt;a href="https://github.com/facebook/react"&gt;react&lt;/a&gt;&lt;/strong&gt; has ranked above other famous Javascript libraries/frameworks such as &lt;a href="https://github.com/angular/angular"&gt;Angular&lt;/a&gt; and &lt;a href="https://github.com/vuejs/vue"&gt;Vue.js&lt;/a&gt; for many years in the competition &lt;strong&gt;&lt;a href="https://survey.stackoverflow.co/2023/#technology"&gt;Annual developer survey&lt;/a&gt;&lt;/strong&gt; organized by &lt;strong&gt;Stack Overflow&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;👉️ Link Github: &lt;a href="https://github.com/facebook/react"&gt;https://github.com/facebook/react&lt;/a&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%2Fpkq3qtcphmixaiimjodi.png" 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%2Fpkq3qtcphmixaiimjodi.png" alt="react repository's image" width="800" height="568"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;If this article is useful, you can support my work by buying me a coffee!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/tmsanghoclaptrinh"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wYWufrCi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="545" height="153"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you 🌻&lt;/p&gt;

&lt;p&gt;Hope this help. See ya 👋&lt;/p&gt;

&lt;p&gt;~ Sang Minh Tran from Vietnam 🇻🇳&lt;/p&gt;

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