<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Api on JOURNAL.ROBBI.MY</title><link>https://journal.robbi.my/tags/api/</link><description>Recent content in Api on JOURNAL.ROBBI.MY</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 30 Jun 2026 03:01:59 +0000</lastBuildDate><atom:link href="https://journal.robbi.my/tags/api/index.xml" rel="self" type="application/rss+xml"/><item><title>Stop Saying Django Can’t Do Microservices—You’re Just Doing It Wrong</title><link>https://journal.robbi.my/indieweb/250712045545/</link><pubDate>Sat, 12 Jul 2025 04:55:45 +0800</pubDate><guid>https://journal.robbi.my/indieweb/250712045545/</guid><description>&lt;p&gt;Mirror:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://archive.ph/T8IER#selection-873.17-873.26"&gt;archive.today&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://web.archive.org/web/2/https://medium.com/@Am_Issath/stop-saying-django-cant-do-microservices-you-re-just-doing-it-wrong-3af40b1af32d"&gt;wayback machine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Optimising ASP.NET Core APIs for Speed and Efficiency. Practical techniques to reduce latency, CPU usage, and memory allocations</title><link>https://journal.robbi.my/indieweb/250519061157/</link><pubDate>Mon, 19 May 2025 06:11:57 +0800</pubDate><guid>https://journal.robbi.my/indieweb/250519061157/</guid><description>&lt;p&gt;Mirror:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://archive.ph/rIEWo"&gt;archive.today&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://adrianbailador.github.io/blog/17-optimising-dotnet-api/"&gt;wayback machine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Hugo "GetJSON" now support HTTP Header</title><link>https://journal.robbi.my/posts/211009124047/</link><pubDate>Sat, 09 Oct 2021 12:40:47 +0800</pubDate><guid>https://journal.robbi.my/posts/211009124047/</guid><description>&lt;p&gt;TIL that hugo actually support custom HTTP headers to be use together with &lt;code&gt;getJSON&lt;/code&gt; function which means you not anymore limited to just use or call API that have &lt;code&gt;token=xxx&lt;/code&gt; on URL parameter anymore. Now you can use some header such as &lt;code&gt;Authorization&lt;/code&gt; (example: Bearer, OAuth and more).&lt;/p&gt;
&lt;p&gt;The implementation is quite simple just create a &lt;code&gt;dictionary&lt;/code&gt; data and put the information inside and bind it together with &lt;code&gt;getJSON&lt;/code&gt; as second parameter.&lt;/p&gt;</description></item><item><title>Sending JSON data file using CURL to API endpoint</title><link>https://journal.robbi.my/posts/201130102300/</link><pubDate>Mon, 30 Nov 2020 10:23:00 +0000</pubDate><guid>https://journal.robbi.my/posts/201130102300/</guid><description>&lt;p&gt;I developed warehouse system and use restful as communication method between our software and client software. We let end point of our system to talk each other with API designed.&lt;/p&gt;
&lt;p&gt;For simple and small test using Postman or SOAP-UI is enough for me but to when to test this system with massive data via API is quite headache, plus the mock features on Postman limited and not &amp;ldquo;mocking&amp;rdquo; enough as I want.&lt;/p&gt;</description></item><item><title>Setup python 3.6 enviroment with virtualenv</title><link>https://journal.robbi.my/posts/190723090000/</link><pubDate>Tue, 23 Jul 2019 09:00:00 +0800</pubDate><guid>https://journal.robbi.my/posts/190723090000/</guid><description>&lt;p&gt;My wife ask me to convert few of PDF files to Excell spreadsheet. I did same thing last year by creating some small scripting program in python to do the conversion, but I don&amp;rsquo;t know where I put my code right now. Maybe lost during formating my laptop last year..haha &amp;#x1f61c;&lt;/p&gt;
&lt;p&gt;I am 懒 right now (guess what I wrote in hànzì) and I don&amp;rsquo;t remember how I did last time. Hahaha.. With my Google-fu skill, I found out DfTables offer free API for converting document to another format. Nice! &amp;#x1f62c;&lt;/p&gt;</description></item></channel></rss>