<?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: Nemanja Dragun</title>
    <description>The latest articles on DEV Community by Nemanja Dragun (@ndragun92).</description>
    <link>https://dev.to/ndragun92</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%2F1039783%2F0fd248cb-6410-4076-944d-65ab6a915bb8.jpeg</url>
      <title>DEV Community: Nemanja Dragun</title>
      <link>https://dev.to/ndragun92</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ndragun92"/>
    <language>en</language>
    <item>
      <title>File Sys Cache</title>
      <dc:creator>Nemanja Dragun</dc:creator>
      <pubDate>Tue, 12 Mar 2024 10:19:52 +0000</pubDate>
      <link>https://dev.to/ndragun92/file-sys-cache-2n9n</link>
      <guid>https://dev.to/ndragun92/file-sys-cache-2n9n</guid>
      <description>&lt;p&gt;I'm thrilled to announce the launch of my latest project - the File System Cache plugin! 🎉&lt;br&gt;
In today's fast-paced world, optimizing application performance is essential. With the File System Cache plugin, you can effortlessly manage caching of system files, making your applications faster and more efficient than ever before!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.npmjs.com/package/file-sys-cache"&gt;https://www.npmjs.com/package/file-sys-cache&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is File System Cache?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;File-Sys-Cache is an npm package that provides a simple and efficient system files-based caching solution for Node.js applications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;📂 &lt;strong&gt;Set Cache&lt;/strong&gt;: Store data in the cache with ease. Specify file name prefix, file name, payload, and time-to-live (TTL) to tailor caching behavior to your needs.&lt;br&gt;
🔍 &lt;strong&gt;Get Cached Data&lt;/strong&gt;: Retrieve cached data effortlessly by providing the corresponding file name or prefix. Access cached data quickly and efficiently whenever you need it.&lt;br&gt;
🚫 &lt;strong&gt;Invalidate Cached Data&lt;/strong&gt;: Automatically invalidate cached data for items with expired TTLs. Keep your cache up-to-date and ensure optimal data freshness.&lt;br&gt;
🔄 &lt;strong&gt;Flush Cache by Regex&lt;/strong&gt;: Flush cache entries that match a given regular expression. Fine-tune cache management and remove specific entries as needed.&lt;br&gt;
🗑️ &lt;strong&gt;Flush Whole Cache&lt;/strong&gt;: Clear the entire cache in one go. Remove all stored entries to start fresh or in response to specific events.&lt;br&gt;
📊 &lt;strong&gt;Monitoring&lt;/strong&gt;: Gain insights into cache usage and performance statistics. Track invalidated files count, logs over time, size over time, and request count to optimize cache performance.&lt;br&gt;
🚀 &lt;strong&gt;TypeScript Support&lt;/strong&gt;: Enjoy full TypeScript support for seamless integration into your TypeScript projects. Leverage the power of static typing for enhanced development experience and error prevention.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get Started Today!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Ready to supercharge your application's performance with File System Cache? Get started today by visiting the &lt;a href="https://ndragun92.github.io/file-sys-cache/"&gt;official website&lt;/a&gt; and exploring the documentation. You'll find everything you need to integrate File System Cache into your projects and start reaping the benefits of optimized file caching.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Your Feedback Matters!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm committed to continuously improving File System Cache to meet the needs of developers like you. Your feedback is invaluable in shaping the future of this project. Whether you have suggestions for new features, encounter any issues, or simply want to share your experience, I'd love to hear from you!&lt;/p&gt;

</description>
      <category>cache</category>
      <category>npm</category>
      <category>typescript</category>
      <category>node</category>
    </item>
    <item>
      <title>Open Source - Windows 11 made in Nuxt 3 and Tailwind CSS</title>
      <dc:creator>Nemanja Dragun</dc:creator>
      <pubDate>Mon, 06 Mar 2023 16:11:11 +0000</pubDate>
      <link>https://dev.to/ndragun92/open-source-windows-11-made-in-nuxt-3-and-tailwind-css-b12</link>
      <guid>https://dev.to/ndragun92/open-source-windows-11-made-in-nuxt-3-and-tailwind-css-b12</guid>
      <description>&lt;p&gt;Hello everyone,&lt;/p&gt;

&lt;p&gt;I'm excited to share with you my latest &lt;strong&gt;open-source&lt;/strong&gt; project, os-windows11. This is an open-source project made in the hope of replicating the Windows 11 desktop experience on the web using standard web technologies like &lt;strong&gt;Nuxt.js&lt;/strong&gt;, &lt;strong&gt;SCSS&lt;/strong&gt;, &lt;strong&gt;Tailwind CSS&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I created this project to share with the community in order for them to have a complex source of code where they can see how certain stuff can be built in such an environment. I believe that this tool could be really useful for a lot of developers out there.&lt;/p&gt;

&lt;p&gt;The project is entirely open source and available on GitHub [Link provided below]. I welcome anyone who is interested to contribute, providing feedback, or reporting issues.&lt;/p&gt;

&lt;p&gt;Share your own ideas: &lt;a href="https://github.com/ndragun92/os-windows11/discussions/categories/ideas"&gt;https://github.com/ndragun92/os-windows11/discussions/categories/ideas&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for taking the time to learn about my project. I look forward to collaborating with you all.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository&lt;/strong&gt;: &lt;a href="https://github.com/ndragun92/os-windows11"&gt;https://github.com/ndragun92/os-windows11&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live preview link&lt;/strong&gt;: &lt;a href="https://os-windows11.vercel.app/"&gt;https://os-windows11.vercel.app/&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Best, Nemanja Dragun&lt;/p&gt;

</description>
      <category>vue</category>
      <category>typescript</category>
      <category>opensource</category>
      <category>nuxt</category>
    </item>
  </channel>
</rss>
