<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Front-End on ToiDB</title>
    <link>https://www.toidang.xyz/tags/front-end/</link>
    <description>Recent content in Front-End on ToiDB</description>
    <image>
      <title>ToiDB</title>
      <url>https://www.toidang.xyz/web/static/me-512x512.png</url>
      <link>https://www.toidang.xyz/web/static/me-512x512.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 12 Jun 2024 10:55:39 +0700</lastBuildDate>
    <atom:link href="https://www.toidang.xyz/tags/front-end/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hotwire Stimulus: A Lightweight JavaScript Framework for Interactive Web Applications</title>
      <link>https://www.toidang.xyz/posts/2023/09/25/hotwire-stimulus-a-lightweight-javascript-framework-for-interactive-web-applications/</link>
      <pubDate>Mon, 25 Sep 2023 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2023/09/25/hotwire-stimulus-a-lightweight-javascript-framework-for-interactive-web-applications/</guid>
      <description>Hotwire Stimulus is a lightweight JavaScript framework that revolutionizes the way developers build interactive web applications. This log delves into the intricacies of Hotwire Stimulus, uncovering its features, benefits, and practical applications in JavaScript development.</description>
    </item>
    <item>
      <title>Understanding Promise and Deferred in JavaScript</title>
      <link>https://www.toidang.xyz/posts/2018/08/07/understanding-promise-and-deferred-in-javascript/</link>
      <pubDate>Tue, 07 Aug 2018 21:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2018/08/07/understanding-promise-and-deferred-in-javascript/</guid>
      <description>In JavaScript, Promise and Deferred are essential concepts used to handle asynchronous operations, such as fetching data from a server or performing time-consuming tasks. They provide a more readable and manageable way to work with asynchronous code, making it easier to handle asynchronous tasks and their results.</description>
    </item>
    <item>
      <title>Differentiating Virtual DOM, Glimmer, and Real DOM in Front-End Development</title>
      <link>https://www.toidang.xyz/posts/2018/03/07/differentiating-virtual-dom-glimmer-and-real-dom-in-front-end-development/</link>
      <pubDate>Wed, 07 Mar 2018 21:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2018/03/07/differentiating-virtual-dom-glimmer-and-real-dom-in-front-end-development/</guid>
      <description>In front-end development, understanding the differences between Virtual DOM, Glimmer, and Real DOM can help you choose the right library or framework for your project. Let&amp;rsquo;s explore the concepts behind these DOM manipulation engines and compare their performance and features.</description>
    </item>
    <item>
      <title>Ember - Controllers are Singletons</title>
      <link>https://www.toidang.xyz/posts/2016/10/01/ember-controllers-are-singletons/</link>
      <pubDate>Sat, 01 Oct 2016 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2016/10/01/ember-controllers-are-singletons/</guid>
      <description>Controllers in Ember are singletons. When the user leaves a page and goes to another one, the controller is not torn down. It lives on, keeping its properties. This makes sense for a framework that aims to create long-lived, rich client-side applications, but it&amp;rsquo;s something to watch out for when developing Ember applications.</description>
    </item>
    <item>
      <title>Ember - Bootstrap Modal</title>
      <link>https://www.toidang.xyz/posts/2016/09/30/ember-bootstrap-modal/</link>
      <pubDate>Fri, 30 Sep 2016 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2016/09/30/ember-bootstrap-modal/</guid>
      <description>Learn how to create a modal in Ember.js using Ember Wormhole and Ember Route Action Helper. This tutorial provides a step-by-step guide to implementing a modal component in your Ember application.</description>
    </item>
    <item>
      <title>Ember - Ember Addons</title>
      <link>https://www.toidang.xyz/posts/2016/09/29/ember-ember-addons/</link>
      <pubDate>Thu, 29 Sep 2016 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2016/09/29/ember-ember-addons/</guid>
      <description>Ember.js is a powerful front-end framework that comes with a rich ecosystem of addons to extend its functionality. In this article, we&amp;rsquo;ll explore some of the most popular Ember addons that can help you build better web applications.</description>
    </item>
  </channel>
</rss>
