<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Website on Amir Pourmand</title>
    <link>https://amirpourmand.ir/tags/website/</link>
    <description>Recent content in Website on Amir Pourmand</description>
    <image>
      <title>Amir Pourmand</title>
      <url>https://amirpourmand.ir/opengraph/opengraph.png</url>
      <link>https://amirpourmand.ir/opengraph/opengraph.png</link>
    </image>
    <generator>Hugo -- 0.148.2</generator>
    <language>en</language>
    <copyright>All content on this site is licensed under a CC-BY-4.0 license.</copyright>
    <lastBuildDate>Fri, 28 Jun 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://amirpourmand.ir/tags/website/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Automatically Send Azure Alerts into Slack Channels</title>
      <link>https://amirpourmand.ir/posts/2024/azure-slack-integration/</link>
      <pubDate>Fri, 28 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://amirpourmand.ir/posts/2024/azure-slack-integration/</guid>
      <description>&lt;p&gt;Recently, I wanted to have an easy way to send azure &lt;code&gt;Application Insights&lt;/code&gt; notifications into Slack.&lt;/p&gt;
&lt;p&gt;Actually I am writing this tutorial two month after setting up this workflow and I hope I don&amp;rsquo;t forget anything. This method has been working pretty good in the last couple of months.&lt;/p&gt;
&lt;p&gt;Note that this is mostly free and I am just using Azure Services (App Logic and Applications Insights) and &lt;a href=&#34;https://api.slack.com/messaging/webhooks&#34;&gt;Slack Incoming Webhook&lt;/a&gt; app (which is free).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Browser Extensions I use</title>
      <link>https://amirpourmand.ir/posts/2024/browser-extensions-i-use/</link>
      <pubDate>Tue, 12 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://amirpourmand.ir/posts/2024/browser-extensions-i-use/</guid>
      <description>&lt;p&gt;Here are some most important chrome extensions I use almost on a daily basis. All of them can be installed on chromium browsers. But, they may not be available on Firefox or other browsers.&lt;/p&gt;
&lt;h2 id=&#34;bitwarden&#34;&gt;&lt;a href=&#34;https://bitwarden.com/&#34;&gt;Bitwarden&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://bitwarden.com/&#34;&gt;Bitwarden&lt;/a&gt; is the first thing I install on every browser. It saves all my passwords on all my devices. I rather not depend on Google to save my passwords since It limits my options to just use same-old Chrome.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Host your static website on Netlify and Use Cloudflare CDN</title>
      <link>https://amirpourmand.ir/posts/2023/host-netlify-cdn-cloudflare/</link>
      <pubDate>Wed, 09 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://amirpourmand.ir/posts/2023/host-netlify-cdn-cloudflare/</guid>
      <description>&lt;p&gt;I host my hugo website on Netlify but since Netlify services are limited in my country, I have to use cloudflare CDN. Here&amp;rsquo;s how I do it.&lt;/p&gt;
&lt;h2 id=&#34;step-1&#34;&gt;Step 1&lt;/h2&gt;
&lt;p&gt;Configure your website on Netlify like normal.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://amirpourmand.ir/posts/2023/host-netlify-cdn-cloudflare/netlify-settings.webp&#34;&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;https://amirpourmand.ir/posts/2023/host-netlify-cdn-cloudflare/netlify-dns.webp&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;step-2&#34;&gt;Step 2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Go to &lt;a href=&#34;https://dash.cloudflare.com/&#34;&gt;Cloudflare Dashboard| Web Performance &amp;amp; Security&lt;/a&gt; and Login.&lt;/li&gt;
&lt;li&gt;Then Click on &lt;strong&gt;Add a site&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;You can then enter your domain name.&lt;/li&gt;
&lt;li&gt;Choose &lt;strong&gt;Free&lt;/strong&gt; Plan&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://amirpourmand.ir/posts/2023/host-netlify-cdn-cloudflare/add-url-to-cloudflare.webp&#34;&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Review your DNS records and just press Continue! This will appear only one-time. It will determine addresses that you are currently using for your website and add them to DNS Records.
&lt;img loading=&#34;lazy&#34; src=&#34;https://amirpourmand.ir/posts/2023/host-netlify-cdn-cloudflare/review-dns-records.webp&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://amirpourmand.ir/posts/2023/host-netlify-cdn-cloudflare/dns-records.webp&#34;&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;step-3&#34;&gt;Step 3&lt;/h2&gt;
&lt;p&gt;You should now change your DNS nameservers to what Cloudflare recommends.
&lt;img loading=&#34;lazy&#34; src=&#34;https://amirpourmand.ir/posts/2023/host-netlify-cdn-cloudflare/update-nameservers.webp&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Guide to setup your own jekyll website (al-folio Theme)</title>
      <link>https://amirpourmand.ir/posts/2022/al-folio-jekyll-website/</link>
      <pubDate>Tue, 08 Nov 2022 00:25:00 +0000</pubDate>
      <guid>https://amirpourmand.ir/posts/2022/al-folio-jekyll-website/</guid>
      <description>How to build your own website and host it online for free</description>
    </item>
    <item>
      <title>Most Useful Sites and tools (All Online)</title>
      <link>https://amirpourmand.ir/posts/2021/useful-sites/</link>
      <pubDate>Fri, 17 Sep 2021 23:00:00 +0000</pubDate>
      <guid>https://amirpourmand.ir/posts/2021/useful-sites/</guid>
      <description>Here is a list of websites that I think are great.</description>
    </item>
  </channel>
</rss>
