<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Microservices on Experiment, Fail, Learn, Repeat</title>
    <link>https://www.hairizuan.com/tags/microservices/</link>
    <description>Recent content in Microservices on Experiment, Fail, Learn, Repeat</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2026 Hairizuan Noorazman</copyright>
    <lastBuildDate>Mon, 08 Jan 2024 17:00:55 +0800</lastBuildDate><atom:link href="https://www.hairizuan.com/tags/microservices/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Nginx as API Gateway - focusing on auth_request directive</title>
      <link>https://www.hairizuan.com/nginx-as-api-gateway-focusing-on-auth_request-directive/</link>
      <pubDate>Wed, 01 Nov 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/nginx-as-api-gateway-focusing-on-auth_request-directive/</guid>
      <description>&lt;p&gt;On virtual machine&#xA;How to &amp;ldquo;protect&amp;rdquo; api requests&#xA;&lt;a href=&#34;https://www.nginx.com/blog/deploying-nginx-plus-as-an-api-gateway-part-1/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;https://www.nginx.com/blog/deploying-nginx-plus-as-an-api-gateway-part-1/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Mostly is the &lt;code&gt;auth_request&lt;/code&gt; directive&lt;/p&gt;&#xA;&lt;p&gt;Microservices are a software architectural style that structures an application as a collection of loosely coupled, independently deployable services. Each service in a microservices architecture represents a specific business capability and communicates with other services through well-defined APIs (Application Programming Interfaces). These services are designed to be small, focused, and can be developed, deployed, and scaled independently. Its a somewhat common architectural pattern that many companies go to when it comes to scaling out their development teams to build out their product.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>System Design Notes</title>
      <link>https://www.hairizuan.com/system-design-notes/</link>
      <pubDate>Wed, 18 Oct 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/system-design-notes/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;General framework for system design interviews&#xA;    &lt;div id=&#34;general-framework-for-system-design-interviews&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#general-framework-for-system-design-interviews&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;From the following website: &lt;a href=&#34;https://www.youtube.com/watch?v=i7twT3x5yv8&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;https://www.youtube.com/watch?v=i7twT3x5yv8&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Specify Requirements&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Design High Level Functional Components&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Python Flask Apps in Kubernetes</title>
      <link>https://www.hairizuan.com/python-flask-apps-in-kubernetes/</link>
      <pubDate>Sun, 18 Apr 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/python-flask-apps-in-kubernetes/</guid>
      <description>&lt;p&gt;This are some notes in the case where one wants to deploy a bunch of python &amp;ldquo;microservices&amp;rdquo; to a Google Kubernetes Engine cluster. These notes emphasize on the basics rather than the various nuances of running a &amp;ldquo;production&amp;rdquo; grade python application.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Tips on Microservices</title>
      <link>https://www.hairizuan.com/tips-on-microservices/</link>
      <pubDate>Fri, 10 Feb 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.hairizuan.com/tips-on-microservices/</guid>
      <description>&lt;p&gt;Setting up microservices is really quite hard. Its not just about the technology but it involves culture and habits that the team have in order to have the discipline and also the ease in order to create services that would scale well. One would have to kind of switch the thinking behind all the best practices and theory.&#xA;I kind of summarized some points that are found interesting about how some of the companies deal with and manage microservices.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
