<?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: slice-code</title>
    <description>The latest articles on DEV Community by slice-code (@slice_code).</description>
    <link>https://dev.to/slice_code</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%2F3847922%2Faf209608-41ba-4db4-b89d-b9251ec866c5.png</url>
      <title>DEV Community: slice-code</title>
      <link>https://dev.to/slice_code</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/slice_code"/>
    <language>en</language>
    <item>
      <title>Building a Blog Editor with el.js and Editor.js</title>
      <dc:creator>slice-code</dc:creator>
      <pubDate>Wed, 08 Apr 2026 04:59:38 +0000</pubDate>
      <link>https://dev.to/slice_code/building-a-blog-editor-with-eljs-and-editorjs-1119</link>
      <guid>https://dev.to/slice_code/building-a-blog-editor-with-eljs-and-editorjs-1119</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%2F9brfd3g7zw2v1jf6rx5y.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%2F9brfd3g7zw2v1jf6rx5y.png" alt=" " width="800" height="442"&gt;&lt;/a&gt;Today, I built a blog editor using el.js. It serves as a DOM helper for constructing the editor UI, toolbar, metadata sidebar, and mobile-first flow. Meanwhile, Editor.js provides flexible content blocks like headings, paragraphs, lists, images, and embeds. You can check out the source code on my GitHub. &lt;a href="https://github.com/slice-code/block-editor" rel="noopener noreferrer"&gt;click here for code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How How to Build a Local AI Chat App with Ollama (No API, No Cost)</title>
      <dc:creator>slice-code</dc:creator>
      <pubDate>Wed, 01 Apr 2026 01:07:14 +0000</pubDate>
      <link>https://dev.to/slice_code/how-how-to-build-a-local-ai-chat-app-with-ollama-no-api-no-cost-119j</link>
      <guid>https://dev.to/slice_code/how-how-to-build-a-local-ai-chat-app-with-ollama-no-api-no-cost-119j</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%2F8x02q5zdhzwxo63hw5kz.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%2F8x02q5zdhzwxo63hw5kz.png" alt=" " width="800" height="438"&gt;&lt;/a&gt;&lt;br&gt;
To day i show you next project of chat ui before, i build local chat ai with feature like stream chat, multi session chat, context management, and model selector, you can use in your local device, if you interested you can look at may blog &lt;br&gt;
&lt;a href="https://slice-code.com/post/how-how-to-build-a-local-ai-chat-app-with-ollama-no-api-no-cost" rel="noopener noreferrer"&gt;Click here to read blog&lt;/a&gt; &lt;br&gt;
or you can look at my github repo here&lt;br&gt;
&lt;a href="https://github.com/slice-code/ollama-chat-app" rel="noopener noreferrer"&gt;click here for Github Repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title>Building a Chat UI with el.js (Vanilla JavaScript Approach)</title>
      <dc:creator>slice-code</dc:creator>
      <pubDate>Tue, 31 Mar 2026 02:28:05 +0000</pubDate>
      <link>https://dev.to/slice_code/building-a-chat-ui-with-eljs-vanilla-javascript-approach-323n</link>
      <guid>https://dev.to/slice_code/building-a-chat-ui-with-eljs-vanilla-javascript-approach-323n</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%2F1ts8o5nwkr7xwwwcnxge.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%2F1ts8o5nwkr7xwwwcnxge.png" alt=" " width="800" height="421"&gt;&lt;/a&gt;&lt;br&gt;
Today I built a lightweight and flexible Chat UI component using a modular vanilla JavaScript approach. The goal was to create something reusable, customizable, and easy to integrate into any project without relying on heavy frameworks.&lt;/p&gt;

&lt;p&gt;The result is a Chat UI that supports both full-page and popup widget modes, along with features commonly found in modern chat applications. if you interested you can look at my blog &lt;a href="https://slice-code.com/post/building-a-chat-ui-with-el-js-vanilla-javascript-approach" rel="noopener noreferrer"&gt;here&lt;/a&gt; of look at my github &lt;a href="https://github.com/slice-code/chat-ui" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>ui</category>
      <category>programming</category>
    </item>
    <item>
      <title>A Tiny JavaScript Helper for Building UI Without Frameworks</title>
      <dc:creator>slice-code</dc:creator>
      <pubDate>Mon, 30 Mar 2026 06:45:14 +0000</pubDate>
      <link>https://dev.to/slice_code/a-tiny-javascript-helper-for-building-ui-without-frameworks-18m3</link>
      <guid>https://dev.to/slice_code/a-tiny-javascript-helper-for-building-ui-without-frameworks-18m3</guid>
      <description>&lt;p&gt;No React. No Vue.&lt;/p&gt;

&lt;p&gt;I built a tiny JavaScript helper to create UI with zero dependencies.&lt;/p&gt;

&lt;p&gt;Chainable, lightweight, and no build step.&lt;/p&gt;

&lt;p&gt;Curious what you think 👇&lt;br&gt;&lt;br&gt;
&lt;a href="https://slice-code.com/post/el-js-build-uis-without-frameworks-pure-javascript" rel="noopener noreferrer"&gt;Read the full post&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/slice-code/el.js" rel="noopener noreferrer"&gt;Github Repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>frontend</category>
      <category>vanillajs</category>
    </item>
  </channel>
</rss>
