<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by life4</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 27 Jun 2026 05:28:00 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Settled with love or due to limited choice</title>
            <link>http://forum.lowyat.net/topic/5199316</link>
            <description>I just curious for those couple are they really love each other and settled down for love or sometime you know there are limited of choices and ngam ngam this one accept you or chase you , or out of you feel lonely?&lt;br /&gt;&lt;br /&gt;Are the couple really in true love for marriage?</description>
            <author>life4</author>
            <category>Cupid&amp;#39;s Corner</category>
            <pubDate>Sun, 26 Sep 2021 23:40:11 +0800</pubDate>
        </item>
        <item>
            <title>how manage a team</title>
            <link>http://forum.lowyat.net/topic/5185735</link>
            <description>how do you guy manage a team ? do you implement daily standup ? Do you find daily standup useful or stressing the team members?&lt;br /&gt;I prefer daily update via written form instead of the daily standup which i find quite waste of time.</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Sun, 22 Aug 2021 20:51:15 +0800</pubDate>
        </item>
        <item>
            <title>Documentation</title>
            <link>http://forum.lowyat.net/topic/5176797</link>
            <description>Do your company got documatation and how it is organazied and well versed?&lt;br /&gt;&lt;br /&gt;Do you guy draw UML digram for every flow?&lt;br /&gt;&lt;br /&gt;How you guy keep the document updated ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;do you guy do document 1st before do actual coding?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Sat, 31 Jul 2021 19:59:05 +0800</pubDate>
        </item>
        <item>
            <title>Micro service reduce duplicate call</title>
            <link>http://forum.lowyat.net/topic/5173672</link>
            <description>let say we have a microservice system like component A , B ,C etc &lt;br /&gt;&lt;br /&gt;A is the API layer exposed to  client for example mobile etc&lt;br /&gt;&lt;br /&gt;so A will call B or C to do sth&lt;br /&gt;&lt;br /&gt;For example &lt;br /&gt;&lt;br /&gt;we need to do a validation by calling C to get some data, and this might requried by lots of APIs in A but at the same time this data might be needed in B to proceed to do processing .&lt;br /&gt;&lt;br /&gt;If we do a common validation&lt;br /&gt;A -&amp;gt;C validate&lt;br /&gt;    -&amp;gt;B -&amp;gt; C  to get the same data again to further process&lt;br /&gt;&lt;br /&gt;A -&amp;gt; B -&amp;gt; C get data validate and proceed&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;A -&amp;gt;C validate&lt;br /&gt;    pass C data &amp;gt;B  to further process &lt;br /&gt;( this can reduce but like making the service method like need to pass in a lots of thing)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;so normally how you guy handle to avoid duplicate call to the thing in 1 API processing in a microservice system.&lt;br /&gt;&lt;br /&gt;Not sure if you guy can understand what i am asking or not.&lt;br /&gt;</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Sat, 24 Jul 2021 02:11:32 +0800</pubDate>
        </item>
        <item>
            <title>Unit test</title>
            <link>http://forum.lowyat.net/topic/5172674</link>
            <description>Do you guy think that for unit test do we need to connect to DB or just mock the service only? f&lt;br /&gt;&lt;br /&gt;For example A depends on B and B depends C and C calling DB&lt;br /&gt;&lt;br /&gt;in this case, how normally you guy do unit test? test A , B and C together or test A only but mock B and C? or any best prastice coming to unit test?</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Wed, 21 Jul 2021 21:35:38 +0800</pubDate>
        </item>
        <item>
            <title>last month salary</title>
            <link>http://forum.lowyat.net/topic/5150497</link>
            <description>let say my last day on 13th and got 10 AL to encash. Normally will the pay be credited on the same month with AL encashement?</description>
            <author>life4</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Thu, 27 May 2021 15:53:52 +0800</pubDate>
        </item>
        <item>
            <title>Background check</title>
            <link>http://forum.lowyat.net/topic/5136614</link>
            <description>Ok. i just got an offer for a company that do gambling system. the salary offered is quite good but just worry if i join the company. if latter i want to try those big company, when they do background check , will this fail my background check? will the background check find out what my previous company doing and they will just disqualify you based on that? or they will just do normally backgorud check like more on your working attidute ,personalities etc.</description>
            <author>life4</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Sat, 24 Apr 2021 21:23:36 +0800</pubDate>
        </item>
        <item>
            <title>-</title>
            <link>http://forum.lowyat.net/topic/5136601</link>
            <description>sorry post wrongly here</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Sat, 24 Apr 2021 20:51:41 +0800</pubDate>
        </item>
        <item>
            <title>Versioning your rest api</title>
            <link>http://forum.lowyat.net/topic/5107431</link>
            <description>How you guy versioning your rest api without code duplication? &lt;br /&gt;&lt;br /&gt;1. if version like v1, v2 in the url then part of the logic change but not compatible with v1 how to change without duplication?&lt;br /&gt;&lt;br /&gt;2. if like signature of the some service method change in v2 logic, how u going to manage this kind of change without code duplication and impact the v1&lt;br /&gt;&lt;br /&gt;Any tools or way to follow or cleaner way to do instead like controllerv2 servicemethodv2 etc?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Tue, 23 Feb 2021 15:40:57 +0800</pubDate>
        </item>
        <item>
            <title>Midnight grab or anything to go work</title>
            <link>http://forum.lowyat.net/topic/4976720</link>
            <description>is there anyway to call a grab or anything  this coming sunday midnight as I need to go work at midnight but no car?</description>
            <author>life4</author>
            <category>E-hailing &amp;amp; Ride-sharing</category>
            <pubDate>Wed, 10 Jun 2020 01:01:11 +0800</pubDate>
        </item>
        <item>
            <title>Hotlink Share RM50 Top Credit ( RM40 only)</title>
            <link>http://forum.lowyat.net/topic/4656817</link>
            <description>&lt;b&gt;Item(s):Hotlink RM50 Share-A-Topup Credit&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes:Hotlink Share-A-Topup Credit&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:: RM40 for RM50 of credits&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty: N/A&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method:Maybank2U/Cimb Bank&lt;br /&gt;Bank account will be provided to serious buyer only. After payment confirmed then credits will be transferred directly to your Hotlink prepaid mobile number provided.&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location:Within Malaysia&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:PM me or Reply at this post only.&lt;/b&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions:N/A&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:N/A&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale:Got extra credit&lt;/b&gt;</description>
            <author>life4</author>
            <category>Mobile Numbers &amp;amp; Phone Cards Garage Sales</category>
            <pubDate>Fri, 14 Sep 2018 23:39:17 +0800</pubDate>
        </item>
        <item>
            <title>free meal</title>
            <link>http://forum.lowyat.net/topic/4500971</link>
            <description>trysmartbite.com/refer/TlNejZ7J&lt;br /&gt;&lt;br /&gt;try to sign up using above link will get RM3 and key in promocode welcome8 will get another RM8.  &lt;br /&gt;&lt;br /&gt;So RM11 in total and able to order a free meal.&lt;br /&gt;&lt;br /&gt;</description>
            <author>life4</author>
            <category>Job Enlistments</category>
            <pubDate>Sun, 14 Jan 2018 04:31:25 +0800</pubDate>
        </item>
        <item>
            <title>DevFest Kuala Lumpur 2016</title>
            <link>http://forum.lowyat.net/topic/4140964</link>
            <description>sorry ticket wanted by my friend.</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Wed, 07 Dec 2016 23:21:59 +0800</pubDate>
        </item>
        <item>
            <title>Google Code Jam 2015</title>
            <link>http://forum.lowyat.net/topic/3548579</link>
            <description>Anyone participates in this year google code jam??</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Sat, 11 Apr 2015 13:47:36 +0800</pubDate>
        </item>
        <item>
            <title>What are the IT companies with nice office?</title>
            <link>http://forum.lowyat.net/topic/3335047</link>
            <description>Do you guy know any It companies with nice working office environment? something like MindValley , Quintiq etc?? Mind to share??</description>
            <author>life4</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Sat, 30 Aug 2014 00:45:20 +0800</pubDate>
        </item>
        <item>
            <title>Google Code Jame 2014</title>
            <link>http://forum.lowyat.net/topic/3176694</link>
            <description>Anyone here going to join this coming Google Code Jam 2014 ?&lt;br /&gt;Feel want to participate but the past questions seem like really hard for me.</description>
            <author>life4</author>
            <category>Codemasters</category>
            <pubDate>Sat, 29 Mar 2014 21:21:23 +0800</pubDate>
        </item>
        <item>
            <title>P</title>
            <link>http://forum.lowyat.net/topic/2775453</link>
            <description>p  &lt;!--emo&amp;:D--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>life4</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Mon, 15 Apr 2013 21:02:49 +0800</pubDate>
        </item>
    </channel>
</rss>
