<?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: Cooper</title>
    <description>The latest articles on DEV Community by Cooper (@itzcozi).</description>
    <link>https://dev.to/itzcozi</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%2F3522762%2F91a4f538-2b97-491d-a83e-8f1bf2812a0c.jpeg</url>
      <title>DEV Community: Cooper</title>
      <link>https://dev.to/itzcozi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/itzcozi"/>
    <language>en</language>
    <item>
      <title>Show My Work: TinyBones - Minimal Blogging Template</title>
      <dc:creator>Cooper</dc:creator>
      <pubDate>Wed, 01 Oct 2025 01:36:22 +0000</pubDate>
      <link>https://dev.to/itzcozi/show-my-work-tinybones-minimal-blogging-template-1on3</link>
      <guid>https://dev.to/itzcozi/show-my-work-tinybones-minimal-blogging-template-1on3</guid>
      <description>&lt;p&gt;TinyBones is a minimalist blog template for Astro focused on speed, readability, and accessibility. It ships almost zero JS on content pages and includes handy niceties like TOC, reading time, search, share buttons, and Giscus comments.&lt;br&gt;
Highlights&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;MD + MDX support&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SEO helpers (SEO components, RSS, sitemap, robots)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Table of Contents + reading time&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tag pages and author pages&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Client-side fuzzy search + index generator&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Share buttons and copy-code buttons&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Giscus comments (toggle per post)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Dark mode + dyslexia‑friendly font toggle&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tailwind v4, accessible components&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Demo: &lt;a href="https://tinybones.pages.dev/" rel="noopener noreferrer"&gt;https://tinybones.pages.dev/&lt;/a&gt; Repo: &lt;a href="https://github.com/itzcozi/tinybones" rel="noopener noreferrer"&gt;https://github.com/itzcozi/tinybones&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Astro, Tailwind v4, MD/MDX, Fuse.js for search, Giscus (optional)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>minimal</category>
      <category>astro</category>
    </item>
    <item>
      <title>Show Your Work: devbox CLI</title>
      <dc:creator>Cooper</dc:creator>
      <pubDate>Mon, 22 Sep 2025 19:01:45 +0000</pubDate>
      <link>https://dev.to/itzcozi/show-your-work-devbox-cli-4ij8</link>
      <guid>https://dev.to/itzcozi/show-your-work-devbox-cli-4ij8</guid>
      <description>&lt;p&gt;I've been frustrated with dependency hell and clutter on my VPS from dev, so I built Devbox: a lightweight, open-source CLI tool that spins up isolated development environments using Docker. Each project runs in its own container, but your code stays in simple flat folders on the host machine—no messing with volumes or sync issues. Environments are disposable, so you can nuke and recreate them without losing your work.&lt;/p&gt;

&lt;p&gt;Key features:   &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Instant setup: &lt;code&gt;devbox init my-project&lt;/code&gt; and you're in a fresh env with &lt;code&gt;devbox shell&lt;/code&gt;.
&lt;/li&gt;
&lt;li&gt;Configurable via JSON: Define packages, services, and more in a &lt;code&gt;devbox.json&lt;/code&gt; file. Share it in your repo for reproducible setups—teammates just run &lt;code&gt;devbox up&lt;/code&gt;.
&lt;/li&gt;
&lt;li&gt;Docker-in-Docker by default: Build and run containers inside your env without extra config.
&lt;/li&gt;
&lt;li&gt;Host-friendly: Edit code directly on your machine; the container handles the runtime.
&lt;/li&gt;
&lt;li&gt;Templates for quick starts: Built-ins for Python, Node.js, Go, web dev, etc.
&lt;/li&gt;
&lt;li&gt;Advanced options: Port mapping, env vars, resource limits, and even mounting your dotfiles.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's FOSS (MIT license), Linux-focused (Debian/Ubuntu, or WSL2 on Windows), and super easy to install: &lt;code&gt;curl -fsSL https://devbox.ar0.eu/install.sh | bash&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Check out the launch page and docs at &lt;a href="https://devbox.ar0.eu" rel="noopener noreferrer"&gt;https://devbox.ar0.eu&lt;/a&gt;, or the repo at &lt;a href="https://github.com/itzCozi/devbox" rel="noopener noreferrer"&gt;https://github.com/itzCozi/devbox&lt;/a&gt;. I'd love some feedback, stars, or contributions to help grow this into a solid community tool!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>productivity</category>
      <category>containers</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
