<?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>Mustafa Ehsan Alokozay</title>
    <description>Web Developer from Afghanistan</description>
    <link>http://mustafaaloko.github.io</link>
    <atom:link href="http://mustafaaloko.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Adding v-model Support to Custom Vue.js Components</title>
        
        
          <description>&lt;h2 id=&quot;overview&quot;&gt;Overview&lt;/h2&gt;

</description>
        
        <pubDate>Tue, 10 Sep 2019 00:00:00 +0000</pubDate>
        <link>http://mustafaaloko.github.io/2019/adding-v-model-support-in-custom-vuejs-components/</link>
        <guid isPermaLink="true">http://mustafaaloko.github.io/2019/adding-v-model-support-in-custom-vuejs-components/</guid>
      </item>
    
      <item>
        <title>Coding Tip: Errors are NOT Always Bad</title>
        
        
          <description>&lt;p&gt;One of the traits of a good programmer is to properly handle error prone scenarios in code. For example, If a file doesn’t exist in the filesystem, catch the exception/error and show a friendly message to the end user or if you want to access a value in a dictionary/map, check first to see if its related key is there before accessing it or silently handle it if the key doesn’t exist. These types of error handling saves you from lots of bad looking errors and showstoppers that your end users may face and most of the time it’s a good thing.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 30 Jul 2019 00:00:00 +0000</pubDate>
        <link>http://mustafaaloko.github.io/2019/errors-not-always-bad/</link>
        <guid isPermaLink="true">http://mustafaaloko.github.io/2019/errors-not-always-bad/</guid>
      </item>
    
      <item>
        <title>What are Laravel Macros?</title>
        
        
          <description>&lt;h2 id=&quot;what-good-laravel-macros-bring&quot;&gt;What good Laravel Macros bring?&lt;/h2&gt;

</description>
        
        <pubDate>Thu, 21 Mar 2019 00:00:00 +0000</pubDate>
        <link>http://mustafaaloko.github.io/2019/what-are-laravel-macros/</link>
        <guid isPermaLink="true">http://mustafaaloko.github.io/2019/what-are-laravel-macros/</guid>
      </item>
    
      <item>
        <title>Tailwind CSS - Building a Login Page</title>
        
        
          <description>&lt;p&gt;Finally, after months of waiting, &lt;a href=&quot;https://tailwindcss.com&quot;&gt;Tailwind CSS&lt;/a&gt; has just been released. Through this post, I intend to build a beautiful login page using Tailwind. I will try to keep things as simple as possible. We will not cover things like using Tailwind with Webpack, Laravel Mix or others, instead we will only concentrate on Tailwind itself.&lt;/p&gt;

</description>
        
        <pubDate>Tue, 07 Nov 2017 00:00:00 +0000</pubDate>
        <link>http://mustafaaloko.github.io/2017/tailwind-css-building-a-login-page/</link>
        <guid isPermaLink="true">http://mustafaaloko.github.io/2017/tailwind-css-building-a-login-page/</guid>
      </item>
    
  </channel>
</rss>