<?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>Blog on joj0hq.com</title>
    <link>https://joj0hq.com/en/posts/</link>
    <description>Recent content in Blog on joj0hq.com</description>
    <image>
      <title>joj0hq.com</title>
      <url>https://joj0hq.com/images/og-default.png</url>
      <link>https://joj0hq.com/images/og-default.png</link>
    </image>
    <generator>Hugo -- 0.152.2</generator>
    <language>en</language>
    <lastBuildDate>Tue, 17 Dec 2024 00:00:00 +0900</lastBuildDate>
    <atom:link href="https://joj0hq.com/en/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Reflecting on Two Years as an Engineer at 10X</title>
      <link>https://joj0hq.com/en/posts/10x-engineer-journey-2nd-year/</link>
      <pubDate>Tue, 17 Dec 2024 00:00:00 +0900</pubDate>
      <guid>https://joj0hq.com/en/posts/10x-engineer-journey-2nd-year/</guid>
      <description>Reflecting on my two years as an engineer at 10X - what I&amp;#39;ve done and what I&amp;#39;ve been thinking.</description>
    </item>
    <item>
      <title>I Joined 10X, and Then 4 Months Later...</title>
      <link>https://joj0hq.com/en/posts/join-10x/</link>
      <pubDate>Mon, 19 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://joj0hq.com/en/posts/join-10x/</guid>
      <description>I joined 10X in February 2023. Here I&amp;#39;ll talk about what led to that and the reality after 4 months.</description>
    </item>
    <item>
      <title>[DDD] Expressing Domain Knowledge Through Models Using Golang</title>
      <link>https://joj0hq.com/en/posts/ddd-using-golang/</link>
      <pubDate>Sun, 05 Dec 2021 00:00:00 +0000</pubDate>
      <guid>https://joj0hq.com/en/posts/ddd-using-golang/</guid>
      <description>[DDD] Expressing Domain Knowledge Through Models Using Golang</description>
    </item>
    <item>
      <title>[Introduction] Understanding the Redux State Management System</title>
      <link>https://joj0hq.com/en/posts/redux-system/</link>
      <pubDate>Sun, 21 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://joj0hq.com/en/posts/redux-system/</guid>
      <description>[Introduction] Understanding the Redux State Management System</description>
    </item>
    <item>
      <title>Home Hacking for Houseplants: Automating Temperature Management</title>
      <link>https://joj0hq.com/en/posts/watch-temperature/</link>
      <pubDate>Sun, 21 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://joj0hq.com/en/posts/watch-temperature/</guid>
      <description>Home Hacking for Houseplants: Automating Temperature Management</description>
    </item>
    <item>
      <title>[Implement in 10 minutes!] Create a Static Website with Hugo and Firebase</title>
      <link>https://joj0hq.com/en/posts/create-hugo-blog-in-firebase/</link>
      <pubDate>Sun, 10 Nov 2019 00:00:00 +0000</pubDate>
      <guid>https://joj0hq.com/en/posts/create-hugo-blog-in-firebase/</guid>
      <description>This time, we&amp;#39;ll create a static site using Firebase and Hugo for quick implementation.</description>
    </item>
    <item>
      <title>Session Management Vulnerabilities</title>
      <link>https://joj0hq.com/en/posts/session-manager/</link>
      <pubDate>Tue, 16 Jul 2019 00:00:00 +0000</pubDate>
      <guid>https://joj0hq.com/en/posts/session-manager/</guid>
      <description>About Session Management Vulnerabilities</description>
    </item>
    <item>
      <title>[AWS Introduction] Automate VPC&#43;EC2 Construction with Terraform</title>
      <link>https://joj0hq.com/en/posts/terraform-beginner/</link>
      <pubDate>Mon, 15 Jul 2019 00:00:00 +0000</pubDate>
      <guid>https://joj0hq.com/en/posts/terraform-beginner/</guid>
      <description>&lt;h2 id=&#34;simple-infrastructure-design-well-create-this-time&#34;&gt;Simple Infrastructure Design We&amp;rsquo;ll Create This Time&lt;/h2&gt;
&lt;p&gt;When constructing infrastructure on AWS, clicking through the console from the browser every time often resulted in missing or incorrect settings in security groups and route tables, which was troublesome.&lt;/p&gt;
&lt;p&gt;Therefore, this time we&amp;rsquo;ll use a tool called &lt;strong&gt;Terraform&lt;/strong&gt; that builds the infrastructure environment just by writing and executing code, automating the construction.&lt;/p&gt;
&lt;p&gt;First, let&amp;rsquo;s look at the completed diagram.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://joj0hq.com/images/2019/07/terraform1.png&#34; alt=&#34;terraform&#34; width=&#34;1024&#34; height=&#34;653&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;
&lt;/p&gt;
&lt;p&gt;Like this, we&amp;rsquo;ll create the &lt;strong&gt;simplest design possible&lt;/strong&gt; with just EC2 on VPC.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Beginner Must-Read] HTTP Basics - Technology Supporting the Web Explained in 5 Minutes</title>
      <link>https://joj0hq.com/en/posts/what-is-http/</link>
      <pubDate>Mon, 15 Jul 2019 00:00:00 +0000</pubDate>
      <guid>https://joj0hq.com/en/posts/what-is-http/</guid>
      <description>&lt;h3 id=&#34;http-basics&#34;&gt;HTTP Basics&lt;/h3&gt;
&lt;p&gt;What is HTTP? You probably only have the impression of it being at the beginning of URLs like http://…..com, right?&lt;/p&gt;
&lt;p&gt;If we search for HTTP on Wikipedia:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hypertext Transfer Protocol (HTTP) is a communication protocol used for sending and receiving content such as HTML. It is mainly used for transfer between web browsers and web servers on the World Wide Web. In Japanese standard specifications, it is also called hypertext transfer protocol.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
