<?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: Jon Snow</title>
    <description>The latest articles on DEV Community by Jon Snow (@jon_snow789).</description>
    <link>https://dev.to/jon_snow789</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%2F920086%2F70840fb9-7bf7-473b-b179-8a06476a867a.png</url>
      <title>DEV Community: Jon Snow</title>
      <link>https://dev.to/jon_snow789</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jon_snow789"/>
    <language>en</language>
    <item>
      <title>Best Happy New Year animation using HTML and CSS</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Tue, 31 Dec 2024 07:04:17 +0000</pubDate>
      <link>https://dev.to/jon_snow789/best-happy-new-year-animation-using-html-and-css-3aeh</link>
      <guid>https://dev.to/jon_snow789/best-happy-new-year-animation-using-html-and-css-3aeh</guid>
      <description>&lt;h2&gt;
  
  
  1. Glowing Happy New Year 2025 animation
&lt;/h2&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1873769532747329690-419" src="https://platform.twitter.com/embed/Tweet.html?id=1873769532747329690"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1873769532747329690-419');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1873769532747329690&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;h2&gt;
  
  
  2.Happy New Year SVG animation
&lt;/h2&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1873769537155563560-296" src="https://platform.twitter.com/embed/Tweet.html?id=1873769537155563560"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1873769537155563560-296');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1873769537155563560&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Happy New Year - THREE.js CharactersTexture Particle
&lt;/h2&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1873769541182087266-648" src="https://platform.twitter.com/embed/Tweet.html?id=1873769541182087266"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1873769541182087266-648');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1873769541182087266&amp;amp;theme=dark"
  }



&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Happy New Year CSS Flippy Loader
&lt;/h2&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1873769545372152061-551" src="https://platform.twitter.com/embed/Tweet.html?id=1873769545372152061"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1873769545372152061-551');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1873769545372152061&amp;amp;theme=dark"
  }



&lt;/p&gt;

</description>
      <category>html</category>
      <category>webdev</category>
      <category>css</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Multiple window 3d scenes using three.js and localStorage.</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Fri, 01 Dec 2023 15:23:46 +0000</pubDate>
      <link>https://dev.to/jon_snow789/multiple-window-3d-scenes-using-threejs-and-localstorage-hh1</link>
      <guid>https://dev.to/jon_snow789/multiple-window-3d-scenes-using-threejs-and-localstorage-hh1</guid>
      <description>&lt;p&gt;&lt;strong&gt;Frontend is beyond just UI&lt;/strong&gt; 🚀&lt;/p&gt;

&lt;p&gt;A Programmer Presents a Mind-Blowing Multi-Window Experience 😱&lt;/p&gt;

&lt;p&gt;Bjorn Staal, an independent Artist, Programmer, and Researcher, recently unveiled a magical-looking setup that allows the "synchronization" of a 3D scene across multiple browser windows. This innovative system, powered by Three.js and localStorage, was specifically made for developers eager to explore advanced web graphics and window management techniques.&lt;/p&gt;

&lt;h3&gt;
  
  
  Made by &lt;a href="https://twitter.com/_nonfigurativ_" rel="noopener noreferrer"&gt;𝕭𝖏ø𝖗𝖓 𝕾𝖙𝖆𝖆𝖑&lt;/a&gt;
&lt;/h3&gt;




&lt;h3&gt;
  
  
  Demo
&lt;/h3&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/4LwHH3r2qNY"&gt;
&lt;/iframe&gt;
&lt;/p&gt;







&lt;h3&gt;
  
  
  Source Code
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&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%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/bgstaal" rel="noopener noreferrer"&gt;
        bgstaal
      &lt;/a&gt; / &lt;a href="https://github.com/bgstaal/multipleWindow3dScene" rel="noopener noreferrer"&gt;
        multipleWindow3dScene
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A quick example of how one can "synchronize" a 3d scene across multiple windows using three.js and localStorage
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Multiple Window 3D Scene using Three.js&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Introduction&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;This project demonstrates a unique approach to creating and managing a 3D scene across multiple browser windows using Three.js and localStorage. It's designed for developers interested in advanced web graphics and window management techniques.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;3D scene creation and rendering with Three.js.&lt;/li&gt;
&lt;li&gt;Synchronization of 3D scenes across multiple browser windows.&lt;/li&gt;
&lt;li&gt;Dynamic window management and state synchronization using localStorage.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Installation&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;Clone the repository and open &lt;code&gt;index.html&lt;/code&gt; in your browser to start exploring the 3D scene.&lt;/p&gt;
&lt;div class="snippet-clipboard-content notranslate position-relative overflow-auto"&gt;&lt;pre class="notranslate"&gt;&lt;code&gt;git clone https://github.com/bgstaal/multipleWindow3dScene
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Usage&lt;/h2&gt;

&lt;/div&gt;
&lt;p&gt;The main application logic is contained within &lt;code&gt;main.js&lt;/code&gt; and &lt;code&gt;WindowManager.js&lt;/code&gt;. The 3D scene is rendered in &lt;code&gt;index.html&lt;/code&gt;, which serves as the entry point of the application.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Structure and Components&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;index.html&lt;/code&gt;: Entry point that sets up the HTML structure and includes the Three.js library and the main script.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;WindowManager.js&lt;/code&gt;: Core class managing window creation, synchronization, and state management across multiple windows.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;main.js&lt;/code&gt;…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/bgstaal/multipleWindow3dScene" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;








&lt;p&gt;Check my website &lt;a href="https://democoding.in/" rel="noopener noreferrer"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode" rel="noopener noreferrer"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Meme November: Day - 16</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Thu, 16 Nov 2023 17:10:19 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-16-59fc</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-16-59fc</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xN244vMM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d3di3tqbf7ikuxhcmen3.jpg" alt="How to end a frontend developers career" width="800" height="843"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Meme November: Day - 15</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Wed, 15 Nov 2023 02:54:00 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-15-3l8k</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-15-3l8k</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--wpRYxo-S--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6xwkaq7lg6pmf6mhub8z.jpg" alt="How to end a frontend developers career" width="800" height="714"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Meme November: Day - 14</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Tue, 14 Nov 2023 02:52:00 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-14-30fj</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-14-30fj</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EenkuSw4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7a0kcuxyqvh7jw0tq0r8.jpg" alt="How to end a frontend developers career" width="800" height="945"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Meme November: Day - 13</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Mon, 13 Nov 2023 09:50:00 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-13-177o</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-13-177o</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--F6IkbVUE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cgpr6yib2zjiug590jnp.jpg" alt="How to end a frontend developers career" width="800" height="1242"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Meme November: Day - 12</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Mon, 13 Nov 2023 06:48:54 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-12-3221</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-12-3221</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6QAdv-E5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/mcsi7oitzfu3k9749m1h.jpg" alt="How to end a frontend developers career" width="800" height="1314"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Meme November: Day - 11</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Sat, 11 Nov 2023 17:00:59 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-11-pc9</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-11-pc9</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vYXj3JEH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7pno3yqabweiag1gidti.jpg" alt="How to end a frontend developers career" width="800" height="1128"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Meme November: Day - 10</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Fri, 10 Nov 2023 12:56:00 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-10-2i48</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-10-2i48</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Tk96121o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2zeqq5r5fep9b3oi8w7f.jpg" alt="How to end a frontend developers career" width="800" height="809"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Meme November: Day - 9</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Thu, 09 Nov 2023 08:55:42 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-9-1ffm</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-9-1ffm</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9tPdSssI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tomkt43jernlpbui2vsb.jpg" alt="How to end a frontend developers career" width="800" height="855"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Meme November: Day - 8</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Thu, 09 Nov 2023 08:54:06 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-8-3i1h</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-8-3i1h</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze" 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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvueveqabh6hchpdtgpvr.jpg" alt="How to end a frontend developers career"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/" rel="noopener noreferrer"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode" rel="noopener noreferrer"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Meme November: Day - 7</title>
      <dc:creator>Jon Snow</dc:creator>
      <pubDate>Tue, 07 Nov 2023 06:22:00 +0000</pubDate>
      <link>https://dev.to/jon_snow789/meme-november-day-7-1dmk</link>
      <guid>https://dev.to/jon_snow789/meme-november-day-7-1dmk</guid>
      <description>&lt;p&gt;Hello there! I am excited to announce that we will be starting a series in November where we will be sharing some funny programming memes with you every day. We understand how important it is to have a good laugh, especially when you're a programmer, and we believe that these memes will give you just that. So, make sure to stay connected with us throughout November, and keep an eye out for some hilarious programming memes that we will be sharing with you every day!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://twitter.com/AlarmsSnooze"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YVPyGWX5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yz3ma9uoaad06l84ojur.jpg" alt="How to end a frontend developers career" width="800" height="746"&gt;&lt;/a&gt;&lt;/p&gt;







&lt;p&gt;Check my website &lt;a href="https://democoding.in/"&gt;Demo coding&lt;/a&gt; for updates about my latest CSS Animation, CSS Tools, and some cool web dev tips. Let's be friends!&lt;/p&gt;

&lt;p&gt;Don't forget to subscribe to our channel : &lt;a href="https://www.youtube.com/@democode"&gt;Demo code&lt;/a&gt;&lt;/p&gt;

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