<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Korakod Prateep Na Tharang on Medium]]></title>
        <description><![CDATA[Stories by Korakod Prateep Na Tharang on Medium]]></description>
        <link>https://medium.com/@korakod-story?source=rss-17bc4bf57d04------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/0*q7W_-Cqy0sSXwgCe</url>
            <title>Stories by Korakod Prateep Na Tharang on Medium</title>
            <link>https://medium.com/@korakod-story?source=rss-17bc4bf57d04------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sat, 09 May 2026 19:19:15 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@korakod-story/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Set Agnoster them]]></title>
            <link>https://korakod-story.medium.com/set-agnoster-them-79f3124cfdb3?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/79f3124cfdb3</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Fri, 29 Oct 2021 15:11:42 GMT</pubDate>
            <atom:updated>2021-10-29T15:11:42.584Z</atom:updated>
            <content:encoded><![CDATA[<h3>Theme #11: Agnoster</h3><p>To use the agnoster theme you have to install some fonts. Otherwise you will see some question marks where symbols are supposed to go. Here are the steps to install:</p><ol><li>git clone <a href="https://github.com/powerline/fonts">https://github.com/powerline/fonts</a></li><li>cd fonts</li><li>./install.sh</li><li>Open iTerm2-&gt;Preferences-&gt;Profiles-&gt;Change Font-&gt; 12pt Meslo LG S DZ Regular for Powerline</li></ol><pre>ZSH_THEME=&quot;agnoster&quot;</pre><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=79f3124cfdb3" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Docker-Jenkins-Agent]]></title>
            <link>https://korakod-story.medium.com/docker-jenkins-agent-222712d5f534?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/222712d5f534</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Tue, 13 Apr 2021 09:35:34 GMT</pubDate>
            <atom:updated>2021-04-13T09:35:34.629Z</atom:updated>
            <content:encoded><![CDATA[<p>Create folder on my laptop to be a volumn mapping</p><p>Go to users directory of Mac then</p><pre>&gt;mkdir jenkins</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/522/1*mdR0oEfC9WzbcEXosMfZyQ.png" /></figure><p>Start docker desktop , then open terminal</p><p>run command below</p><pre>docker run -p 8080:8080 -p 50000:50000 -v &quot;$PWD/jenkins:/var/jenkins_home&quot; jenkins/jenkins:lts</pre><p>After pull jenkins finish , open browser then nevigate to below</p><pre>http://localhost:8080</pre><p>then install all plugin</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*zcCSS_Nx0RKFmAimGQ4pPQ.png" /></figure><p>go to manage jenkins | Manage node and Clouds</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*tNj87g_60pqdnGwMOOsrZw.png" /></figure><p>click on New node and config follow below</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*EV7xYNvNCXCkDcvrCCynQQ.png" /></figure><p>You will see DOCKER1 below</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Ol5tpjOvkXEic2wLNo_--A.png" /></figure><p>Click on Docker1</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*WfOVJ2SIruI58XZ8M3-zng.png" /></figure><p>then click on Agent.jar then save to Download Folder</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/943/1*0PH_egBdsS41MCJ60pIQ8w.png" /></figure><p>click on Lunch button and save it to download folder too.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/943/1*DgnbS3cVEhox_9RI8D85eQ.png" /></figure><p>Then copy command</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/943/1*_z7RUW02Sp2OAAU5T2jVnw.png" /></figure><p>then open terminal and neviagate to Download folder and Path command as below</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/705/1*ZVDSI8ACLx4WdFxINmKPig.png" /></figure><p>Agent should conneted success as below.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/705/1*iOUrpAw5jh64WjtLtPTmWA.png" /></figure><p>back to Jenkins and refresh it</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*UUXm-iYNWxG-wu6qU03f5g.png" /></figure><p>back to list and click on Master</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*bz7UDbmakxr54jAq_uCP7A.png" /></figure><p>Click configure then set # of executors to 0</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*6frXbuBg9BngzFJ8JGz9CA.png" /></figure><p>save and return to main jenkins Dashboard and create new Item to test project as you want. Jenkins will build project as your computer can do.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*I0qyP5FXAZpmz0scXM_P_Q.png" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=222712d5f534" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Docker — Command ที่ใช้บ่อย]]></title>
            <link>https://korakod-story.medium.com/docker-command-%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B9%83%E0%B8%8A%E0%B9%89%E0%B8%9A%E0%B9%88%E0%B8%AD%E0%B8%A2-2e754756ba1b?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/2e754756ba1b</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Mon, 12 Apr 2021 03:35:12 GMT</pubDate>
            <atom:updated>2021-04-12T03:35:12.397Z</atom:updated>
            <content:encoded><![CDATA[<h3>Docker — Command ที่ใช้บ่อย</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/719/1*fp6XKiVis-iGH1-zVF5Xig.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/475/1*dQH75WRvgw2BL_-_u4HlLA.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/692/1*DILWq7jKQmM0cD7eWWwYUQ.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/706/1*U-tpQX_NLS34SMvZkNaWsA.png" /></figure><pre><strong>Docker Network Usage: </strong></pre><pre>&gt;docker network create name <br>&gt;docker run --network=name nginx <br>&gt;docker run --network=name ubuntu</pre><h3>Basic Linux commands</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/443/1*zajaCK7EbAbCAi0ECGSGRw.png" /></figure><h3>Port Mapping</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/720/1*1qcs3XefU6ILsHwByV7oiQ.png" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=2e754756ba1b" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Config Jekins to run Robot Framework]]></title>
            <link>https://korakod-story.medium.com/config-jekins-to-run-robot-framework-d39ed0b2def7?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/d39ed0b2def7</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Sat, 13 Mar 2021 09:27:26 GMT</pubDate>
            <atom:updated>2021-03-13T09:27:26.395Z</atom:updated>
            <content:encoded><![CDATA[<p>Step by step :</p><p>Start Docker</p><p>Start Jenkins container</p><p>Nevigate URL to Jenkins</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/535/1*Pj7c6zk6bRxnTDmnV85Vyg.png" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d39ed0b2def7" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Nodejs on Mac]]></title>
            <link>https://korakod-story.medium.com/nodejs-on-mac-4bc5053c0401?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/4bc5053c0401</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Sat, 13 Mar 2021 09:27:11 GMT</pubDate>
            <atom:updated>2021-03-13T09:27:11.097Z</atom:updated>
            <content:encoded><![CDATA[<p>Step into NodeJS</p><p>Install Node it easy to install by go to Nodejs website then download and install it</p><p>Check node version :</p><pre>$ node --version</pre><p>Check npm version :</p><pre>$ npm --version</pre><p>Initial project by :</p><pre>$ npm init</pre><p>Install uuid dependencies :</p><pre>$ npm install uuid</pre><p>“nodemon” is program use to auto-update and restart every time that we save the code and we can install it by follow command below.</p><pre>$ npm install -D nodemon</pre><p>We can delete “node_modules” out from project before deploy to host and If download project we need to run “npm install” to install all dependencies back</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4bc5053c0401" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Cypress — first time.]]></title>
            <link>https://korakod-story.medium.com/cypress-first-time-4a09e8699c0?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/4a09e8699c0</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Sat, 13 Mar 2021 09:26:41 GMT</pubDate>
            <atom:updated>2021-05-26T02:13:55.214Z</atom:updated>
            <content:encoded><![CDATA[<h3>Cypress — first time.</h3><p>Create project.</p><p>Example when create Cypress automation for Web “<a href="https://automationteststore.com/">https://automationteststore.com/</a>”</p><pre>&gt;npm init<br>...Initial project detail....</pre><pre>&gt;npm install cypress --save-dev</pre><pre>&gt;npm cypress open<br>...Initial cypress structure</pre><pre>-&quot;cypress/integration&quot; delete &quot;example&quot; folder</pre><pre>-&quot;cypress/integration&quot; create folder &quot;automation-test-store&quot;</pre><pre>-&quot;cypress/integration&quot; create file &quot;login.js&quot;</pre><p>Code Structure</p><pre>/// &lt;reference types=&quot;Cypress&quot; /&gt;</pre><pre>describe(&quot;Test login via web AutomationTestStore&quot;, () =&gt; {</pre><pre>   it(&quot;Should be able to sign up&quot;, () =&gt; {</pre><pre>      //cypress code</pre><pre>   });</pre><pre>});</pre><p>Diable XHR Log</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/836/1*sgZPaN-Wvkz8suXTLEbXLA.png" /></figure><p>Cypress X-Path</p><p><a href="https://www.npmjs.com/package/cypress-xpath">cypress-xpath</a></p><pre>&gt;npm install -D cypress-xpath</pre><p>Random string for user and password</p><pre>let randomString = Math.random().toString(36).substring(2);</pre><pre>const email = &quot;auto_&quot; + randomString + randomString + &quot;@gmail.com&quot;;</pre><pre>const password = &quot;Password1&quot;;</pre><pre>// const securityAnswer = &quot;Hello world&quot;;</pre><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=4a09e8699c0" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Git and Cypress script work flow]]></title>
            <link>https://korakod-story.medium.com/git-and-cypress-script-work-flow-bb87ed6ddaaa?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/bb87ed6ddaaa</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Sat, 13 Mar 2021 09:25:14 GMT</pubDate>
            <atom:updated>2021-03-13T09:26:14.141Z</atom:updated>
            <content:encoded><![CDATA[<p>Github work flow</p><ol><li>Create folder “Cypress-Git-Workflow” on desktop</li><li>Open VSCode and new terminal</li><li>Initial Git local repo</li></ol><pre>&gt; git init</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*cDSHJzRA7AKw6s7sk3v_Fw.png" /></figure><p>4. Create file “.gitignore” then type ignore file</p><pre>**/*.log<br>node_modules<br>tmp<br>lib<br>.DS_Store<br>.idea<br>db.json</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*a_-w0XdgaCDb4_FcQX8AJQ.png" /></figure><p>5. Add all file to local repo</p><pre>&gt;git add .<br>&gt;git commit -m &quot;create .gitignore&quot;</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*eJ7A3o8PnK4vfvfmzc715g.png" /></figure><p>6. Go to Github site, then create new repo for it.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/982/1*5vfiD3nNON2t2ee-80_12Q.png" /></figure><p>7. Click on “Create respository” button then shown below , You can now copy command in section “…or push an existing repository from the command line”. then pass to VSCode project</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*WL-PUJJ6Wj1UCShZj-_vQw.png" /></figure><p>Below pass command to VScode for push local repo to Main repo <strong>( You may need to edit Main to “Master” branch in this step. )</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/792/1*o02Pt4vTyUDTbX9kL_6s3A.png" /></figure><p>8. Switch back to Github site and check the repo that just push file is update correctly.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*TzDezGu0x1c7QvXqfQX8sw.png" /></figure><p>9. Create new branch for new test or new feature by Go to VSCode and click on Main/Master branch</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*H1Q9OIUbzblmz6f7jSugzA.png" /></figure><p>I type dev and enter then show dev branch like this</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ZyUjy1d5a7UXEXJHZXrohg.png" /></figure><p>Create new file for dev branch</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/811/1*1d8Of96zT5B_yQztUZEO7A.png" /></figure><p>Update dev branch by click on source control and type comment</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/811/1*gnduY_sdY5X4FIe2zFXDYg.png" /></figure><p>then command+Enter to commit file ( but not push to Github )</p><p>now we need to push to Github by click on … then click on push</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/811/1*Dk-lX4qcZjDVfvkuw8MpiA.png" /></figure><p>switch to github site , you will found below section. then click on compare &amp; pull request.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*v4wSZpWWNtU_V3lzL-EBuA.png" /></figure><p>Then Type Subject for pull request then cllick on “Create Pull request”</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*MlIvFJDMmK_0IQob5JfNaA.png" /></figure><p>New file ready to merge to<strong> main/master</strong> branch by click on “Merge pull request” below</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*oKn4JtkSqsLtC_Atl39t3A.png" /></figure><p>After merge to main/master branch you will check master branch and found new file as below.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/950/1*zwA1SUJ-esk82j0YEjD5Ng.png" /></figure><p>When you want to create another job on this project you must pull lastest code from master to VScode first ( see step below )</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/774/1*grGcWmFedVS5GlVhHiwmrQ.png" /></figure><p>then fetch latest code from github site to local repo</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/774/1*xrdBF751kWjPB3QwxML76g.png" /></figure><p>After that you will need to create new branch before work like step 9. again.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=bb87ed6ddaaa" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Example-UIAutomatorviewer on mac]]></title>
            <link>https://korakod-story.medium.com/example-uiautomatorviewer-on-mac-81af41c81feb?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/81af41c81feb</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Sat, 12 Dec 2020 14:32:08 GMT</pubDate>
            <atom:updated>2020-12-12T14:32:08.358Z</atom:updated>
            <content:encoded><![CDATA[<p>Step 1. open terminal check current JAVA version</p><pre>java -version</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/627/1*JWqpGbieWrycH9zW_5gx9g.png" /></figure><p>Step 2. change version of Java 14 to Java 8 ( 1.8.0_231 )</p><pre>source ~/.profile</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/626/1*e9vEWXBJ8gjoQXzqqBIzzg.png" /></figure><p>Step 3. Navigate to UIAutomatorvierwer directory</p><pre>cd ~/Library/Android/sdk/tools/bin/</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/753/1*cXe7Vi1lXTrn84Qip4Gvxw.png" /></figure><p>One thing need to do first before run UIAutomatorviewer is <strong>run virtual device like this</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*b6FZ1_aWP0Q4MXdlinm4AQ.png" /></figure><ul><li>** If error when you try step 3 , please restart virtual device and try again.</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=81af41c81feb" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[UIautomatorviewer need Java 1.8.0_231 only !!]]></title>
            <link>https://korakod-story.medium.com/uiautomatorviewer-need-java-1-8-0-231-only-20170a6a2d61?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/20170a6a2d61</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Sat, 12 Dec 2020 14:03:52 GMT</pubDate>
            <atom:updated>2020-12-12T14:03:52.586Z</atom:updated>
            <content:encoded><![CDATA[<h3>UIautomatorviewer need Java 1.8.0_231 only !!</h3><p>When you run UIautomatorviewer on mac It need specific JAVA version 1.8.0_231</p><p><strong>Step to revert to a prior version of JAVA</strong></p><pre>To uninstall Java from a Mac, you will remove one directory and one file, as follows:</pre><pre>1. Click on the Finder icon located in your dock</pre><pre>2. Click on the Utilities folder</pre><pre>3. Double-click on the Terminal icon</pre><pre>4. In the Terminal window Copy and Paste the following command:</pre><pre><strong>sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin</strong></pre><pre>5. Press enter. You may be prompted to enter your computer password before continuing.</pre><pre>6. Next, Copy and Paste the command below and press enter:</pre><pre><strong>sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefpane</strong></pre><pre>Note: Do not attempt to uninstall Java by removing the Java tools from /usr/bin. This directory is part of the system software and any changes will be reset by Apple the next time you perform an update of the OS.</pre><p>Then download JAVA 1.8.0_231 from below</p><pre><a href="https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html">https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html</a></pre><p>After that install It.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/596/1*IdCo-3PIpdTVI2vlEpAoqQ.png" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=20170a6a2d61" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How to run UIautomatorviewer on mac]]></title>
            <link>https://korakod-story.medium.com/how-to-run-uiautomatorviewer-on-mac-abd30a41da27?source=rss-17bc4bf57d04------2</link>
            <guid isPermaLink="false">https://medium.com/p/abd30a41da27</guid>
            <dc:creator><![CDATA[Korakod Prateep Na Tharang]]></dc:creator>
            <pubDate>Sat, 12 Dec 2020 09:12:52 GMT</pubDate>
            <atom:updated>2020-12-12T09:12:52.800Z</atom:updated>
            <content:encoded><![CDATA[<p>Step 1: In terminal type below</p><pre>sudo vi ~/.profile</pre><p>Step 2: make all export value set as below</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/647/1*__e4vG26pJuJ177Apj2PSw.png" /></figure><p>Edit : Press “i”</p><p>Save : Press “ESC” then type “:wq” then hit enter</p><p>Apply change : type “source ~/.profile”</p><p>Check Java Change : type “java -version”</p><p><strong>Navigate to UIAutomatorViewer folder </strong>as below</p><pre>cd ~/Library/Android/sdk/tools/bin/</pre><p>Then type “uiautomatorviewer” then programe will shown.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/568/1*rb-ag2L0UA2C771enp4nog.png" /></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/797/1*f9BzqCwwtDSBKU-7l6HUCA.png" /></figure><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=abd30a41da27" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>