<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Stephen Senkomago Musoke</title>
    <description>The latest articles on DEV Community by Stephen Senkomago Musoke (@ssmusoke).</description>
    <link>https://dev.to/ssmusoke</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1397%2F14ffabe2-9157-49c0-a6f1-7131be7588f6.png</url>
      <title>DEV Community: Stephen Senkomago Musoke</title>
      <link>https://dev.to/ssmusoke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ssmusoke"/>
    <language>en</language>
    <item>
      <title>Voices of the Elephant Podcast Episode - My Technology Journey, PHP, Opensource, Java</title>
      <dc:creator>Stephen Senkomago Musoke</dc:creator>
      <pubDate>Tue, 23 Jun 2020 14:25:01 +0000</pubDate>
      <link>https://dev.to/ssmusoke/voices-of-the-elephant-podcast-episode-my-technology-journey-php-opensource-java-19b6</link>
      <guid>https://dev.to/ssmusoke/voices-of-the-elephant-podcast-episode-my-technology-journey-php-opensource-java-19b6</guid>
      <description>&lt;p&gt;I am excited to have been hosted on the Voices of the Elephant podcast by &lt;a href="https://blog.calevans.com/"&gt;Cal Evans&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://voicesoftheelephpant.com/2020/06/23/interview-with-stephen-s-musoke/"&gt;https://voicesoftheelephpant.com/2020/06/23/interview-with-stephen-s-musoke/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Talking about my technology journey, opensource, Java, PHP (of course) and what I am doing with it in Uganda and Africa &lt;/p&gt;

</description>
      <category>php</category>
      <category>opensource</category>
      <category>java</category>
    </item>
    <item>
      <title>The search for markdown tool chains for multiple end user documentation outputs </title>
      <dc:creator>Stephen Senkomago Musoke</dc:creator>
      <pubDate>Tue, 10 Sep 2019 18:20:07 +0000</pubDate>
      <link>https://dev.to/ssmusoke/the-search-for-markdown-tool-chains-for-multiple-end-user-documentation-outputs-ijf</link>
      <guid>https://dev.to/ssmusoke/the-search-for-markdown-tool-chains-for-multiple-end-user-documentation-outputs-ijf</guid>
      <description>&lt;p&gt;Any recommendations for tools to generate &amp;amp; maintain the following documentation styles from a single code repository:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Android application help &lt;/li&gt;
&lt;li&gt;Internal employee web based documentation &lt;/li&gt;
&lt;li&gt;External web based public facing end-user documentation &lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>markdown</category>
      <category>documentation</category>
      <category>android</category>
      <category>rst</category>
    </item>
    <item>
      <title>Kotlin vs React Native for Android only app</title>
      <dc:creator>Stephen Senkomago Musoke</dc:creator>
      <pubDate>Mon, 17 Jun 2019 11:39:38 +0000</pubDate>
      <link>https://dev.to/ssmusoke/kotlin-vs-react-native-for-android-only-app-35b3</link>
      <guid>https://dev.to/ssmusoke/kotlin-vs-react-native-for-android-only-app-35b3</guid>
      <description>&lt;p&gt;I am looking for any advice on what the benefits of Kotlin or React would be for an Android only app, which will be running on some older hardware - 4.4.2, and will need to run offline syncing data to a backend server &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What are the developer benefits &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are the end-user benefits &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Any pit-falls to watch out for, when selecting one or another? &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Overall which will be better for the end users&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;em&gt;Update 1:&lt;/em&gt; Came across this article &lt;a href="https://medium.com/mop-developers/mobile-app-development-react-native-vs-native-ios-android-49c5c168045b"&gt;https://medium.com/mop-developers/mobile-app-development-react-native-vs-native-ios-android-49c5c168045b&lt;/a&gt; which points more to Kotlin (not decided yet)&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>reactnative</category>
      <category>android</category>
      <category>offline</category>
    </item>
    <item>
      <title>Best Practices for Receiving Files via REST API </title>
      <dc:creator>Stephen Senkomago Musoke</dc:creator>
      <pubDate>Sat, 08 Jun 2019 07:29:00 +0000</pubDate>
      <link>https://dev.to/ssmusoke/best-practices-for-receiving-files-via-rest-api-4n4</link>
      <guid>https://dev.to/ssmusoke/best-practices-for-receiving-files-via-rest-api-4n4</guid>
      <description>&lt;p&gt;I am looking for best practices for receiving zip or text files via DRF based REST based API:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;small files &amp;lt; 1MB to be stored on the file system (with authentication of course) &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;traffic will start at 25 to 100 clients a day growing later&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What responses do I send back?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Any Performance issues that I will have to think about?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How do I verify the multipart files are actually received without corruption? &lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>rest</category>
      <category>drf</category>
      <category>django</category>
      <category>filetransfer</category>
    </item>
  </channel>
</rss>
