<?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: Hyeokmin Lee</title>
    <description>The latest articles on DEV Community by Hyeokmin Lee (@tux1991).</description>
    <link>https://dev.to/tux1991</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3784671%2F01e4c1e0-0fee-4387-8464-0f8b1722a4ea.jpg</url>
      <title>DEV Community: Hyeokmin Lee</title>
      <link>https://dev.to/tux1991</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tux1991"/>
    <language>en</language>
    <item>
      <title>CalHub - No sign-up, free website for calculation &amp; conversion!</title>
      <dc:creator>Hyeokmin Lee</dc:creator>
      <pubDate>Thu, 26 Feb 2026 06:57:12 +0000</pubDate>
      <link>https://dev.to/tux1991/calhub-no-sign-up-free-website-for-calculation-conversion-4nki</link>
      <guid>https://dev.to/tux1991/calhub-no-sign-up-free-website-for-calculation-conversion-4nki</guid>
      <description>&lt;p&gt;How's it going folks!&lt;br&gt;
I built a completely free, no sign-up website for calculation &amp;amp; conversion  covering everything from common everyday conversions to specialized engineering and scientific units:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Common Converters: Length, weight, temperature, volume, area, time, and more&lt;/li&gt;
&lt;li&gt;Currency Converter: Live exchange rates for 160+ world currencies&lt;/li&gt;
&lt;li&gt;Engineering Units: Acceleration, torque, density, angular velocity, and specialized measurements&lt;/li&gt;
&lt;li&gt;Scientific Converters: Heat, fluids, light, electricity, magnetism, and radiology units&lt;/li&gt;
&lt;li&gt;Health Calculators: BMI and BMR calculators&lt;/li&gt;
&lt;li&gt;Duration Calculator: Calculate time between dates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please check it out at: &lt;a href="https://calculate-convert.netlify.app/" rel="noopener noreferrer"&gt;https://calculate-convert.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want me to add any other feature please let me know via Contact Page within the URL.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Super Detailed UNIX/Linux Cheat Sheet!</title>
      <dc:creator>Hyeokmin Lee</dc:creator>
      <pubDate>Sun, 22 Feb 2026 06:10:36 +0000</pubDate>
      <link>https://dev.to/tux1991/super-detailed-unixlinux-cheat-sheet-5a4m</link>
      <guid>https://dev.to/tux1991/super-detailed-unixlinux-cheat-sheet-5a4m</guid>
      <description>&lt;p&gt;UNIX / Linux Commands — Comprehensive Quick Reference&lt;/p&gt;

&lt;p&gt;The first time I opened a terminal and typed ls, I felt completely lost. The second time I tried to delete a folder, I accidentally used rm -rf in the wrong directory. The third time I tried to search a file, I couldn't remember if it was grep or find or something else entirely.&lt;/p&gt;

&lt;p&gt;Sound familiar?&lt;/p&gt;

&lt;p&gt;The terminal is one of the most powerful tools in computing — and one of the most intimidating to learn, because every resource either over-simplifies it ("just type cd to change directory!") or throws you straight into man pages written for people who already know what they're doing.&lt;/p&gt;

&lt;p&gt;This reference sheet sits in the middle: detailed enough to actually teach you, compact enough to keep open while you work.&lt;/p&gt;

&lt;p&gt;──────────────────────────────&lt;/p&gt;

&lt;p&gt;🔍 WHAT MAKES THIS DIFFERENT&lt;/p&gt;

&lt;p&gt;──────────────────────────────&lt;/p&gt;

&lt;p&gt;Most cheat sheets tell you what a command does. This one shows you:&lt;/p&gt;

&lt;p&gt;• What the command looks like when you run it (real terminal output, not pseudocode)&lt;/p&gt;

&lt;p&gt;• What each flag actually means — not just the abbreviation, but the full behaviour and when it matters&lt;/p&gt;

&lt;p&gt;• The differences that trip people up: cd .. vs cd -, &amp;gt; vs &amp;gt;&amp;gt;, rm vs rm -r vs rm -rf, cp vs cp -r&lt;/p&gt;

&lt;p&gt;• The patterns professionals use daily: piping, redirection, background jobs, process management&lt;/p&gt;

&lt;p&gt;──────────────────────────────&lt;/p&gt;

&lt;p&gt;📋 WHAT'S INCLUDED&lt;/p&gt;

&lt;p&gt;──────────────────────────────&lt;/p&gt;

&lt;p&gt;200+ commands across 10 sections — File System, Viewing &amp;amp; Editing, Searching, Redirection &amp;amp; Pipes, Permissions, Process Management, Networking, Compression, System Info, and Package Management — plus a full keyboard shortcuts and operators section.&lt;/p&gt;

&lt;p&gt;Every command entry includes:&lt;/p&gt;

&lt;p&gt;→ The exact command syntax&lt;/p&gt;

&lt;p&gt;→ Available flags and variants&lt;/p&gt;

&lt;p&gt;→ A description and a live terminal example with realistic output&lt;/p&gt;

&lt;p&gt;Plus a dedicated Flag Reference table beneath — 95 rows of full-prose explanations for every flag in the document. Finally understanding why chmod 755 vs 644 vs 600 matters. Finally knowing the difference between kill and kill -9.&lt;/p&gt;

&lt;p&gt;──────────────────────────────&lt;/p&gt;

&lt;p&gt;👤 PERFECT FOR&lt;/p&gt;

&lt;p&gt;──────────────────────────────&lt;/p&gt;

&lt;p&gt;✅ Students working on remote university Linux servers&lt;/p&gt;

&lt;p&gt;✅ ML/AI engineers SSHing into GPU machines to run training jobs&lt;/p&gt;

&lt;p&gt;✅ Developers new to Linux or moving from a GUI-only workflow&lt;/p&gt;

&lt;p&gt;✅ Anyone who keeps a browser tab open to Stack Overflow for basic commands&lt;/p&gt;

&lt;p&gt;──────────────────────────────&lt;/p&gt;

&lt;p&gt;Now available both in .docx and .pdf at &lt;a href="https://tux1991.gumroad.com/l/LINUX" rel="noopener noreferrer"&gt;https://tux1991.gumroad.com/l/LINUX&lt;/a&gt;!&lt;br&gt;
Buy it once. Refer to it forever.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>A Complete Python Beginner Guide!</title>
      <dc:creator>Hyeokmin Lee</dc:creator>
      <pubDate>Sun, 22 Feb 2026 06:07:13 +0000</pubDate>
      <link>https://dev.to/tux1991/self-promotion-python-beginner-guide-5ah6</link>
      <guid>https://dev.to/tux1991/self-promotion-python-beginner-guide-5ah6</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.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%2Fxpqlkfu2fh9z2u798xnp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fxpqlkfu2fh9z2u798xnp.png" alt=" " width="800" height="982"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.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%2Fb3os2va0efbtc8wr33e3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fb3os2va0efbtc8wr33e3.png" alt=" " width="800" height="1037"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.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%2Fcyfx5s1hghsjnss5sqqu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fcyfx5s1hghsjnss5sqqu.png" alt=" " width="800" height="1047"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello there!&lt;/p&gt;

&lt;p&gt;I wrote a Python handbook called "Python for the Utterly Uninitiated" for complete beginners. It is compact, detailed, and everything in one place.&lt;/p&gt;

&lt;p&gt;I wanted to make something that doesn't waste your time. Each chapter covers exactly what it needs to cover, nothing more — but it doesn't skip the parts that actually matter either.&lt;/p&gt;

&lt;p&gt;The way it's structured: every concept gets a code example, and every code example gets a plain-English walkthrough underneath it explaining what each line did and why. No assumed knowledge, no hand-waving.&lt;/p&gt;

&lt;p&gt;Here's what's covered across the three volumes:&lt;/p&gt;

&lt;p&gt;Vol. 1 — Installation and environment setup, variables, numbers, strings, booleans, conditionals, and loops. The foundations, done properly.&lt;/p&gt;

&lt;p&gt;Vol. 2 — Debugging, lists, tuples, dictionaries, sets, type conversion, and functions in depth. The stuff that trips most beginners up.&lt;/p&gt;

&lt;p&gt;Vol. 3 — File I/O, exception handling, Python's standard and third-party libraries, object-oriented programming from scratch, and three full practice projects. &lt;/p&gt;

&lt;p&gt;Each chapter ends with practice challenges so you can actually test what you just read — not just passively absorb it. There, of course, are solutions as well at the very end of each handbook.&lt;/p&gt;

&lt;p&gt;You can grab each volume separately or get the full bundle, which works out cheaper than buying all three individually. Thanks for reading!&lt;/p&gt;

&lt;p&gt;Vol. 1 (Chapters 0–7): &lt;a href="//tux1991.gumroad.com/l/PUUv1"&gt;tux1991.gumroad.com/l/PUUv1&lt;/a&gt;&lt;br&gt;
Vol. 2 (Chapters 8–14): &lt;a href="//tux1991.gumroad.com/l/PUUv2"&gt;tux1991.gumroad.com/l/PUUv2&lt;/a&gt;&lt;br&gt;
Vol. 3 (Chapters 15–21): &lt;a href="//tux1991.gumroad.com/l/PUUv3"&gt;tux1991.gumroad.com/l/PUUv3&lt;/a&gt;&lt;br&gt;
Full bundle (best value): &lt;a href="//tux1991.gumroad.com/l/PUUf"&gt;tux1991.gumroad.com/l/PUUf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tux&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
