<?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: TheAbbie</title>
    <description>The latest articles on DEV Community by TheAbbie (@codrcrew).</description>
    <link>https://dev.to/codrcrew</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%2Forganization%2Fprofile_image%2F1744%2F3e62432d-91ea-4ea3-87ac-f796aeead58c.jpeg</url>
      <title>DEV Community: TheAbbie</title>
      <link>https://dev.to/codrcrew</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codrcrew"/>
    <language>en</language>
    <item>
      <title>Interactive Double Pendulum Playground Using SVG</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Mon, 25 Oct 2021 06:08:12 +0000</pubDate>
      <link>https://dev.to/codrcrew/interactive-double-pendulum-playground-using-svg-4ach</link>
      <guid>https://dev.to/codrcrew/interactive-double-pendulum-playground-using-svg-4ach</guid>
      <description>&lt;p&gt;TRY IT: &lt;a href="https://theabbie.github.io/DoublePendulum/"&gt;theabbie.github.io/DoublePendulum&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SOURCE: &lt;a href="https://github.com/theabbie/DoublePendulum"&gt;github.com/theabbie/DoublePendulum&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A double pendulum is a pendulum with another pendulum attached to its end, is a simple physical system that exhibits rich dynamic behavior with a strong sensitivity to initial conditions.&lt;/p&gt;

&lt;p&gt;The motion of a double pendulum is governed by a set of coupled ordinary differential equations and is chaotic.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td rowspan="2"&gt;θ1'' = &lt;/td&gt;
      &lt;td&gt;
        −g (2 m1 + m2) sin θ1 − m2 g sin(θ1 −
        2 θ2) − 2 sin(θ1 − θ2) m2 (θ2'&lt;sup&gt;2&lt;/sup&gt;
        L2 + θ1'&lt;sup&gt;2&lt;/sup&gt; L1 cos(θ1 − θ2))
      &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;
        L1 (2 m1 + m2 −
        m2 cos(2 θ1 − 2 θ2))
      &lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td rowspan="2"&gt;θ2'' = &lt;/td&gt;
      &lt;td&gt;
        2 sin(θ1 − θ2) (θ1'&lt;sup&gt;2&lt;/sup&gt; L1 (m1 +
        m2) + g(m1 + m2) cos θ1 + θ2'&lt;sup&gt;2&lt;/sup&gt;
        L2 m2 cos(θ1 −
        θ2))
      &lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;
        L2 (2 m1 + m2 −
        m2 cos(2 θ1 − 2 θ2))
      &lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  How To Use?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Jd2dLbFA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://user-images.githubusercontent.com/17960677/138050127-86bf25fb-267f-4f6a-ba97-b26eef8eaed4.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Jd2dLbFA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://user-images.githubusercontent.com/17960677/138050127-86bf25fb-267f-4f6a-ba97-b26eef8eaed4.gif" alt="Double Penndulum Tutorial" width="600" height="310"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Is Google AMP the Right Choice for Your Website?</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Sun, 15 Nov 2020 14:18:00 +0000</pubDate>
      <link>https://dev.to/codrcrew/is-google-amp-the-right-choice-for-your-website-395b</link>
      <guid>https://dev.to/codrcrew/is-google-amp-the-right-choice-for-your-website-395b</guid>
      <description>&lt;p&gt;Accelerated Mobile Pages, or AMP, is an open-source initiative by Google. In their words, it helps &lt;em&gt;"make the web better for all".&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;So is this true? Some critics (mostly publishers) say that it will help Google dominate the web. But we can't jump to any conclusions by just considering one perspective.&lt;/p&gt;

&lt;p&gt;To help us out, I have divided this article into three sections, so we can consider AMP from three different perspectives.&lt;/p&gt;

&lt;p&gt;The first considers the perspective of publishing sites and the people who maintain them. The second considers the perspective of the user. And the final perspective considers Google's take on it, as a search engine.&lt;/p&gt;

&lt;p&gt;If you think about AMP from all these angles, you will be able to make the right decision for your website.&lt;/p&gt;

&lt;p&gt;Because of this, this article doesn't have a straightforward conclusion as to whether you should or shouldn't use AMP. That's up to you, in the end. This article will just help you to move in the proper direction.&lt;/p&gt;

&lt;p&gt;Let's look at our first perspective.&lt;/p&gt;

&lt;h2&gt;
  
  
  Publishing sites and their maintainers
&lt;/h2&gt;

&lt;p&gt;AMP was launched in 2015, which means it's just 5 years old. So people and sites who have been publishing long before that time might worry that all their articles will suddenly become outdated. But that's not the case. Still, like big companies, they want to resist change.&lt;/p&gt;

&lt;p&gt;Their criticism is completely valid from their perspective, as Google AMP has some strict conditions that must be met. For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Forget JavaScript (though there are some workarounds). Traditional use of JavaScript is not allowed at all.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you are creating an AMP version of a page, the AMP version and the canonical page (the original page) should have identical design and functionality.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can't use external CSS, but instead you have to inline everything. Since that would be inefficient, a customized library is preferable.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is a minimal AMP page from the Google AMP docs:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt; &amp;lt;html ⚡&amp;gt; &amp;lt;head&amp;gt; &amp;lt;meta charset="utf-8" /&amp;gt; &amp;lt;title&amp;gt;Sample document&amp;lt;/title&amp;gt; &amp;lt;link rel="canonical" href="./regular-html-version.html" /&amp;gt; &amp;lt;meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" /&amp;gt; &amp;lt;style amp-custom&amp;gt; h1 { color: red; } &amp;lt;/style&amp;gt; &amp;lt;script type="application/ld+json"&amp;gt; { "@context": "http://schema.org", "@type": "NewsArticle", "headline": "Article headline", "image": ["thumbnail1.jpg"], "datePublished": "2015-02-05T08:00:00+08:00" } &amp;lt;/script&amp;gt; &amp;lt;script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js" &amp;gt;&amp;lt;/script&amp;gt; &amp;lt;script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js" &amp;gt;&amp;lt;/script&amp;gt; &amp;lt;style amp-boilerplate&amp;gt;&lt;/code&gt; &lt;em&gt;&lt;code&gt;AMP boilerplate CSS&lt;/code&gt;&lt;/em&gt; &lt;code&gt;/ &amp;lt;/style&amp;gt; &amp;lt;noscript &amp;gt;&amp;lt;style amp-boilerplate&amp;gt; body { -webkit-animation: none; -moz-animation: none; -ms-animation: none; animation: none; } &amp;lt;/style&amp;gt;&amp;lt;/noscript &amp;gt; &amp;lt;script async src="https://cdn.ampproject.org/v0.js"&amp;gt;&amp;lt;/script&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;h1&amp;gt;Sample document&amp;lt;/h1&amp;gt; &amp;lt;p&amp;gt; Some text &amp;lt;amp-img src="sample.jpg" width="300" height="300"&amp;gt;&amp;lt;/amp-img&amp;gt; &amp;lt;/p&amp;gt; &amp;lt;amp-ad width="300" height="250" type="a9" data-aa&lt;/code&gt;&lt;em&gt;&lt;code&gt;size="300x250" data-aax&lt;/code&gt;&lt;/em&gt;&lt;code&gt;pubname="test123" data-aax_src="302" &amp;gt; &amp;lt;/amp-ad&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Apart from the contents of the body tag, the rest is the minimal amount of code you need to be a valid AMP page.&lt;/p&gt;

&lt;p&gt;Anything that can slow down the webpage is either not allowed or has a different format. For example, images have to use the &lt;code&gt;&amp;lt;amp-img&amp;gt;&lt;/code&gt; tag instead of just the &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; tag. Similarly iframe and video tags have a different format.&lt;/p&gt;

&lt;p&gt;You have complete freedom to use CSS inline the way you want to, except for some CSS animations (as it slows down the page).&lt;/p&gt;

&lt;p&gt;If your canonical page has lots of dynamic stuff, like signup forms and carousels, then you will have a hard time creating an identical AMP version.&lt;/p&gt;

&lt;p&gt;If you want to avoid that trouble, you are left with two options: either make your canonical page super simple or discard the canonical page and use just an AMP page.&lt;/p&gt;

&lt;p&gt;This is what bothers most publishing sites and the people who manage them: Google will have immense control over the internet, which goes against the concept of net neutrality.&lt;/p&gt;

&lt;p&gt;Google says it does not favour AMP pages in search results. However, there are rich cards which are only possible via AMP. So, in a way, Google is indirectly forcing you to use AMP to survive.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--f0sj3s5z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-95.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--f0sj3s5z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-95.png" alt="" width="574" height="531"&gt;&lt;/a&gt;AMP also allows only one ad per page, which might affect ad revenue, considering that all your organic traffic will see the AMP version. There is limited support for other ad networks.&lt;/p&gt;

&lt;p&gt;You also can't use other analytics providers other than the ones supported.&lt;/p&gt;

&lt;p&gt;All these points need to be considered before you make a decision.&lt;/p&gt;

&lt;p&gt;But it's not all bad news. Now let's talk about the benefits publishers recieve:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Google shows AMP pages from an AMP cache, which drastically reduces bandwidth usage on the publisher's server. This may or may not be beneficial to you.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your website will load really fast, because of the severe limitations of AMP. So there is nothing to slow it down. Google also preloads webpages before someone clicks them, so the load time is negligible, apparently.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Your website can appear as rich cards, or carousels if properly configured, which increases the click through rate.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now the most important thing: AMP implies that your website should be strictly mobile-friendly. And being mobile-friendly is such a necessity these days that websites can't ignore it, AMP or not.&lt;/p&gt;

&lt;p&gt;So we've looked at Google AMP from the perspective of publishers. In the end, if you have a web app with a lot of functionality, I wouldn't suggest that you go for AMP. Now, let's move on to the second perspective.&lt;/p&gt;

&lt;h2&gt;
  
  
  Users
&lt;/h2&gt;

&lt;p&gt;Publishers are the ones who might have trouble implementing AMP on their pages.&lt;/p&gt;

&lt;p&gt;As a user, your primary motive is to surf the web. Not many mobile users have great internet speed and a non mobile-friendly and slow website with slow internet speed is the worst combination.&lt;/p&gt;

&lt;p&gt;If you are searching for something online, your first priority is getting a result. Not all websites are fast, and even though they may have great content, they will likely suffer if they're slow to load. But Google AMP helps them to be fast and accessible.&lt;/p&gt;

&lt;p&gt;A significant portion of any audience these days is made up of mobile users. For example, check out the user distribution of freeCodeCamp based on operating system:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eVzvpm75--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-82.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eVzvpm75--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-82.png" alt="" width="735" height="353"&gt;&lt;/a&gt;So, the users are the ones who are and should be benefitting from AMP. Google is a user-centered company. Each and every decision it makes will benefit its users.&lt;/p&gt;

&lt;p&gt;As a user, if you are searching for something, you have a very little attention span. You have a whole list of results to go through. If a website doesn't load within 5 seconds, you will most likely move on to the next result.&lt;/p&gt;

&lt;p&gt;Let's try to compare the performance difference between the AMP and non-AMP versions of one of my freeCodeCamp articles.&lt;/p&gt;

&lt;p&gt;This is the non-AMP version on a mobile device:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HfRbfvSR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-96.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HfRbfvSR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-96.png" alt="" width="800" height="255"&gt;&lt;/a&gt;The non-AMP version works fine on desktop (score of 94) but that's because desktops have faster load times compared to mobile devices. But the non-AMP version is pretty slow on mobile devices.&lt;/p&gt;

&lt;p&gt;Now let's test the AMP version:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--av1w5uRS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-97.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--av1w5uRS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-97.png" alt="" width="800" height="215"&gt;&lt;/a&gt;It's much better than the non-AMP version, especially on mobile. And the desktop score got boosted too (98 this time). This makes it clear that AMP is faster.&lt;/p&gt;

&lt;p&gt;But the major performance boost is because Google preloads the results which makes the load time negligible. The load times for the AMP version and Non-AMP version were as follows:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NiQ3cQ-1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-98.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NiQ3cQ-1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-98.png" alt="" width="757" height="265"&gt;&lt;/a&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eLo_YoYt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-99.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eLo_YoYt--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-99.png" alt="" width="747" height="208"&gt;&lt;/a&gt;You can see the performance boost you get if you use AMP. And as a user, it's beneficial to you. You don't want to wait for results, you just want to get the answer real quick. And Google tries its best to find the answers for you so that you don't have to search manually.&lt;/p&gt;

&lt;p&gt;Google even shows featured snippets for most queries so that you don't even have to open the webpage. Here's an example:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7kUEVjt5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-100.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7kUEVjt5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-100.png" alt="" width="800" height="422"&gt;&lt;/a&gt;As you can see, Google tries it's very best to answer questions and make your experience faster. AMP is just a way to make it even faster for users who just want to find an answer quickly.&lt;/p&gt;

&lt;p&gt;AMP also makes sure a page looks the same across platforms and browsers, thus removing many limitations of web design. So from a user's perspective, AMP is an absolute win.&lt;/p&gt;

&lt;p&gt;Now let's move on to the third, and the most important perspective for our purposes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Google, as a search engine
&lt;/h2&gt;

&lt;p&gt;Before discussing this perspective, let's summarize what Google AMP really does:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Accelerated Mobile Pages or AMP as the name suggests is a way of designing web pages to improve user experience especially on mobile devices. These pages have workarounds for things that can possibly slow down a page.\&lt;br&gt;
\&lt;br&gt;
There are plugins for most dynamic elements like carousels, dynamic lists, forms, and embeds. The content is served from the AMP cache which, combined with preloading, creates a fast loading effect.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;There is no one guide for designing a webpage. You have HTML, CSS and your creativity and a blank canvas.&lt;/p&gt;

&lt;p&gt;That being said, there are some good artists and some bad artists. If there was a guide to how every page should be, there would be way less variation across pages.&lt;/p&gt;

&lt;p&gt;Still, there is the concept of Semantic HTML which helps us organize our web pages.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Semantic HTML is the practice of using meaningful tags for certain parts of a webpage instead of using general &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;span&amp;gt;&lt;/code&gt; tags for everything. For example, using &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; for headings, &lt;code&gt;&amp;lt;nav&amp;gt;&lt;/code&gt; for navigation, &lt;code&gt;&amp;lt;header&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;footer&amp;gt;&lt;/code&gt; for headers and footers, respectively.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So, using &lt;code&gt;&amp;lt;header&amp;gt;&lt;/code&gt; is much better than using something like &lt;code&gt;&amp;lt;div class="header"&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If every web page was forced to use such conventions, search engines would easily be able to identify what the main content was and display much better results. But, you can't force everyone to use such conventions.&lt;/p&gt;

&lt;p&gt;To simplify extracting information from webpages, Google encourages developers to use &lt;strong&gt;Structured Data.&lt;/strong&gt; This is an organised form of what is present on the webpage. For example the structured data of this article is the following:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;{ "@context": "https://schema.org", "@type": "Article", "publisher": { "@type": "Organization", "name": "freeCodeCamp.org", "logo": { "@type": "ImageObject", "url": "https://www.freecodecamp.org/news/content/images/2019/11/fc&lt;/code&gt;&lt;em&gt;&lt;code&gt;primary&lt;/code&gt;&lt;/em&gt;&lt;code&gt;large_24X210.svg", "width": 210, "height": 24 } }, "author": { "@type": "Person", "name": "Abhishek Chaudhary", "image": { "@type": "ImageObject", "url": "https://www.freecodecamp.org/news/content/images/2020/08/image.jpg", "width": 2000, "height": 2000 }, "sameAs": [ "https://theabbie.github.io", "https://www.facebook.com/abhishek.vice.versa", "https://twitter.com/theabbiee" ] }, "headline": "Is Google AMP the right choice for your website?", "url": "https://www.freecodecamp.org/news/p/efcffd53-9fa2-49ba-a144-9c627fde4d86/", "image": { "@type": "ImageObject", "url": "https://images.unsplash.com/photo-1533292362155-d79af6b08b77?ixlib=rb-1.2.1&amp;amp;q=80&amp;amp;fm=jpg&amp;amp;crop=entropy&amp;amp;cs=tinysrgb&amp;amp;w=2000&amp;amp;fit=max&amp;amp;ixid=eyJhcHBfaWQiOjExNzczfQ", "width": 2000, "height": 1333 }, "description": "Accelerated Mobile Pages or AMP is an open-source initiative by google. In there words the motive is to &amp;amp;quot;make the web better for all&amp;amp;quot;. Whether it&amp;amp;#x27;s actually true or not is highly debatable, Some critics (mostly publishers) say that this will make Google dominate the web. But we can&amp;amp;#x27;t jump", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://www.freecodecamp.org/news/" } }&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Google doesn't rely on this alone, as people might misuse it. But it helps Google understand what is present on the page. These can also help in displaying rich results, for example:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0_b-Unod--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-83.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0_b-Unod--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://www.freecodecamp.org/news/content/images/2020/08/image-83.png" alt="" width="595" height="699"&gt;&lt;/a&gt;The good thing about AMP is that it encourages developers to use structured data. Also, due to the severe limitations, the page has a much cleaner design. This makes the task of search engines much easier.&lt;/p&gt;

&lt;p&gt;And almost everyone would agree that cleaner, faster webpages are also important in general.&lt;/p&gt;

&lt;h2&gt;
  
  
  So how do you decide?
&lt;/h2&gt;

&lt;p&gt;In this article, we saw that AMP is beneficial to both users and Google, and can also be beneficial to publishers if they don't resist change. And everyone is a user at some point.&lt;/p&gt;

&lt;p&gt;If you hate slow, non mobile-friendly websites, think about how other users feel, too. A cleaner internet is always better.&lt;/p&gt;

&lt;p&gt;That being said, if your only motive is to create a clean and fast webpage, you can do so without AMP too. Just avoid unnecessary components and design efficiently.&lt;/p&gt;

&lt;p&gt;This article was an overview of AMP, and its pros and cons. Now you know why it may or may not be useful to you. I hope you make a good decision for your site.&lt;/p&gt;

</description>
      <category>amp</category>
      <category>webdev</category>
      <category>performance</category>
    </item>
    <item>
      <title>A Brief History of Responsive Web Design</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Tue, 27 Oct 2020 12:36:34 +0000</pubDate>
      <link>https://dev.to/codrcrew/a-brief-history-of-responsive-web-design-4gbh</link>
      <guid>https://dev.to/codrcrew/a-brief-history-of-responsive-web-design-4gbh</guid>
      <description>&lt;p&gt;Websites are like a canvas. You have complete freedom to design them the way you want. But unlike a painting, not all people will view your site the way you want.&lt;/p&gt;

&lt;p&gt;The internet is huge and old, and devices are getting smaller and more compact. Now you have to adapt your painting for a smaller canvas without losing its beauty.&lt;/p&gt;

&lt;p&gt;This is where Responsive Design comes in. Websites can now look just as good on a phone as they do on a big-screen TV. But it wasn't always this way. It took developers years of experimentation to reach this point. And we're still making improvements each day.&lt;/p&gt;

&lt;p&gt;This article will dive into the history of responsive web design and see how websites have evolved.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Early Days of the Internet
&lt;/h2&gt;

&lt;p&gt;Remember the early days of the internet, when any website seemed great? Just getting your own page live on the web was a grand achievement. Even if it were just a Geocities page or an Angelfire page, you'd show it off to your friends. And it was one of the best feelings in the world.&lt;/p&gt;

&lt;p&gt;The good news for designers: they knew pretty much exactly how their websites would look. Everyone was accessing the web through desktop computers with only a handful of resolutions and aspect ratios. This meant that designers could place things anywhere on the screen they wanted without worrying too much about other screen sizes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fimage-58.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fimage-58.png"&gt;&lt;/a&gt;Back then, it was common to see websites that forced you to use a desktop browser. Re-designing an entire website to work on fringe screen sizes was difficult, and many companies didn't want to invest the effort.&lt;/p&gt;

&lt;h2&gt;
  
  
  Life Before CSS
&lt;/h2&gt;

&lt;p&gt;For the past 20 years or so, most developers have gotten their start with web development. And that meant learning basic HTML, the basic building blocks of websites.&lt;/p&gt;

&lt;p&gt;In the most basic terms, HTML elements are rectangular boxes that stack over each other by default. There wasn't that much you could do with a few boxes containing text and images.&lt;/p&gt;

&lt;p&gt;The most basic HTML tags were all we could use. They included h1 to h6 tags, image tags, lists, tables, paragraphs, and many tags for even the most basic stuff (which are now done using CSS).&lt;/p&gt;

&lt;p&gt;A basic HTML page would look like this:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;title&amp;gt;FreeCodeCamp&amp;lt;/title&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;h1&amp;gt;FreeCodeCamp&amp;lt;/h1&amp;gt; &amp;lt;img src="logo.jpg" height="150" width="150" align="right"&amp;gt; &amp;lt;p&amp;gt;Text goes here&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;Text goes here&amp;lt;/p&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fimage-59.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fimage-59.png"&gt;&lt;/a&gt;There were no structured or uniform ways of styling HTML elements. But luckily, HTML gave you some customization through special tags.&lt;/p&gt;

&lt;p&gt;All these tags even exist today, though some were deprecated in HTML5 because they were too basic. For example, there was a &lt;code&gt;&amp;lt;marquee&amp;gt;&lt;/code&gt; tag, a tag for creating sliding text, images, and other HTML elements.&lt;/p&gt;

&lt;p&gt;You can achieve the same effect can now through CSS alone. But at that time, developers had to create separate tags for every single functionality. (&lt;strong&gt;Fun Fact&lt;/strong&gt;: Google has an easter egg if you search "marquee tag." You get to see it in action.)&lt;/p&gt;

&lt;p&gt;Thus, designers needed a structured way of styling elements. It needed to be flexible and completely customizable.&lt;/p&gt;

&lt;p&gt;This led to the creation of Cascading Style Sheets (CSS), a standard way of styling HTML elements.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Cascading style sheets or CSS is a way of styling any HTML element. They have a set of pre-defined properties that can be applied to any HTML element. These styles can be embedded in the same HTML page or used as an external .css file.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It was a major milestone in web design. Now designers had an option to change each HTML element's property and place them wherever they wanted.&lt;/p&gt;

&lt;h2&gt;
  
  
  When Screens Started Shrinking
&lt;/h2&gt;

&lt;p&gt;Now that designers had complete control over the webpage, they had to make sure it looked good on all screen sizes.&lt;/p&gt;

&lt;p&gt;Desktops are still popular today, but most people also use hand-held mobile devices to surf the web. Now designers have less width but a more usable height, as scrolling is very convenient on touch-screen devices compared to desktops.&lt;/p&gt;

&lt;p&gt;Websites now had to incorporate &lt;strong&gt;Responsive Web Design:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Responsive web design is an approach to web design that makes web pages render well on various devices and windows or screen sizes.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The most common way of dealing with smaller screens is a &lt;strong&gt;Sidebar&lt;/strong&gt;. A sidebar is like a drawer where links and other not-so-important stuff is kept. Designers transfer all secondary stuff to the sidebar so that the webpage looks clean.&lt;/p&gt;

&lt;p&gt;This is an overused method, however, and sidebars weren't originally intended for this purpose.&lt;/p&gt;

&lt;p&gt;Before this trend, the &lt;code&gt;&amp;lt;frameset&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;frame&amp;gt;&lt;/code&gt; tags were trendy, as they allowed designers to embed external web pages.&lt;/p&gt;

&lt;p&gt;But unlike the now popular &lt;code&gt;&amp;lt;iframe&amp;gt;&lt;/code&gt; tags, these tags were highly unresponsive. They didn't adapt to different screen sizes and tried to maintain their layout even on smaller screens, which looked terrible.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;frameset rows="100&lt;/code&gt;&lt;em&gt;&lt;code&gt;"&amp;gt; &amp;lt;frame src="header.html"/&amp;gt; &amp;lt;frameset cols="33%,33%,&lt;/code&gt;&lt;/em&gt;&lt;code&gt;"&amp;gt;Nested frameset &amp;lt;frame src="subframe1.html"/&amp;gt; &amp;lt;frame src="subframe2.html"/&amp;gt; &amp;lt;frame src="subframe3.html"/&amp;gt; &amp;lt;/frameset&amp;gt; &amp;lt;/frameset&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The output would look completely fine on desktops but broke on mobile devices.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fimage-64.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fimage-64.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Transition to Responsive Design
&lt;/h3&gt;

&lt;p&gt;The old, huge websites with thousands of pages were faced with a dilemma: to be responsive or not to be.&lt;/p&gt;

&lt;p&gt;Any web designer knows that making a transition from a larger to a smaller screen is the worst. Your canvas is getting smaller, whereas the painting remains the same. Either you delete some parts of your painting or make it adapt.&lt;/p&gt;

&lt;p&gt;Since there were no guidelines for being responsive back in the day, web designers often used naive ways of putting elements on various parts of the screen.&lt;/p&gt;

&lt;p&gt;For example, using &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt; tags.&lt;/p&gt;

&lt;p&gt;Using a table tag for a layout was a bad practice for various reasons, such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Tables are not meant for layouts. They are for showing Tabular data in a compact form.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Table tags, just like frameset tags, are not responsive, and they don't adapt to smaller screen sizes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The table can't be rendered until all its cells are loaded, whereas using div tags for a layout allows them to load independently.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Case Study of Some Large Websites
&lt;/h2&gt;

&lt;p&gt;Let us see how some large websites dealt with this dilemma. We'll take &lt;strong&gt;YouTube,&lt;/strong&gt; for example.&lt;/p&gt;

&lt;p&gt;You have likely seen the desktop version of YouTube. It's full of stuff â€“ a header on top, a sidebar on the left, videos stacked around each other, and a footer. Most of these things are quite unnecessary for mobile users as they can't utilize them properly.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fimgonline-com-ua-twotoone-xJF4QFgv5p.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fimgonline-com-ua-twotoone-xJF4QFgv5p.jpg"&gt;&lt;/a&gt;YouTube might have chosen responsive design, but that would mean hiding these extra elements somewhere.&lt;/p&gt;

&lt;p&gt;Anyone who has designed a website knows how important website performance is. Each and everything you put on a page slows it down. So, in YouTube's case, it would be a waste to fetch them from the server only to hide them.&lt;/p&gt;

&lt;p&gt;And YouTube is old, and so is its design. Modifying an already written code has a high chance of breaking stuff that is already working. So instead, YouTube used what is known as &lt;strong&gt;Dynamic Serving&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Dynamic Serving is a method where the server checks whether the device requesting the webpage is a desktop or a mobile. Then it dynamically serves the webpage depending on the type of device.&lt;/p&gt;

&lt;p&gt;This method is easy to implement, as designers don't have to deal with different screen sizes. But it's also often discouraged because if not properly configured, it can devastate SEO because of duplicate content issues.&lt;/p&gt;

&lt;p&gt;These mobile versions are often served through a different subdomain like &lt;strong&gt;m..com&lt;/strong&gt; to distinguish them.&lt;/p&gt;

&lt;p&gt;This method was used by Facebook, Wikipedia, and other huge websites, for similar reasons. Responsive Web Design is an ideal solution that is difficult to implement.&lt;/p&gt;

&lt;p&gt;Some other sites decided not to be responsive but to build a mobile app instead. This was a reasonable approach considering that mobile apps were future proof. But installing a mobile app required some level of trust, as they had much greater access than web apps.&lt;/p&gt;

&lt;p&gt;Also, the problem with native mobile apps was that they were expensive to make, as they had to be built for multiple platforms with the same design and functionality. The web is a pretty mature platform and thus has greater scope than mobile apps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Responsive Web Design Strategy
&lt;/h2&gt;

&lt;p&gt;These were the problems faced by sites that already existed. For new websites, Responsive design became a must to compete with other websites.&lt;/p&gt;

&lt;p&gt;Google also recently introduced &lt;strong&gt;mobile-first indexing&lt;/strong&gt;, which means that it prefers mobile-friendly websites searching for mobile devices, creating one more reason to adapt.&lt;/p&gt;

&lt;h3&gt;
  
  
  Mobile-first approach
&lt;/h3&gt;

&lt;p&gt;Suppose you have a suitcase with some stuff in it. Would it be easier to transfer things from a smaller suitcase to a larger one or larger to a smaller one?&lt;/p&gt;

&lt;p&gt;In the mobile-first approach, the website is made to be compatible with mobile-first, and then see how things change when transitioning to a larger screen.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fdownload.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fdownload.png"&gt;&lt;/a&gt;One misconception around this approach is that people think that it's mobile-only. But that's not correct. Mobile-first doesn't mean designing only for mobile. It is just a safe and easy approach to start with.&lt;/p&gt;

&lt;p&gt;Since the available space on a mobile screen is much smaller than a desktop, it has to be used for central content.&lt;/p&gt;

&lt;p&gt;Also, mobile users frequently switch pages, so it is important to grab their attention immediately. Since fewer elements on the page and focus are put more on content, this results in a cleaner web page.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Future of Web Design
&lt;/h2&gt;

&lt;p&gt;The web is growing at an incredible rate. People are shifting their businesses online, and competition is stiffer than before.&lt;/p&gt;

&lt;p&gt;There is also a discussion as to whether businesses actually need a mobile app anymore. With the growth of &lt;strong&gt;Progressive Web Apps (PWAs)&lt;/strong&gt; and various web APIs, the web is much more powerful than before. And most native features like notifications, location, caching, and offline compatibility are now possible with PWAs.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A progressive web application is a type of application software delivered through the web, built using common web technologies, including HTML, CSS, and JavaScript.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Making a PWA is straightforward but beyond the scope and the central idea of this article. Let us focus more on what we are getting with PWAs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fdownload--2-.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fdownload--2-.png"&gt;&lt;/a&gt;You might have noticed the "Add to Home Screen" button in the chrome browser above. For normal websites, it's nothing more than a shortcut icon on the home screen. But if the website is a PWA, you can do a lot of really cool stuff.&lt;/p&gt;

&lt;p&gt;You don't need to install a web app to function as a PWA, but that makes it feel more like a native app. Also, a PWA can run as a standalone web app without the chrome address bar on top. This again gives it a more app-like feel.&lt;/p&gt;

&lt;p&gt;PWAs work on Desktops too, which makes them a perfect candidate for any new app. They can run on any platform with a web browser, they are safe, and they have all the basic native features.&lt;/p&gt;

&lt;p&gt;Still, many features not already installed or available can pose a security threat, as opening a website is considered much safer than installing an app. Therefore, some highly native features still require a native app.&lt;/p&gt;

&lt;p&gt;To be clear: PWAs are not a replacement for native apps. Native apps will continue to exist. PWAs are just a simpler way to achieve those features without actually building a mobile app.&lt;/p&gt;

&lt;h2&gt;
  
  
  Predicting the Future of the Web
&lt;/h2&gt;

&lt;p&gt;As we've seen, technology continues to improve, and the internet continues to become more accessible as the number of users grows exponentially.&lt;/p&gt;

&lt;p&gt;The shift of web design trends leans more towards performance and user experience. And will continue to do so.&lt;/p&gt;

&lt;p&gt;We are also heading towards &lt;strong&gt;Web 3.0&lt;/strong&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Web 3.0 is the next generation of Internet technology that heavily relies on machine learning and artificial intelligence (AI). It aims to create more open, connected, and intelligent websites and web applications, focusing on using a machine-based understanding of data.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What this means is that everything will be connected and machines will use the internet too. It'll be similar to how web crawlers crawl websites and understand the context of the page.&lt;/p&gt;

&lt;p&gt;A good, clean, minimal web design focusing on content will help machines understand things better. The internet is an open place with lots of innovation. We might be heading towards a web controlled by the mind!&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fresponsive_design.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.freecodecamp.org%2Fnews%2Fcontent%2Fimages%2F2020%2F08%2Fresponsive_design.png"&gt;&lt;/a&gt;We started from the beginning of the internet've seen how once-popular technologies became obsolete. We are still in progress toward a better internet.&lt;/p&gt;

&lt;p&gt;We are no longer in the era where developers don't worry about users. The user experience is a priority nowadays; whether it's performance or design, a user should feel satisfied with any application.&lt;/p&gt;

&lt;p&gt;And unlike the old days, we are not limited to any one tool. We are free to use our own creativity, and it is up to us how we transform our creations into something valuable.&lt;/p&gt;

&lt;p&gt;The web is a wonderful place, and there are many great websites to get inspired by. Let's keep our fingers crossed and keep moving forward.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>design</category>
    </item>
    <item>
      <title>Generic Static Site Generator</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Tue, 25 Aug 2020 03:19:30 +0000</pubDate>
      <link>https://dev.to/codrcrew/generic-static-site-generator-4fd0</link>
      <guid>https://dev.to/codrcrew/generic-static-site-generator-4fd0</guid>
      <description>&lt;p&gt;By &lt;a href="//mailto:abhishek7gg7@gmail.com"&gt;Abhishek Chaudhary&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Published&lt;/strong&gt; 2020-08-24&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This is a Generic Static Site Generator, It is written in JavaScript, It can be used to create static websites.It is an organised and completely customisable Static Site Generator, It treats webpages as objects which can be evaluated.This can be used to created all kinds of websites.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_5ZK6jnx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://theabbie.github.io/files/logo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_5ZK6jnx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://theabbie.github.io/files/logo.png" alt="Generic Static Site Generator" width="512" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/theabbie/Generic-Static-Site-Generator"&gt;Generic Static Site Generator Github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.npmjs.com/package/generic-static-site-generator"&gt;Generic Static Site Generator NPM&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://able.bio/theabbie/project/generic-ssg"&gt;Generic SSG&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gitter.im/Generic-Static-Site-Generator/community"&gt;Generic Static Site Generator Gitter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://openbase.io/js/generic-static-site-generator"&gt;Generic Static Site Generator openbase&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://workingnotworking.com/projects/236753-generic-static-site-generator"&gt;Generic Static Site Generator WNW&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://yarnpkg.com/package/generic-static-site-generator"&gt;Generic Static Site Generator Yarn&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.indiehackers.com/post/generic-static-site-generator-20bbc1c10b"&gt;Generic Static Site Generator indie hackers&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://devpost.com/software/generic-static-site-generator"&gt;Generic Static Site Generator DevPost&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>CryptoCRIT</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Wed, 05 Aug 2020 14:22:54 +0000</pubDate>
      <link>https://dev.to/codrcrew/cryptocrit-38l2</link>
      <guid>https://dev.to/codrcrew/cryptocrit-38l2</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--tZxYe32E--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://theabbie.github.io/files/CryptoCRIT.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tZxYe32E--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://theabbie.github.io/files/CryptoCRIT.png" alt="CryptoCRIT" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What Is CryptoCRIT&lt;/li&gt;
&lt;li&gt;Tasks&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Is CryptoCRIT
&lt;/h2&gt;

&lt;p&gt;CryptoCRIT is an open-source Cryptocurrency project which facilitates a Cryptocurrency wallet for making payments. The associated Cryptocurrency is called CritCoin.&lt;/p&gt;

&lt;p&gt;This system will be used in &lt;a href="https://www.fcrit.ac.in"&gt;Fr. Conceicao Rodrigues Institute of Technology&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
CryptoCRIT
&lt;thead&gt;
&lt;tr&gt;
&lt;th colspan="2"&gt;Quick Info&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;td&gt;CryptoCRIT&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Technologies Used&lt;/th&gt;
&lt;td&gt;&lt;ul&gt;
&lt;li&gt;Blockchain&lt;/li&gt;
&lt;li&gt;RSA Encryption&lt;/li&gt;
&lt;/ul&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;College&lt;/th&gt;
&lt;td&gt;&lt;a href="https://www.fcrit.ac.in"&gt;Fr. Conceicao Rodrigues Institute of Technology&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;Team&lt;/th&gt;
&lt;td&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rgab1508"&gt;Gabriel Rajendran&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://instagram.com/adi.unni"&gt;Aditya Unnikrishnan&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://theabbie.github.io"&gt;Abhishek Chaudhary&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://instagram.com/tushar_gupta_339"&gt;Tushar Gupta&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Tasks
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;[ ] Backend&lt;/li&gt;
&lt;li&gt;[ ] Frontend&lt;/li&gt;
&lt;li&gt;[ ] Logic&lt;/li&gt;
&lt;li&gt;[ ] Working&lt;/li&gt;
&lt;li&gt;[ ] Production&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Getting Started
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Installation
&lt;/h3&gt;

&lt;p&gt;To use CryptoCRIT in your project, run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm i cryptocrit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>cryptocurrency</category>
      <category>blockchain</category>
      <category>encryption</category>
    </item>
    <item>
      <title>Abhishek Chaudhary (TheAbbie) Height, Weight, Age, Girlfriend, Family, Biography &amp; More</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Tue, 21 Apr 2020 09:10:03 +0000</pubDate>
      <link>https://dev.to/codrcrew/abhishek-chaudhary-theabbie-height-weight-age-girlfriend-family-biography-more-1cn2</link>
      <guid>https://dev.to/codrcrew/abhishek-chaudhary-theabbie-height-weight-age-girlfriend-family-biography-more-1cn2</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--MAWVh8AO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AWTg4DxcfNAcJbSyvjNHTBw.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MAWVh8AO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AWTg4DxcfNAcJbSyvjNHTBw.jpeg" alt="Abhishek"&gt;&lt;/a&gt;Abhishek Chaudhary&lt;/p&gt;

&lt;h3&gt;
  
  
  Bio
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Real Name
&lt;/h4&gt;

&lt;p&gt;Abhishek Chaudhary&lt;/p&gt;

&lt;h4&gt;
  
  
  Nickname
&lt;/h4&gt;

&lt;p&gt;TheAbbie&lt;/p&gt;

&lt;h4&gt;
  
  
  Profession
&lt;/h4&gt;

&lt;p&gt;Web Developer, Filmmaker, Podcaster&lt;/p&gt;

&lt;h4&gt;
  
  
  Famous for
&lt;/h4&gt;

&lt;p&gt;Brazen Epiphany (2019)&lt;/p&gt;

&lt;p&gt;TheAbbie Podcasts&lt;/p&gt;

&lt;h3&gt;
  
  
  Physical Stats &amp;amp; More
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Height
&lt;/h4&gt;

&lt;p&gt;In Centimetres- &lt;strong&gt;175 cm&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In metres- &lt;strong&gt;1.75 m&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In Feet Inches-  &lt;strong&gt;5'9"&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Weight
&lt;/h4&gt;

&lt;p&gt;In kilograms- &lt;strong&gt;50 kg&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In pounds- &lt;strong&gt;110.2 lbs&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Body measurements
&lt;/h4&gt;

&lt;p&gt;chest- &lt;strong&gt;38 Inches&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;waist- &lt;strong&gt;30 Inches&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;biceps- &lt;strong&gt;12 Inches&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Eye colour
&lt;/h4&gt;

&lt;p&gt;Black&lt;/p&gt;

&lt;h4&gt;
  
  
  Hair Colour
&lt;/h4&gt;

&lt;p&gt;Black&lt;/p&gt;

&lt;h3&gt;
  
  
  Personal Life
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Date of birth
&lt;/h4&gt;

&lt;p&gt;11 January 2002&lt;/p&gt;

&lt;h4&gt;
  
  
  Age (as in 2020)
&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;18 Years&lt;/strong&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Birthplace
&lt;/h4&gt;

&lt;p&gt;Navi Mumbai, Maharashtra, India&lt;/p&gt;

&lt;h4&gt;
  
  
  Zodiac sign/Sun sign
&lt;/h4&gt;

&lt;p&gt;Capricorn&lt;/p&gt;

&lt;h4&gt;
  
  
  Nationality
&lt;/h4&gt;

&lt;p&gt;Indian&lt;/p&gt;

&lt;h4&gt;
  
  
  Hometown
&lt;/h4&gt;

&lt;p&gt;Navi Mumbai, Maharashtra, India&lt;/p&gt;

&lt;h4&gt;
  
  
  College
&lt;/h4&gt;

&lt;p&gt;Fr. Conceicao Rodrigues Institute Of technology&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gPY9YAoF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2A1QNcUk_yg7TnGQyaSFjmeg.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gPY9YAoF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2A1QNcUk_yg7TnGQyaSFjmeg.jpeg" alt=""&gt;&lt;/a&gt;Fr. Conceicao Rodrigues Institute Of technology&lt;/p&gt;

&lt;h4&gt;
  
  
  Educational Qualification
&lt;/h4&gt;

&lt;p&gt;B.E. In Computer science&lt;/p&gt;

&lt;h4&gt;
  
  
  Debut
&lt;/h4&gt;

&lt;p&gt;Brazen Epiphany (2019)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8R5DjYmu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AxOFssC-GdG6YXTD_CDYUEw.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8R5DjYmu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn-images-1.medium.com/max/1024/1%2AxOFssC-GdG6YXTD_CDYUEw.jpeg" alt="Brazen Epiphany"&gt;&lt;/a&gt;Brazen Epiphany&lt;/p&gt;

&lt;h4&gt;
  
  
  Family
&lt;/h4&gt;

&lt;p&gt;&lt;strong&gt;Father&lt;/strong&gt; - Santosh Choudhary&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Mother&lt;/strong&gt; - Ruby Choudhary&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Brother&lt;/strong&gt; - Yogesh Choudhary&lt;/p&gt;

&lt;h4&gt;
  
  
  Religion
&lt;/h4&gt;

&lt;p&gt;Hinduism&lt;/p&gt;

&lt;h4&gt;
  
  
  Food Habit
&lt;/h4&gt;

&lt;p&gt;Non-vegetarian&lt;/p&gt;

&lt;h4&gt;
  
  
  Hobbies
&lt;/h4&gt;

&lt;p&gt;Reading, Watching movies, Listening music, Programming&lt;/p&gt;

&lt;h3&gt;
  
  
  Favorite things
&lt;/h3&gt;

&lt;h4&gt;
  
  
  actors
&lt;/h4&gt;

&lt;p&gt;Aamir Khan, Irrfan Khan&lt;/p&gt;

&lt;h4&gt;
  
  
  actress
&lt;/h4&gt;

&lt;p&gt;Shraddha Kapoor&lt;/p&gt;

&lt;h4&gt;
  
  
  movies
&lt;/h4&gt;

&lt;p&gt;Andhadhun&lt;/p&gt;

&lt;h4&gt;
  
  
  direcors
&lt;/h4&gt;

&lt;p&gt;Rajkumar Hirani, Anand Gandhi&lt;/p&gt;

&lt;h4&gt;
  
  
  Singer
&lt;/h4&gt;

&lt;p&gt;Sonu Nigam, Mohit Chauhan, Arijit singh&lt;/p&gt;

&lt;h3&gt;
  
  
  Girls, Affairs and more
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Marital status
&lt;/h4&gt;

&lt;p&gt;Unmarried&lt;/p&gt;

&lt;h4&gt;
  
  
  Affairs/Girlfriends
&lt;/h4&gt;

&lt;p&gt;Single&lt;/p&gt;

&lt;h4&gt;
  
  
  Wife/Spouse
&lt;/h4&gt;

&lt;p&gt;N/A&lt;/p&gt;

&lt;h3&gt;
  
  
  Some Lesser known Facts about Abhishek Chaudhary
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Does Abhishek Chaudhary smoke?: No&lt;/li&gt;
&lt;li&gt;Does Abhishek Chaudhary drink alcohol?: No&lt;/li&gt;
&lt;li&gt;Abhishek Chaudhary is a computer engineer and a filmmaker and one of the directors of 2019 short film &lt;strong&gt;Brazen Epiphany&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;He graduated from &lt;strong&gt;Fr. Conceicao Rodrigues Institute Of technology&lt;/strong&gt; with a degree of &lt;strong&gt;B.E. in Computer science&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;He is famous as &lt;strong&gt;TheAbbie&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;He is a Bihari an his father works as Bank manager.&lt;/li&gt;
&lt;li&gt;He is the founder of &lt;strong&gt;TheAbbie Podcasts&lt;/strong&gt; , the top podcast in India as of 2020.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/PBe6rUL7AZo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>fcrit</category>
      <category>brazenepiphany</category>
      <category>abhishekchaudhary</category>
      <category>theabbie</category>
    </item>
    <item>
      <title>List of all Social media accounts</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Wed, 12 Feb 2020 01:30:58 +0000</pubDate>
      <link>https://dev.to/codrcrew/list-of-all-social-media-accounts-2g47</link>
      <guid>https://dev.to/codrcrew/list-of-all-social-media-accounts-2g47</guid>
      <description>&lt;p&gt;I have so many Social media Accounts, how many do you have?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://theabbie.github.io/"&gt;https://theabbie.github.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.producthunt.com/posts/theabbie?utm_source=badge-featured&amp;amp;utm_medium=badge&amp;amp;utm_souce=badge-theabbie"&gt;https://www.producthunt.com/posts/theabbie?utm_source=badge-featured&amp;amp;utm_medium=badge&amp;amp;utm_souce=badge-theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=189456&amp;amp;theme=dark"&gt;https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=189456&amp;amp;theme=dark&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.patreon.com/theabbie"&gt;https://www.patreon.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://paypal.me/theabbie"&gt;https://paypal.me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.buymeacoffee.com/theabbie"&gt;https://www.buymeacoffee.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://en.liberapay.com/theabbie/"&gt;https://en.liberapay.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://donorbox.org/theabbie"&gt;https://donorbox.org/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://issuehunt.io/u/theabbie"&gt;https://issuehunt.io/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://app.superpayit.com/pay/theabbie/"&gt;https://app.superpayit.com/pay/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://ko-fi.com/theabbie"&gt;https://ko-fi.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://opencollective.com/codrcrew"&gt;https://opencollective.com/codrcrew&lt;/a&gt;&lt;br&gt;
&lt;a href="https://support.link/page/3684"&gt;https://support.link/page/3684&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.causes.com/theabbie"&gt;https://www.causes.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://resume.io/r/LrJqgvSn8"&gt;https://resume.io/r/LrJqgvSn8&lt;/a&gt;&lt;br&gt;
&lt;a href="https://youtube.com/c/theabbie?sub_confirmation=1"&gt;https://youtube.com/c/theabbie?sub_confirmation=1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.dailymotion.com/theabbie"&gt;https://www.dailymotion.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://vimeo.com/theabbie"&gt;https://vimeo.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://facebook.com/abhishek.vice.versa"&gt;https://facebook.com/abhishek.vice.versa&lt;/a&gt;&lt;br&gt;
&lt;a href="https://boards.qwant.com/user/theabbie"&gt;https://boards.qwant.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instagram.com/sasta_abbie/"&gt;https://www.instagram.com/sasta_abbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.snapchat.com/add/abbie_shaikh"&gt;https://www.snapchat.com/add/abbie_shaikh&lt;/a&gt;&lt;br&gt;
&lt;a href="https://discord.gg/RPfQZvS"&gt;https://discord.gg/RPfQZvS&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/TheAbbiee"&gt;https://twitter.com/TheAbbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://about.me/theabbie"&gt;https://about.me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://telescope.ac/theabbie"&gt;https://telescope.ac/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.livejournal.com/"&gt;https://theabbie.livejournal.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://fcrit.almaconnect.com/profiles/theabbie"&gt;https://fcrit.almaconnect.com/profiles/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.gotinder.com/@theabbie"&gt;https://www.gotinder.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.myprofile.my/theabbie"&gt;https://www.myprofile.my/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://en.tipeee.com/theabbie"&gt;https://en.tipeee.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://icq.im/theabbie"&gt;https://icq.im/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://jog.fm/users/theabbie"&gt;https://jog.fm/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mycause.com.au/page/221520/theabbie"&gt;https://www.mycause.com.au/page/221520/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://groups.google.com/d/forum/theabbie"&gt;https://groups.google.com/d/forum/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.spreaker.com/user/theabbie"&gt;https://www.spreaker.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://in.pinterest.com/theabbie/"&gt;https://in.pinterest.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.producthunt.com/@abbie"&gt;https://www.producthunt.com/@abbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://community.fandom.com/wiki/User:Theabbie"&gt;https://community.fandom.com/wiki/User:Theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.yumpu.com/user/theabbie"&gt;https://www.yumpu.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/theabbie"&gt;https://github.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gitlab.com/theabbie"&gt;https://gitlab.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bitbucket.org/theabbie/"&gt;https://bitbucket.org/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://glitch.com/@theabbie"&gt;https://glitch.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.gitbook.io/"&gt;https://theabbie.gitbook.io/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://uniquethis.com/profile/theabbie"&gt;https://uniquethis.com/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dev.to/theabbie"&gt;https://dev.to/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.23hq.com/theabbie"&gt;http://www.23hq.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sharechat.com/theabbie"&gt;https://sharechat.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.spoj.com/users/theabbie/"&gt;https://www.spoj.com/users/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.unitymix.com/theabbie"&gt;https://www.unitymix.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/theabbie"&gt;https://www.linkedin.com/in/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.udemy.com/user/abhishek-choudhary/"&gt;https://www.udemy.com/user/abhishek-choudhary/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://commaful.com/play/theabbie/"&gt;https://commaful.com/play/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://steadyhq.com/en/theabbie"&gt;https://steadyhq.com/en/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://orcid.org/0000-0003-1526-9128"&gt;https://orcid.org/0000-0003-1526-9128&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.hashnode.dev/"&gt;https://theabbie.hashnode.dev/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://flattr.com/@theabbie"&gt;https://flattr.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://clyp.it/user/w1txixws"&gt;https://clyp.it/user/w1txixws&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.8b.io/"&gt;https://theabbie.8b.io/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://blubrry.com/theabbie/"&gt;https://blubrry.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gitstar-ranking.com/theabbie"&gt;https://gitstar-ranking.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://charity.gofundme.com/o/en/campaign/theabbie"&gt;https://charity.gofundme.com/o/en/campaign/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.gofundme.com/profile/abhishek-chaudhary-nb6a2"&gt;https://www.gofundme.com/profile/abhishek-chaudhary-nb6a2&lt;/a&gt;&lt;br&gt;
&lt;a href="https://angel.co/theabbie-1"&gt;https://angel.co/theabbie-1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.etsy.com/in-en/people/o4ohjbf0"&gt;https://www.etsy.com/in-en/people/o4ohjbf0&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.google.com/podcasts?feed=aHR0cHM6Ly9hbmNob3IuZm0vcy8xMzM0YTlhMC9wb2RjYXN0L3Jzcw=="&gt;https://www.google.com/podcasts?feed=aHR0cHM6Ly9hbmNob3IuZm0vcy8xMzM0YTlhMC9wb2RjYXN0L3Jzcw==&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.pledgeme.co.nz/profiles/160216"&gt;https://www.pledgeme.co.nz/profiles/160216&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.hackerearth.com/@theabbie"&gt;https://www.hackerearth.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.manystories.com/@theabbie"&gt;https://www.manystories.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.hackerrank.com/theabbie"&gt;https://www.hackerrank.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://growthhackers.com/members/theabbie"&gt;https://growthhackers.com/members/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://makelight.com/users/sasta_abbie"&gt;https://makelight.com/users/sasta_abbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.npmjs.com/%7Etheabbie"&gt;https://www.npmjs.com/~theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sessionize.com/theabbie/"&gt;https://sessionize.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://redcircle.com/shows/theabbie"&gt;https://redcircle.com/shows/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.pubfacts.com/author/theabbie"&gt;https://www.pubfacts.com/author/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://libraries.io/github/theabbie"&gt;https://libraries.io/github/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://linktr.ee/theabbie"&gt;https://linktr.ee/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.e-olymp.com/en/users/theabbie"&gt;https://www.e-olymp.com/en/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.bandlab.com/theabbie"&gt;https://www.bandlab.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://ello.co/theabbie"&gt;https://ello.co/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.fundable.com/abhishek-chaudhary"&gt;https://www.fundable.com/abhishek-chaudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.crunchyroll.com/user/theabbie"&gt;https://www.crunchyroll.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.cgsociety.org/"&gt;https://theabbie.cgsociety.org/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://voice123.com/theabbie"&gt;https://voice123.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://pipedream.com/@theabbie"&gt;https://pipedream.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.periscope.tv/theabbie"&gt;https://www.periscope.tv/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.dreamwidth.org/"&gt;https://theabbie.dreamwidth.org/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://atom.io/users/theabbie"&gt;https://atom.io/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://letterboxd.com/theabbie/"&gt;https://letterboxd.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.scribd.com/user/369398005/Abhishek-Chaudhary"&gt;https://www.scribd.com/user/369398005/Abhishek-Chaudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bugcrowd.com/theabbie"&gt;https://bugcrowd.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://iworkedon.com/@theabbie"&gt;https://iworkedon.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://profiles.wordpress.org/theabbie/"&gt;https://profiles.wordpress.org/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://coda.io/@theabbie"&gt;https://coda.io/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://codrcrew.blogspot.com/"&gt;https://codrcrew.blogspot.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.awwwards.com/theabbie"&gt;https://www.awwwards.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://observablehq.com/@theabbie"&gt;https://observablehq.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://society6.com/theabbie"&gt;https://society6.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.hubhopper.com/"&gt;https://theabbie.hubhopper.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://steamcommunity.com/id/theabbie"&gt;https://steamcommunity.com/id/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://getmakerlog.com/@theabbie"&gt;https://getmakerlog.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://seekingalpha.com/user/51423812/comments"&gt;https://seekingalpha.com/user/51423812/comments&lt;/a&gt;&lt;br&gt;
&lt;a href="https://links.collect.chat/5e7775c8fef17e422a58ed7d"&gt;https://links.collect.chat/5e7775c8fef17e422a58ed7d&lt;/a&gt;&lt;br&gt;
&lt;a href="https://deezer.com/show/927982"&gt;https://deezer.com/show/927982&lt;/a&gt;&lt;br&gt;
&lt;a href="https://connect.unity.com/u/theabbie"&gt;https://connect.unity.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://untappd.com/user/theabbie"&gt;https://untappd.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://soundcloud.com/theabbiee"&gt;https://soundcloud.com/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://pypi.org/user/theabbie/"&gt;https://pypi.org/user/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gitlab.gnome.org/theabbie"&gt;https://gitlab.gnome.org/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bandcamp.com/theabbie"&gt;https://bandcamp.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.bandcamp.com/"&gt;https://theabbie.bandcamp.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hashnode.com/@theabbie"&gt;https://hashnode.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.eyeem.com/u/theabbie"&gt;https://www.eyeem.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://player.me/theabbie"&gt;https://player.me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.codewars.com/users/theabbie"&gt;https://www.codewars.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://filmfreeway.com/TheAbbie"&gt;https://filmfreeway.com/TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://picsart.com/u/theabbie"&gt;https://picsart.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.indiehackers.com/theabbie"&gt;https://www.indiehackers.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.xing.com/profile/Abhishek_Chaudhary6/cv"&gt;https://www.xing.com/profile/Abhishek_Chaudhary6/cv&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youth4work.com/y/theabbie"&gt;https://www.youth4work.com/y/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.truelancer.com/freelancer/theabbie"&gt;https://www.truelancer.com/freelancer/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gamejolt.com/@TheAbbie"&gt;https://gamejolt.com/@TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://giphy.com/channel/theabbie"&gt;https://giphy.com/channel/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.gamejolt.io/"&gt;https://theabbie.gamejolt.io/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://leetcode.com/theabbie/"&gt;https://leetcode.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://slides.com/theabbie"&gt;https://slides.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://getsatisfaction.com/people/theabbie"&gt;https://getsatisfaction.com/people/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.contently.com/"&gt;https://theabbie.contently.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://anilist.co/user/theabbie/"&gt;https://anilist.co/user/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://distilled.zest.is/zester/theabbie"&gt;https://distilled.zest.is/zester/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="http://theabbie.mystrikingly.com/"&gt;http://theabbie.mystrikingly.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youracclaim.com/users/theabbie"&gt;https://www.youracclaim.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://speakerhub.com/speaker/abhishek-choudhary"&gt;https://speakerhub.com/speaker/abhishek-choudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="https://botlist.co/@theabbie"&gt;https://botlist.co/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://fibhubapp.com/w/theabbie"&gt;https://fibhubapp.com/w/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://mozillians.org/en-US/u/theabbie/"&gt;https://mozillians.org/en-US/u/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.jimdofree.com/"&gt;https://theabbie.jimdofree.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://podcasts.apple.com/in/podcast/theabbie/id1498376059"&gt;https://podcasts.apple.com/in/podcast/theabbie/id1498376059&lt;/a&gt;&lt;br&gt;
&lt;a href="https://comicvine.gamespot.com/profile/theabbie/"&gt;https://comicvine.gamespot.com/profile/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://g.page/theabbie"&gt;https://g.page/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://tellonym.me/theabbie"&gt;https://tellonym.me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="http://typ.io/users/TheAbbiee"&gt;http://typ.io/users/TheAbbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://clarity.fm/theabbie"&gt;https://clarity.fm/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.sarahah.com/"&gt;https://theabbie.sarahah.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.qooh.me/theabbie"&gt;https://www.qooh.me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.domestika.org/en/theabbie"&gt;https://www.domestika.org/en/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sayat.me/theabbie"&gt;https://sayat.me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.business.site/"&gt;https://theabbie.business.site/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.ravelry.com/people/theabbie"&gt;https://www.ravelry.com/people/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://picarto.tv/theabbie"&gt;https://picarto.tv/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://socialclub.rockstargames.com/member/theabbie"&gt;https://socialclub.rockstargames.com/member/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://kinja.com/theabbie"&gt;https://kinja.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://curiouscat.me/theabbie"&gt;https://curiouscat.me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.openhub.net/accounts/theabbie"&gt;https://www.openhub.net/accounts/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.symbaloo.com/profile/theabbie"&gt;https://www.symbaloo.com/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://streamlabs.com/abhishekchaudharyhome"&gt;https://streamlabs.com/abhishekchaudharyhome&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.udebug.com/theabbie"&gt;https://www.udebug.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.faceflow.com/profile/theabbie"&gt;https://www.faceflow.com/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hub.docker.com/u/theabbie"&gt;https://hub.docker.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://blip.fm/theabbie"&gt;https://blip.fm/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.zedge.net/profile/theabbie"&gt;https://www.zedge.net/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://venturecost.com/@abhishekchoudhary"&gt;https://venturecost.com/@abhishekchoudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hackaday.io/theabbie"&gt;https://hackaday.io/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://unacademy.com/@theabbie"&gt;https://unacademy.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://canopy.co/theabbie/"&gt;https://canopy.co/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.podomatic.com/podcasts/theabbie"&gt;https://www.podomatic.com/podcasts/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.viadeo.com/p/0021f9yo62rzv7hq"&gt;https://www.viadeo.com/p/0021f9yo62rzv7hq&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.devskill.com/Home/PublicProfile/theabbie"&gt;http://www.devskill.com/Home/PublicProfile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://videohive.net/user/theabbie"&gt;https://videohive.net/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="http://authorstream.com/theabbie/"&gt;http://authorstream.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.sofurry.com/"&gt;https://theabbie.sofurry.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.gog.com/u/theabbie"&gt;https://www.gog.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://refer.codes/theabbie/"&gt;https://refer.codes/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://askplaybook.com/theabbie"&gt;https://askplaybook.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="http://disqus.com/by/codrcrew"&gt;http://disqus.com/by/codrcrew&lt;/a&gt;&lt;br&gt;
&lt;a href="https://creativemornings.com/individuals/theabbie"&gt;https://creativemornings.com/individuals/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.tripadvisor.co.uk/Profile/codrcrew"&gt;https://www.tripadvisor.co.uk/Profile/codrcrew&lt;/a&gt;&lt;br&gt;
&lt;a href="https://walloftext.co/theabbie"&gt;https://walloftext.co/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://stocktwits.com/theabbie"&gt;https://stocktwits.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.talkshoe.com/show/theabbie"&gt;https://www.talkshoe.com/show/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://deepai.org/profile/abhishek7gg7"&gt;https://deepai.org/profile/abhishek7gg7&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.sitejabber.com/users/abhishekc19"&gt;https://www.sitejabber.com/users/abhishekc19&lt;/a&gt;&lt;br&gt;
&lt;a href="https://vk.com/id569817292"&gt;https://vk.com/id569817292&lt;/a&gt;&lt;br&gt;
&lt;a href="https://clearvoice.com/cv/AbhishekChaudhary"&gt;https://clearvoice.com/cv/AbhishekChaudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.commonsensemedia.org/users/theabbie"&gt;https://www.commonsensemedia.org/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.nerdfeedr.com/theabbie"&gt;https://www.nerdfeedr.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.furaffinity.net/user/theabbie/"&gt;https://www.furaffinity.net/user/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.ecwid.com/"&gt;https://theabbie.ecwid.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.bandmix.com/theabbie/"&gt;https://www.bandmix.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://m.mixcloud.com/theabbie/"&gt;https://m.mixcloud.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://archiveofourown.org/users/theabbie"&gt;https://archiveofourown.org/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://tippin.me/@TheAbbiee"&gt;https://tippin.me/@TheAbbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://matcomgrader.com/user/21437/"&gt;https://matcomgrader.com/user/21437/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://trakt.tv/users/theabbie"&gt;https://trakt.tv/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://atcoder.jp/users/theabbie"&gt;https://atcoder.jp/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.pixiv.net/en/users/50779273"&gt;https://www.pixiv.net/en/users/50779273&lt;/a&gt;&lt;br&gt;
&lt;a href="https://brainly.in/profile/theabbie-11579460"&gt;https://brainly.in/profile/theabbie-11579460&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.starterstory.com/users/theabbie"&gt;https://www.starterstory.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hackerone.com/theabbie"&gt;https://hackerone.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://clist.by/coder/theabbie/"&gt;https://clist.by/coder/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://coderbyte.com/profile/abhishekcoder"&gt;https://coderbyte.com/profile/abhishekcoder&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.notion.so/theabbie"&gt;https://www.notion.so/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://genius.com/TheAbbie"&gt;https://genius.com/TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://redef.com/profile/5e7354e08836475b315fb432"&gt;https://redef.com/profile/5e7354e08836475b315fb432&lt;/a&gt;&lt;br&gt;
&lt;a href="https://anchor.fm/theabbie"&gt;https://anchor.fm/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://radiopublic.com/theabbie-GMrgo4"&gt;https://radiopublic.com/theabbie-GMrgo4&lt;/a&gt;&lt;br&gt;
&lt;a href="https://urindianconsumer.in/user/3661/"&gt;https://urindianconsumer.in/user/3661/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://onlyfans.com/theabbie"&gt;https://onlyfans.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://rate.house/user/theabbie"&gt;https://rate.house/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://mix.com/theabbie"&gt;https://mix.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://fancy.com/theabbie"&gt;https://fancy.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hubpages.com/@theabbie"&gt;https://hubpages.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.speakingtree.in/theabbie"&gt;https://www.speakingtree.in/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://discussions.apple.com/profile/theabbie"&gt;https://discussions.apple.com/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://cowriters.app/@theabbie"&gt;https://cowriters.app/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.gamepedia.com/members/theabbiee"&gt;https://www.gamepedia.com/members/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bitpatron.co/theabbie.id.blockstack"&gt;https://bitpatron.co/theabbie.id.blockstack&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.codementor.io/@theabbie"&gt;https://www.codementor.io/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://cadlab.io/theabbie"&gt;https://cadlab.io/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.trustpilot.com/users/5e516ba9878fee2e32c64991"&gt;https://www.trustpilot.com/users/5e516ba9878fee2e32c64991&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.shutterstock.com/g/theabbie"&gt;https://www.shutterstock.com/g/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://toph.co/u/theabbie"&gt;https://toph.co/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.sololearn.com/Profile/17539823"&gt;https://www.sololearn.com/Profile/17539823&lt;/a&gt;&lt;br&gt;
&lt;a href="https://calendly.com/theabbie"&gt;https://calendly.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bit.dev/theabbie"&gt;https://bit.dev/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.ludu.co/@theabbie"&gt;https://www.ludu.co/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.nucode.co/maker/theabbie-1584625254808x257626673695210620"&gt;https://www.nucode.co/maker/theabbie-1584625254808x257626673695210620&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mendeley.com/profiles/abhishek-chaudhary12/"&gt;https://www.mendeley.com/profiles/abhishek-chaudhary12/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.stopstalk.com/user/profile/theabbie"&gt;https://www.stopstalk.com/user/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.freelancer.com/u/theabbie"&gt;https://www.freelancer.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.loudly.com/profiles/theabbie"&gt;https://www.loudly.com/profiles/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gab.com/theabbie"&gt;https://gab.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.carrd.co/"&gt;https://theabbie.carrd.co/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://connect.symfony.com/profile/theabbie"&gt;https://connect.symfony.com/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://swoot.com/podcast/396662/theabbie"&gt;https://swoot.com/podcast/396662/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.bullhorn.fm/theabbie48767"&gt;https://www.bullhorn.fm/theabbie48767&lt;/a&gt;&lt;br&gt;
&lt;a href="https://steepster.com/theabbie"&gt;https://steepster.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.hackster.io/theabbie"&gt;https://www.hackster.io/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.minds.com/theabbie/"&gt;https://www.minds.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dissenter.com/user/theabbie"&gt;https://dissenter.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.messy.fm/theabbie"&gt;https://www.messy.fm/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://studentshow.com/theabbie"&gt;https://studentshow.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mouthshut.com/theabbie"&gt;https://www.mouthshut.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.themoviedb.org/u/theabbie"&gt;https://www.themoviedb.org/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://thetvdb.com/people/8162722"&gt;https://thetvdb.com/people/8162722&lt;/a&gt;&lt;br&gt;
&lt;a href="https://issuu.com/codrcrew"&gt;https://issuu.com/codrcrew&lt;/a&gt;&lt;br&gt;
&lt;a href="https://scratch.mit.edu/users/theabbie/"&gt;https://scratch.mit.edu/users/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.smedian.com/@theabbie"&gt;https://www.smedian.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://glose.com/u/theabbie"&gt;https://glose.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hearthis.at/theabbie/"&gt;https://hearthis.at/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://audiomack.com/artist/theabbie"&gt;https://audiomack.com/artist/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://24hrstartup.com/abhishek-chaudhary"&gt;https://24hrstartup.com/abhishek-chaudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="http://theabbie.podbean.com/"&gt;http://theabbie.podbean.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://asciinema.org/%7Etheabbie"&gt;https://asciinema.org/~theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.roblox.com/users/1275357199/profile"&gt;https://www.roblox.com/users/1275357199/profile&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.discogs.com/user/theabbie"&gt;https://www.discogs.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.pearltrees.com/theabbie"&gt;https://www.pearltrees.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.kickstarter.com/profile/theabbie"&gt;https://www.kickstarter.com/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://maps.app.goo.gl/TUk5SuDwqKbzK9Si8"&gt;https://maps.app.goo.gl/TUk5SuDwqKbzK9Si8&lt;/a&gt;&lt;br&gt;
&lt;a href="https://podtail.com/en/user/theabbie/"&gt;https://podtail.com/en/user/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.thingiverse.com/theabbie"&gt;https://www.thingiverse.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.reddit.com/user/theabbiee"&gt;https://www.reddit.com/user/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://devpost.com/theabbie"&gt;https://devpost.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://500px.com/theabbie"&gt;https://500px.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.giantbomb.com/profile/theabbie/"&gt;https://www.giantbomb.com/profile/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.tutorialspoint.com/videotutorials/profile/abhishek_chaudhary-1"&gt;https://www.tutorialspoint.com/videotutorials/profile/abhishek_chaudhary-1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://kitsu.io/users/theabbie"&gt;https://kitsu.io/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="http://socialbusinesspedia.com/people/theabbie"&gt;http://socialbusinesspedia.com/people/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="http://theabbie.joomla.com/"&gt;http://theabbie.joomla.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.transfur.com/Users/theabbie"&gt;https://www.transfur.com/Users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.cakeresume.com/me/theabbie"&gt;https://www.cakeresume.com/me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.listennotes.com/@theabbie/"&gt;https://www.listennotes.com/@theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://freesound.org/people/theabbie/"&gt;https://freesound.org/people/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dzone.com/users/4247877/theabbie.html"&gt;https://dzone.com/users/4247877/theabbie.html&lt;/a&gt;&lt;br&gt;
&lt;a href="https://many.link/sasta_abbie"&gt;https://many.link/sasta_abbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://scholar.google.com/citations?user=Ub-08hoAAAAJ&amp;amp;hl=en"&gt;https://scholar.google.com/citations?user=Ub-08hoAAAAJ&amp;amp;hl=en&lt;/a&gt;&lt;br&gt;
&lt;a href="https://fcrit.academia.edu/theabbie"&gt;https://fcrit.academia.edu/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://swoot.com/theabbie"&gt;https://swoot.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://creativepool.com/theabbie"&gt;https://creativepool.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://diff.blog/theabbie/"&gt;https://diff.blog/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://heli.life/theabbie"&gt;https://heli.life/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://imgur.com/user/codrcrew"&gt;https://imgur.com/user/codrcrew&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.drupal.org/u/theabbie"&gt;https://www.drupal.org/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://habr.com/en/users/theabbie/"&gt;https://habr.com/en/users/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://moodle.org/user/profile.php?id=2862222"&gt;https://moodle.org/user/profile.php?id=2862222&lt;/a&gt;&lt;br&gt;
&lt;a href="https://airtext.xyz/blog/theabbie.id.blockstack"&gt;https://airtext.xyz/blog/theabbie.id.blockstack&lt;/a&gt;&lt;br&gt;
&lt;a href="https://mastodon.social/@theabbie"&gt;https://mastodon.social/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mousebreaker.com/user/theabbie"&gt;https://www.mousebreaker.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://slashdot.org/%7Etheabbie"&gt;https://slashdot.org/~theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://toot.cafe/@theabbie"&gt;https://toot.cafe/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.learneroo.com/users/41992"&gt;https://www.learneroo.com/users/41992&lt;/a&gt;&lt;br&gt;
&lt;a href="https://slideslive.com/theabbie"&gt;https://slideslive.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sketchfab.com/theabbie"&gt;https://sketchfab.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.urbanpro.com/mumbai/abhishek-chaudhary/17531276"&gt;https://www.urbanpro.com/mumbai/abhishek-chaudhary/17531276&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.nuget.org/profiles/theabbie"&gt;https://www.nuget.org/profiles/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://steller.co/theabbie"&gt;https://steller.co/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.figma.com/@theabbie"&gt;https://www.figma.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://codetrace.com/users/theabbie"&gt;https://codetrace.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://lbry.tv/@theabbie:d"&gt;https://lbry.tv/@theabbie:d&lt;/a&gt;&lt;br&gt;
&lt;a href="https://unsplash.com/@theabbie"&gt;https://unsplash.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.designspiration.com/theabbie"&gt;https://www.designspiration.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bookself.app/ocbcW19B95e9OG3M4aeFe2RrbRg2"&gt;https://bookself.app/ocbcW19B95e9OG3M4aeFe2RrbRg2&lt;/a&gt;&lt;br&gt;
&lt;a href="https://maker.rocks/theabbie"&gt;https://maker.rocks/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.vsual.co/profile/theabbie"&gt;https://www.vsual.co/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://qz.com/user/919561/"&gt;https://qz.com/user/919561/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.allmusic.com/profile/theabbie"&gt;https://www.allmusic.com/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://creativemarket.com/users/theabbie"&gt;https://creativemarket.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://refind.com/theabbie"&gt;https://refind.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.indiedb.com/members/theabbie"&gt;https://www.indiedb.com/members/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.webflow.io/"&gt;https://theabbie.webflow.io/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://webflow.com/theabbie"&gt;https://webflow.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://meadd.com/theabbie"&gt;https://meadd.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://stage32.com/profile/757242"&gt;https://stage32.com/profile/757242&lt;/a&gt;&lt;br&gt;
&lt;a href="https://crowdin.com/profile/theabbie"&gt;https://crowdin.com/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://clipicious.com/u/2691"&gt;https://clipicious.com/u/2691&lt;/a&gt;&lt;br&gt;
&lt;a href="https://aus.social/@theabbie"&gt;https://aus.social/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.fandom.com/"&gt;https://theabbie.fandom.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.reverbnation.com/theabbie"&gt;https://www.reverbnation.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://landr.me/theabbie.id.blockstack"&gt;https://landr.me/theabbie.id.blockstack&lt;/a&gt;&lt;br&gt;
&lt;a href="https://wikihow.com/User:Abhishek.C"&gt;https://wikihow.com/User:Abhishek.C&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.tvmaze.com/users/155923/theabbie"&gt;https://www.tvmaze.com/users/155923/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.fitbit.com/user/86TCZL"&gt;https://www.fitbit.com/user/86TCZL&lt;/a&gt;&lt;br&gt;
&lt;a href="https://conf.researchr.org/profile/abhishek"&gt;https://conf.researchr.org/profile/abhishek&lt;/a&gt;&lt;br&gt;
&lt;a href="https://teespring.com/stores/theabbie"&gt;https://teespring.com/stores/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://seenthis.net/people/theabbie"&gt;https://seenthis.net/people/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.historio.us/"&gt;https://theabbie.historio.us/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.plurk.com/theabbie"&gt;https://www.plurk.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://arc.dev/@theabbie"&gt;https://arc.dev/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.startus.cc/people/abhishek_chaudhary"&gt;https://www.startus.cc/people/abhishek_chaudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.blogtalkradio.com/theabbie"&gt;https://www.blogtalkradio.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.itch.io/"&gt;https://theabbie.itch.io/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.meritnation.com/student/abhishek.ab"&gt;https://www.meritnation.com/student/abhishek.ab&lt;/a&gt;&lt;br&gt;
&lt;a href="https://ifttt.com/p/theabbie"&gt;https://ifttt.com/p/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://en.gravatar.com/theabbiee"&gt;https://en.gravatar.com/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://biolinky.co/theabbie"&gt;https://biolinky.co/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.penname.me/@theabbie"&gt;https://www.penname.me/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://listography.com/theabbie"&gt;https://listography.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.iconfinder.com/user/theabbie"&gt;https://www.iconfinder.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://walletlist.me/@theabbie"&gt;https://walletlist.me/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://thenow.page/theabbie"&gt;https://thenow.page/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://byte.builders/theabbie"&gt;https://byte.builders/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://peepeth.com/theabbie"&gt;https://peepeth.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.vivaldi.net/"&gt;https://theabbie.vivaldi.net/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://smoothcomp.com/en/profile/357614"&gt;https://smoothcomp.com/en/profile/357614&lt;/a&gt;&lt;br&gt;
&lt;a href="https://linkpot.io/theabbie"&gt;https://linkpot.io/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.quora.com/profile/TheAbbie"&gt;https://www.quora.com/profile/TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://podhunt.app/@TheAbbiee"&gt;https://podhunt.app/@TheAbbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.postach.io/"&gt;https://theabbie.postach.io/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.wattpad.com/user/theabbiee"&gt;https://www.wattpad.com/user/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://tempostorm.com/user/theabbie"&gt;https://tempostorm.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://shows.acast.com/theabbie"&gt;https://shows.acast.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.openstreetmap.org/user/theabbie"&gt;https://www.openstreetmap.org/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://shipstreams.com/theabbie"&gt;https://shipstreams.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://bdo.to/u/8pttDx6jkj_0Xalh_Ck4y"&gt;https://bdo.to/u/8pttDx6jkj_0Xalh_Ck4y&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instamojo.com/@theabbie"&gt;https://www.instamojo.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instamojo.com/theabbie/"&gt;https://www.instamojo.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.nairaland.com/theabbie"&gt;https://www.nairaland.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://mewe.com/i/theabbie"&gt;https://mewe.com/i/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.myutr.com/profiles/1898179"&gt;https://www.myutr.com/profiles/1898179&lt;/a&gt;&lt;br&gt;
&lt;a href="https://flipboard.com/@TheAbbie"&gt;https://flipboard.com/@TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://showlist.io/@theabbie"&gt;https://showlist.io/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.strava.com/athletes/theabbie"&gt;https://www.strava.com/athletes/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dlive.tv/theabbie"&gt;https://dlive.tv/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://dribbble.com/theabbie"&gt;https://dribbble.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.curseforge.com/members/theabbiee"&gt;https://www.curseforge.com/members/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gumroad.com/theabbie"&gt;https://gumroad.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://stackoverflow.com/users/7946599/abhishek"&gt;https://stackoverflow.com/users/7946599/abhishek&lt;/a&gt;&lt;br&gt;
&lt;a href="https://elgg.org/profile/theabbie"&gt;https://elgg.org/profile/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://growth.org/users/9697941"&gt;https://growth.org/users/9697941&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.freecodecamp.org/theabbie"&gt;https://www.freecodecamp.org/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://tinyletter.com/theabbie"&gt;https://tinyletter.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://codepen.io/theabbie"&gt;https://codepen.io/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://muckrack.com/theabbie"&gt;https://muckrack.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.almaconnect.com/"&gt;https://theabbie.almaconnect.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.skillshare.com/user/theabbie"&gt;https://www.skillshare.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://hackernoon.com/@TheAbbie"&gt;https://hackernoon.com/@TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://in.answers.yahoo.com/activity/questions?show=KtTBxB9eaa"&gt;https://in.answers.yahoo.com/activity/questions?show=KtTBxB9eaa&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.photoblog.com/theabbie/"&gt;https://www.photoblog.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://speakerdeck.com/theabbie"&gt;https://speakerdeck.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.behance.net/theabbie"&gt;https://www.behance.net/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.alumni.net/profile/33347857"&gt;https://www.alumni.net/profile/33347857&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.tribe.so/"&gt;https://theabbie.tribe.so/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.setlist.fm/user/theabbie"&gt;https://www.setlist.fm/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://savee.it/theabbie/"&gt;https://savee.it/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.shadertoy.com/user/theabbie"&gt;https://www.shadertoy.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://careercup.com/user?id=5650986580836352"&gt;https://careercup.com/user?id=5650986580836352&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.proseful.com/"&gt;https://theabbie.proseful.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.stitcher.com/s?fid=508183&amp;amp;refid=stpr"&gt;https://www.stitcher.com/s?fid=508183&amp;amp;refid=stpr&lt;/a&gt;&lt;br&gt;
&lt;a href="https://tenor.com/users/theabbie"&gt;https://tenor.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.inprnt.com/profile/theabbie/"&gt;https://www.inprnt.com/profile/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.jiosaavn.com/u/a8a28bcad61e75971af4d7e83665ae71"&gt;https://www.jiosaavn.com/u/a8a28bcad61e75971af4d7e83665ae71&lt;/a&gt;&lt;br&gt;
&lt;a href="https://travis-ci.community/u/theabbie/"&gt;https://travis-ci.community/u/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://repl.it/@TheAbbie"&gt;https://repl.it/@TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://tiktok.com/@codrcrew"&gt;https://tiktok.com/@codrcrew&lt;/a&gt;&lt;br&gt;
&lt;a href="https://groover.co/en/band/profile/1-theabbie/"&gt;https://groover.co/en/band/profile/1-theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://stackshare.io/theabbie"&gt;https://stackshare.io/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sourcerer.io/theabbie"&gt;https://sourcerer.io/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gitconnected.com/theabbie"&gt;https://gitconnected.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://player.fm/theabbie"&gt;https://player.fm/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.ted.com/profiles/13537180"&gt;https://www.ted.com/profiles/13537180&lt;/a&gt;&lt;br&gt;
&lt;a href="http://unsorted.co/members/theabbie/"&gt;http://unsorted.co/members/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://betapage.co/user/theabbie"&gt;https://betapage.co/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.meetme.com/theabbie"&gt;https://www.meetme.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://betalist.com/@TheAbbiee"&gt;https://betalist.com/@TheAbbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.tagged.com/theabbie"&gt;http://www.tagged.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sourceforge.net/u/theabbie/profile/"&gt;https://sourceforge.net/u/theabbie/profile/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.deviantart.com/theabbiee"&gt;https://www.deviantart.com/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://castro.fm/podcast/ed8d5afa-0d65-42b8-83a2-2aa39d71096e"&gt;https://castro.fm/podcast/ed8d5afa-0d65-42b8-83a2-2aa39d71096e&lt;/a&gt;&lt;br&gt;
&lt;a href="http://ipinit.in/user/theabbie/"&gt;http://ipinit.in/user/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.goodreads.com/user/show/104443822-abhishek-choudhary"&gt;https://www.goodreads.com/user/show/104443822-abhishek-choudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="https://news.ycombinator.com/user?id=theabbie"&gt;https://news.ycombinator.com/user?id=theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://medium.com/@theabbie"&gt;https://medium.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.podchaser.com/users/theabbie"&gt;https://www.podchaser.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://open.spotify.com/user/31xdt4an4t2xgipjiq725bt3nmie"&gt;https://open.spotify.com/user/31xdt4an4t2xgipjiq725bt3nmie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://open.spotify.com/show/3SQTmYQttwPc6TBmoiEZrH?si=E37EwfIWQCCvxRt9lsWt1w&amp;amp;nd=1"&gt;https://open.spotify.com/show/3SQTmYQttwPc6TBmoiEZrH?si=E37EwfIWQCCvxRt9lsWt1w&amp;amp;nd=1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://open.spotify.com/playlist/36beyhNLNne6fciTmwiznA?si=eB7EcxyVQwiZGJyugOOb8A"&gt;https://open.spotify.com/playlist/36beyhNLNne6fciTmwiznA?si=eB7EcxyVQwiZGJyugOOb8A&lt;/a&gt;&lt;br&gt;
&lt;a href="http://uid.me/theabbie"&gt;http://uid.me/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.skyrock.mobi/"&gt;https://theabbie.skyrock.mobi/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://belletristica.com/en/users/5088-theabbie#works"&gt;https://belletristica.com/en/users/5088-theabbie#works&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.slack.com/"&gt;https://theabbie.slack.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instructables.com/member/theabbie/"&gt;https://www.instructables.com/member/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://imdb.com/user/ur96185357"&gt;https://imdb.com/user/ur96185357&lt;/a&gt;&lt;br&gt;
&lt;a href="https://m.imdb.com/name/nm11351503/?ref_=m_ttfcd_wr1"&gt;https://m.imdb.com/name/nm11351503/?ref_=m_ttfcd_wr1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.themoviedb.org/person/2554222-abhishek-chaudhary"&gt;https://www.themoviedb.org/person/2554222-abhishek-chaudhary&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.baaz.com/theabbie"&gt;https://www.baaz.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.yolasite.com/"&gt;https://theabbie.yolasite.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://manylink.co/@theabbie"&gt;https://manylink.co/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://able.bio/theabbie"&gt;https://able.bio/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="http://evrl.ink/theabbie"&gt;http://evrl.ink/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://qiita.com/theabbie"&gt;https://qiita.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.skillboxes.com/artist/profile/theabbie58"&gt;https://www.skillboxes.com/artist/profile/theabbie58&lt;/a&gt;&lt;br&gt;
&lt;a href="http://eskimi.com/theabbie"&gt;http://eskimi.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://devrant.com/users/theabbie"&gt;https://devrant.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://the-dots.com/users/abhishek-chaudhary-689829"&gt;https://the-dots.com/users/abhishek-chaudhary-689829&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.write.as/"&gt;https://theabbie.write.as/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.thethingsnetwork.org/u/theabbie"&gt;https://www.thethingsnetwork.org/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.kaggle.com/theabbie"&gt;https://www.kaggle.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.crunchbase.com/organization/theabbie"&gt;https://www.crunchbase.com/organization/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://codrcrew.tumblr.com/"&gt;https://codrcrew.tumblr.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://trello.com/theabbie"&gt;https://trello.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.uplabs.com/theabbie"&gt;https://www.uplabs.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://leanpub.com/u/theabbie"&gt;https://leanpub.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://ttlink.com/theabbie"&gt;https://ttlink.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://thenounproject.com/theabbie/"&gt;https://thenounproject.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://has.lv/profile/9463-theabbie/"&gt;https://has.lv/profile/9463-theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://castbox.fm/ch/2595735"&gt;https://castbox.fm/ch/2595735&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.plumfund.com/crowdfunding/theabbie"&gt;https://www.plumfund.com/crowdfunding/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.sounder.fm/show/theabbie"&gt;https://theabbie.sounder.fm/show/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.deviantart.com/theabbiee"&gt;https://www.deviantart.com/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://getpocket.com/@theabbie"&gt;https://getpocket.com/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://publons.com/researcher/3337025/theabbie/"&gt;https://publons.com/researcher/3337025/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.apsense.com/user/theabbie"&gt;http://www.apsense.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://mobcrush.com/c/theabbie"&gt;https://mobcrush.com/c/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://auth.geeksforgeeks.org/user/theabbie"&gt;https://auth.geeksforgeeks.org/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.exposure.co/"&gt;https://theabbie.exposure.co/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.slant.co/users/TheAbbie"&gt;https://www.slant.co/users/TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://adfty.biz/user/theabbie/"&gt;https://adfty.biz/user/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twilog.org/TheAbbiee"&gt;https://twilog.org/TheAbbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.sheepdognation.com/members/2977028"&gt;https://www.sheepdognation.com/members/2977028&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.tokendaily.co/user/theabbie"&gt;https://www.tokendaily.co/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.are.na/theabbie"&gt;https://www.are.na/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.ulule.com/theabbie"&gt;https://www.ulule.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gitconnected.com/v1/portfolio/theabbie"&gt;https://gitconnected.com/v1/portfolio/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://people.bayt.com/theabbie/"&gt;https://people.bayt.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.codeproject.com/Members/theabbie"&gt;https://www.codeproject.com/Members/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.last.fm/user/theabbie"&gt;https://www.last.fm/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.artstation.com/theabbie"&gt;https://www.artstation.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.artstation.com/"&gt;https://theabbie.artstation.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.fundsurfer.com/users/theabbie"&gt;https://www.fundsurfer.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://simkl.com/3222785/"&gt;https://simkl.com/3222785/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://weheartit.com/codrcrew"&gt;https://weheartit.com/codrcrew&lt;/a&gt;&lt;br&gt;
&lt;a href="https://pastebin.com/u/theabbie"&gt;https://pastebin.com/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://discourse.mozilla.org/u/theabbie/"&gt;https://discourse.mozilla.org/u/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.pexels.com/@abhishek-chaudhary-1373754"&gt;https://www.pexels.com/@abhishek-chaudhary-1373754&lt;/a&gt;&lt;br&gt;
&lt;a href="http://pictify.saatchigallery.com/user/theabbie"&gt;http://pictify.saatchigallery.com/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://discuss.bootstrapped.fm/u/theabbie/"&gt;https://discuss.bootstrapped.fm/u/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://draft.blogger.com/profile/10118759004451492133"&gt;https://draft.blogger.com/profile/10118759004451492133&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.flickr.com/people/theabbiee/"&gt;https://www.flickr.com/people/theabbiee/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.f6s.com/theabbie"&gt;https://www.f6s.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.habbo.com/profile/theabbie_"&gt;https://www.habbo.com/profile/theabbie_&lt;/a&gt;&lt;br&gt;
&lt;a href="https://codeforces.com/profile/TheAbbie"&gt;https://codeforces.com/profile/TheAbbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://beamstart.com/profile/297013/Abhishek_Chaudhary/r/297013"&gt;https://beamstart.com/profile/297013/Abhishek_Chaudhary/r/297013&lt;/a&gt;&lt;br&gt;
&lt;a href="https://audius.co/theabbiee"&gt;https://audius.co/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://posteezy.com/users/theabbie"&gt;https://posteezy.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.jamendo.com/user/7505658/theabbie"&gt;https://www.jamendo.com/user/7505658/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://mixer.com/theabbie/mobile"&gt;https://mixer.com/theabbie/mobile&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.linkmarker.ru/theabbie/"&gt;http://www.linkmarker.ru/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://experiment.com/users/theabbie"&gt;https://experiment.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://wefunder.com/theabbie"&gt;https://wefunder.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://spectrum.chat/users/theabbie"&gt;https://spectrum.chat/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://foursquare.com/theabbiee"&gt;https://foursquare.com/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.topcoder.com/members/theabbie/"&gt;https://www.topcoder.com/members/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.senscritique.com/theabbie"&gt;https://www.senscritique.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sidebar.io/users/abhishek-1"&gt;https://sidebar.io/users/abhishek-1&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.codechef.com/users/theabbie"&gt;https://www.codechef.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.fiverr.com/theabbie"&gt;https://www.fiverr.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://my.indeed.com/p/abhishekc-189l19c/profile"&gt;https://my.indeed.com/p/abhishekc-189l19c/profile&lt;/a&gt;&lt;br&gt;
&lt;a href="https://en.m.wikipedia.org/wiki/User:Theabbie"&gt;https://en.m.wikipedia.org/wiki/User:Theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://galactictalk.org/u/theabbie"&gt;https://galactictalk.org/u/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://medium.com/feed/@theabbie"&gt;https://medium.com/feed/@theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.givey.com/theabbie"&gt;https://www.givey.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://launchpad.net/%7Etheabbie"&gt;https://launchpad.net/~theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instapaper.com/p/theabbie"&gt;https://www.instapaper.com/p/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://pca.st/8174uwoh"&gt;https://pca.st/8174uwoh&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.breaker.audio/u/codrcrew"&gt;https://www.breaker.audio/u/codrcrew&lt;/a&gt;&lt;br&gt;
&lt;a href="https://gitcoin.co/theabbie"&gt;https://gitcoin.co/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.notepin.co/"&gt;https://theabbie.notepin.co/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.slideshare.net/abhishekchaudhary310"&gt;https://www.slideshare.net/abhishekchaudhary310&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitch.tv/theabbiee"&gt;https://twitch.tv/theabbiee&lt;/a&gt;&lt;br&gt;
&lt;a href="https://lottiefiles.com/theabbie"&gt;https://lottiefiles.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sharesome.com/theabbie/"&gt;https://sharesome.com/theabbie/&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.good-tutorials.com/users/theabbie"&gt;http://www.good-tutorials.com/users/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.interpals.net/theabbie"&gt;https://www.interpals.net/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.musixmatch.com/profile/3vUCAER30AbEg5-4obUnLECipgqEXydjufR3Hm72RZGsN2qrUlt620K-OPmPiQuIJfFpsumVa4ZO-vqWhfd-HsHLb3DyDojRnxJDji9i1B7RVV98hkZ-qhj0fsCrIv4hssCdEMb1G-J57r1zb3cGcZyN_TE"&gt;https://www.musixmatch.com/profile/3vUCAER30AbEg5-4obUnLECipgqEXydjufR3Hm72RZGsN2qrUlt620K-OPmPiQuIJfFpsumVa4ZO-vqWhfd-HsHLb3DyDojRnxJDji9i1B7RVV98hkZ-qhj0fsCrIv4hssCdEMb1G-J57r1zb3cGcZyN_TE&lt;/a&gt;&lt;br&gt;
&lt;a href="https://theabbie.soup.io/"&gt;https://theabbie.soup.io/&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.plerb.com/theabbie"&gt;http://www.plerb.com/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://roosterteeth.com/g/user/theabbie"&gt;https://roosterteeth.com/g/user/theabbie&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.airbnb.co.in/users/show/326445894"&gt;https://www.airbnb.co.in/users/show/326445894&lt;/a&gt;&lt;br&gt;
&lt;a href="https://stackoverflow.com/story/theabbie"&gt;https://stackoverflow.com/story/theabbie&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Don't click me</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Thu, 30 Jan 2020 14:15:19 +0000</pubDate>
      <link>https://dev.to/codrcrew/don-t-click-me-190j</link>
      <guid>https://dev.to/codrcrew/don-t-click-me-190j</guid>
      <description>&lt;p&gt;If you are reading this, most probably you clicked some link saying Don't click me, and most probably you clicked it.&lt;/p&gt;

&lt;p&gt;Am I judging you?&lt;br&gt;
Not at all&lt;/p&gt;

&lt;p&gt;There are mistakes we all do in life, they are forgivable, but this is not&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Please don't click on clickbaits in future&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Perks of being introvert</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Sat, 25 Jan 2020 05:11:20 +0000</pubDate>
      <link>https://dev.to/codrcrew/perks-of-being-introvert-2dk</link>
      <guid>https://dev.to/codrcrew/perks-of-being-introvert-2dk</guid>
      <description>&lt;p&gt;I am an introvert&lt;br&gt;
I don't feel like socializing anymore&lt;br&gt;
I have friends but I prefer being alone&lt;br&gt;
I fo talk but not talking makes me feel comfortable&lt;br&gt;
Is it good?&lt;br&gt;
Depends, You can't live alone forever&lt;br&gt;
You need people to survive&lt;br&gt;
Then, Why are some people introvert?&lt;/p&gt;

&lt;p&gt;THINK ABOUT IT&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Who Are We?</title>
      <dc:creator>Abhishek Chaudhary</dc:creator>
      <pubDate>Sat, 25 Jan 2020 04:05:19 +0000</pubDate>
      <link>https://dev.to/codrcrew/who-are-we-1421</link>
      <guid>https://dev.to/codrcrew/who-are-we-1421</guid>
      <description>&lt;p&gt;We are just a bunch of atoms with some sense of our surroundings which we call intelligence, still feeling amazing?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
