<?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>Forem: Randolph Mayson D. Dy</title>
    <description>The latest articles on Forem by Randolph Mayson D. Dy (@randolphdy9).</description>
    <link>https://forem.com/randolphdy9</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%2F1475901%2Fff669d83-d85c-4e0c-bb69-d896f5e6b0a8.jpeg</url>
      <title>Forem: Randolph Mayson D. Dy</title>
      <link>https://forem.com/randolphdy9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/randolphdy9"/>
    <language>en</language>
    <item>
      <title>Clean Up Your node_modules with npKill 🧹✨</title>
      <dc:creator>Randolph Mayson D. Dy</dc:creator>
      <pubDate>Tue, 16 Jul 2024 14:22:45 +0000</pubDate>
      <link>https://forem.com/randolphdy9/clean-up-your-nodemodules-with-npkill-27la</link>
      <guid>https://forem.com/randolphdy9/clean-up-your-nodemodules-with-npkill-27la</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is npKill?&lt;/strong&gt; 🚀&lt;br&gt;
npKill is a fantastic tool designed to help you find and remove old and heavy node_modules folders from your system. If you're like most developers, your projects can accumulate a lot of unnecessary files, and npKill can help you declutter and free up valuable space.&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%2Fx4rue2rnfstc5ry9waj4.gif" 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%2Fx4rue2rnfstc5ry9waj4.gif" alt="Image description" width="795" height="364"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Use npKill?&lt;/strong&gt; 🤔&lt;br&gt;
As developers, we often jump between various projects, and each one has its own node_modules folder. Over time, these can take up significant space on your hard drive. Here’s how npKill can make your life easier:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clear Space: Easily identify and remove old node_modules directories that are no longer needed.&lt;/li&gt;
&lt;li&gt;Workspace Usage: Check when you last modified files in a workspace with the last_mod column.&lt;/li&gt;
&lt;li&gt;Fast Performance: Written in TypeScript with low-level searches for optimal performance.&lt;/li&gt;
&lt;li&gt;User-Friendly: No complicated commands—just list your node_modules and press Del to remove them.&lt;/li&gt;
&lt;li&gt;Minimal Dependencies: Lightweight and efficient.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Features at a Glance&lt;/strong&gt; 🌟&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Easily Clear Space: Remove those bulky node_modules folders with a simple command.&lt;/li&gt;
&lt;li&gt;Last Workspace Usage: See the last time you modified a file in each workspace.&lt;/li&gt;
&lt;li&gt;High Speed: Enjoy quick searches and deletions, thanks to low-level performance optimizations.&lt;/li&gt;
&lt;li&gt;Ease of Use: Navigate and delete folders with simple key commands.&lt;/li&gt;
&lt;li&gt;Minimal Dependencies: Keep your system lean with a lightweight tool.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;How to Install npKill&lt;/strong&gt; 📦&lt;br&gt;
You don’t need to install npKill to use it! Simply run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bash
Copy code
$ npx npkill
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;But if you prefer to install it globally:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bash
Copy code
$ npm i -g npkill
# Unix users may need to run the command with sudo.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;em&gt;Note: NPKILL does not support node versions less than 14. For older versions, use &lt;a href="mailto:npkill@0.8.3"&gt;npkill@0.8.3&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Use npKill&lt;/strong&gt; 🛠️&lt;br&gt;
Using npKill is straightforward:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bash
Copy code
$ npx npkill
# Or just npkill if installed globally
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;By default, npKill will start scanning for node_modules directories from the path where the command is executed. You can navigate the list with the ↓ and ↑ keys, and delete a folder by pressing Space or Del. Open the directory with o, and exit with Q or Ctrl + c.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important Reminder&lt;/strong&gt; ⚠️&lt;br&gt;
Some applications require their node_modules directory to function correctly. npKill will highlight these with a ⚠️ symbol to remind you to proceed with caution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt; 🎉&lt;br&gt;
npKill is an indispensable tool for any developer looking to maintain a clean and efficient workspace. Give it a try and see how much space you can reclaim!&lt;/p&gt;

&lt;p&gt;Happy coding! 👨‍💻👩‍💻&lt;/p&gt;

&lt;p&gt;For more details, visit the &lt;a href="https://www.npmjs.com/package/npkill" rel="noopener noreferrer"&gt;npKill page on npm&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>tutorial</category>
      <category>productivity</category>
    </item>
    <item>
      <title>A Journey with React, Tailwind CSS, and 3D Magic 🎨✨</title>
      <dc:creator>Randolph Mayson D. Dy</dc:creator>
      <pubDate>Mon, 15 Jul 2024 14:38:40 +0000</pubDate>
      <link>https://forem.com/randolphdy9/a-journey-with-react-tailwind-css-and-3d-magic-4b62</link>
      <guid>https://forem.com/randolphdy9/a-journey-with-react-tailwind-css-and-3d-magic-4b62</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hello There!&lt;/strong&gt; 👋&lt;/p&gt;

&lt;p&gt;I’m thrilled to share my frontend portfolio with the world. It’s been a labor of love and a testament to the incredible tools and technologies we have at our disposal today. Here’s a breakdown of what I’ve used:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt; 🚀&lt;br&gt;
&lt;strong&gt;React JS with Vite:&lt;/strong&gt; Leveraging Vite's fast build times and hot module replacement has made development a breeze.&lt;br&gt;
&lt;strong&gt;Tailwind CSS:&lt;/strong&gt; For slick, customizable styling. I’ve implemented both light and dark mode to cater to different user preferences. 🌗&lt;br&gt;
&lt;strong&gt;Spline:&lt;/strong&gt; This 3D tool has been a game-changer for creating awesome visuals that really make the portfolio stand out. 🛠️&lt;br&gt;
&lt;strong&gt;Lottiefiles:&lt;/strong&gt; To add some animated behaviors that bring a dynamic feel to the site. 🎥&lt;br&gt;
&lt;strong&gt;CSS &amp;amp; Framer Motion:&lt;/strong&gt; Combined these for smooth animation behaviors and interactive elements. 🎨&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Inspiration and Future Plans&lt;/strong&gt; 🌟&lt;br&gt;
I’ve drawn inspiration from numerous portfolios across the web and developed my own unique version. The frontend community’s creativity and innovation have been a huge influence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check It Out!&lt;/strong&gt; 🌐&lt;br&gt;
&lt;a href="https://randolphdy.com/" rel="noopener noreferrer"&gt;https://randolphdy.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next?&lt;/strong&gt;&lt;br&gt;
In the coming months, I plan to update my site to feature more 3D elements, which I’ve noticed is a rising trend. Stay tuned for some exciting updates! 🔜&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Feedback Welcome!&lt;/strong&gt; 💬&lt;br&gt;
Let me hear your thoughts and suggestions.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
