<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>ZIS Blog</title>
        <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/</link>
        <description>A blog by Zahidul Islam Suzon</description>
        <lastBuildDate>Wed, 14 Feb 2024 15:55:11 GMT</lastBuildDate>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <generator>https://github.com/webmasterish/vuepress-plugin-feed</generator>
        <atom:link href="https://github.com/wowthemesnet/vuepress-theme-mediumish/feed.atom" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[আমার প্রথম প্রেজেন্টেশন আর বিড়ম্বনা]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2016/09/06/first-university-presentation/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2016/09/06/first-university-presentation/</guid>
            <pubDate>Mon, 05 Sep 2016 18:00:00 GMT</pubDate>
            <description><![CDATA[ছোটবেলা থেকেই আমার কাছে এই ইংরেজিরে সবচেয়ে বোরিং বিষয় লাগে। ফলাফল আমি বিষয়টাতে কাঁচা অনেক। আমাদের ইউনিতে দুটো ইংরেজির কোর্স করতে হয়। একটা ENG101 আরেকটা ENG102।

মজার ব্যাপার হল, ENG101 এর ক্লাস এ আমি ...]]></description>
        </item>
        <item>
            <title><![CDATA[Indent Guide in Atom]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2016/09/07/indent-guide/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2016/09/07/indent-guide/</guid>
            <pubDate>Tue, 06 Sep 2016 18:00:00 GMT</pubDate>
            <description><![CDATA[The indent guide makes your code's readability much better. What is an indent guide? Suppose you have a html DIV start and closing tag. That div tag has a lot of children div tags. Sometimes its impos ...]]></description>
            <enclosure url="https://i.postimg.cc/7Y6tLd9D/before-1.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Javascript Promise কেন? Event vs Callback (Part 1)]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/10/20/javascript-promise/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/10/20/javascript-promise/</guid>
            <pubDate>Fri, 20 Oct 2017 00:00:00 GMT</pubDate>
            <description><![CDATA[JavaScript এর অন্যতম পাওয়ারফুল দিক হল কত সহজে এটা asynchronous programming হ্যান্ডেল করে। ব্রাউজারের ল্যাঙ্গুয়েজ হিসেবে শুরু থেকেই JS এর user interaction যেমন ক্লিক কিংবা কি প্রেসিং ধরনের asynchronous ...]]></description>
        </item>
        <item>
            <title><![CDATA[ডাটা স্ট্রাকচার ওভারভিউ]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/02/09/data-structure-overview/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/02/09/data-structure-overview/</guid>
            <pubDate>Wed, 08 Feb 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[Between these triple-dashed lines, you can set predefined variables.]]></description>
            <enclosure url="https://i.postimg.cc/4xQttNB9/array.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[VUE.JS vs REACT.JS (Comparison)]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/03/28/vue-vs-react/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/03/28/vue-vs-react/</guid>
            <pubDate>Mon, 27 Mar 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[Here is the guideline for beginner JavaScript Developer.]]></description>
        </item>
        <item>
            <title><![CDATA[JS Guideline (Resources)]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/04/09/js-guideline/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/04/09/js-guideline/</guid>
            <pubDate>Sat, 08 Apr 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[Here is the guideline for beginner JavaScript Developer.]]></description>
        </item>
        <item>
            <title><![CDATA[Vue Js কিভাবে কাজ করে? (How VueJs works)]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/07/19/how-vuejs-works/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/07/19/how-vuejs-works/</guid>
            <pubDate>Tue, 18 Jul 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[লেখাটা vue js কি সেটা নিয়ে নয়। ইন্টারনেট এ অসংখ্য তথ্য আছে এ নিয়ে।  লেখাটা মূলত vue js কিভাবে কাজ করে সেটা নিয়ে। কনসেপ্টটা কি সেটাই আলোচনা করব। এই লেখা পড়ার আগে JS, DOM নিয়ে ভাল ধারনা থাকলে ভাল। Vue ...]]></description>
            <enclosure url="https://i.postimg.cc/XYDZGY5x/vuejs.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Asynchronous এবং Synchronous কি? (JS)]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/06/17/async-sync-js/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/06/17/async-sync-js/</guid>
            <pubDate>Fri, 16 Jun 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[Asynchronous এবং Synchronous বড় টপিক। এখানে এইদুটো জিনিশ কি আর কিভাবে কাজ করে তার ছোট করে উদাহরণ দিব।]]></description>
            <enclosure url="https://i.postimg.cc/4NTMWY42/sync-Async-300x143.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[কিভাবে বই পড়ার অভ্যাস করতে হবে?]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/05/27/how-to-read-books/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2017/05/27/how-to-read-books/</guid>
            <pubDate>Fri, 26 May 2017 18:00:00 GMT</pubDate>
            <description><![CDATA[Mediumish is the best VuePress theme Medium styled.]]></description>
        </item>
        <item>
            <title><![CDATA[বেসিক থিওরেটিকাল আইডিয়া অফ গিট]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/08/19/basic-idea-of-git/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/08/19/basic-idea-of-git/</guid>
            <pubDate>Sun, 19 Aug 2018 00:00:00 GMT</pubDate>
            <description><![CDATA[In case of fire, commit, push and leave the building.]]></description>
        </item>
        <item>
            <title><![CDATA[প্রিয় ঝংকার ভাইয়া এবং আপনার ব্যাটারি]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/02/16/jhonkar-vaiya-ar-apnar-battery/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/02/16/jhonkar-vaiya-ar-apnar-battery/</guid>
            <pubDate>Thu, 15 Feb 2018 18:00:00 GMT</pubDate>
            <description><![CDATA[ছোটবেলায় নানা রকম গল্পের বই পড়তাম। অনেক বই পড়ার অভ্যাস ছিল। একদিন আব্বু তিন গোয়েন্দার একটা বই এনে দিসে। এরপর থেকে আর কোন বই ভাল লাগতো না। স্কুল পর্‌যন্ত তিন গোয়েন্দাই পড়েছি। কলেজ, ভারসিটি উঠার পর টাঙ্ ...]]></description>
            <enclosure url="https://www.amarbooks.org/thumbs/1574302231.jpg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Blue Whale গেম, Nerve মুভি আর আমাদের ২৪আওয়ারস ডট কম (গুজবীয় পোস্ট)]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/11/07/blue-whale/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/11/07/blue-whale/</guid>
            <pubDate>Tue, 06 Nov 2018 18:00:00 GMT</pubDate>
            <description><![CDATA[I have travelled for so long that I can't even remember my own city.]]></description>
        </item>
        <item>
            <title><![CDATA[হতাশাবচন ১]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/06/09/hotasha-bochon-1/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/06/09/hotasha-bochon-1/</guid>
            <pubDate>Fri, 08 Jun 2018 18:00:00 GMT</pubDate>
            <description><![CDATA[জীবনে আমি কতবার "I TOLD YOU SO" বলসি আর মিটিমিট হাসছি সেই হিসাব আমি ভুলে গেছি!]]></description>
        </item>
        <item>
            <title><![CDATA[Google tag manager, How it is different from Google Analytics]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2020/04/29/google-analytics-and-tag-manager/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2020/04/29/google-analytics-and-tag-manager/</guid>
            <pubDate>Tue, 28 Apr 2020 18:00:00 GMT</pubDate>
            <description><![CDATA[What is a tag manager, what problem does it solve, How a tag manager is related to an analytics tool like Google Analytics.]]></description>
            <enclosure url="https://i.postimg.cc/59R9jdJS/image2.jpg">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[জব লাইফ, এক বছর পরে আমি!]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/05/15/job-life-and-one-year-exp/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2018/05/15/job-life-and-one-year-exp/</guid>
            <pubDate>Mon, 14 May 2018 18:00:00 GMT</pubDate>
            <description><![CDATA[আপ ডাউনের এই খেলায় এখনো লেগে আছি! দেখা যাক!]]></description>
        </item>
        <item>
            <title><![CDATA[Accessibility in Web (Part 1)]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2024/01/13/introduction-to-accessibility/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2024/01/13/introduction-to-accessibility/</guid>
            <pubDate>Fri, 12 Jan 2024 18:00:00 GMT</pubDate>
            <description><![CDATA[Leaving nobody behind]]></description>
            <enclosure url="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*cUL8wBn0BdYQN5UYaoL4AQ.png">
            </enclosure>
        </item>
        <item>
            <title><![CDATA[Debugging DOM events on your application]]></title>
            <link>https://github.com/wowthemesnet/vuepress-theme-mediumish/2022/07/07/debugging-dom-event-on-your-application/</link>
            <guid>https://github.com/wowthemesnet/vuepress-theme-mediumish/2022/07/07/debugging-dom-event-on-your-application/</guid>
            <pubDate>Wed, 06 Jul 2022 18:00:00 GMT</pubDate>
            <description><![CDATA[Today I found out that you can debug various DOM events on chrome dev tools]]></description>
            <enclosure url="https://media-exp1.licdn.com/dms/image/D5612AQHRJFQTYeaFCw/article-inline_image-shrink_1500_2232/0/1657175841224?e=1665014400&amp;v=beta&amp;t=5znPj4-lTxVA2DJL7X6Z4-kJVi0NRzxhBfLrexVwpp4">
            </enclosure>
        </item>
    </channel>
</rss>