<?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: nipa-it</title>
    <description>The latest articles on DEV Community by nipa-it (@nipait).</description>
    <link>https://dev.to/nipait</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%2F363774%2Fdbea08e0-512b-466a-b3d5-ed6454df7024.png</url>
      <title>DEV Community: nipa-it</title>
      <link>https://dev.to/nipait</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nipait"/>
    <language>en</language>
    <item>
      <title>Open Source: to publish or not to publish my android app?</title>
      <dc:creator>nipa-it</dc:creator>
      <pubDate>Fri, 10 Apr 2020 10:58:17 +0000</pubDate>
      <link>https://dev.to/nipait/open-source-to-publish-or-not-to-publish-my-android-app-3eb6</link>
      <guid>https://dev.to/nipait/open-source-to-publish-or-not-to-publish-my-android-app-3eb6</guid>
      <description>&lt;p&gt;Dear friends,&lt;/p&gt;

&lt;p&gt;some time ago I developed an android app based on a cloud service on my hosting where I store private information about the user (like email, drugs, name, weight...).&lt;/p&gt;

&lt;p&gt;The app has few active users so far, I'm not updating it anymore because I lost my interest in my baby (yes, seeing it didn't flight made me loosing interest in develop) but it's really well done and well structure I would said.&lt;/p&gt;

&lt;p&gt;The problem is that &lt;strong&gt;I'm not a professional dev and I know quite for sure it has important security falls all around the code&lt;/strong&gt; (both in the app and in the server).&lt;/p&gt;

&lt;p&gt;I was thinking of making it available on GitHub the source code of the Android version (the server version would be extremely dangerous I guess) but this would reveal how the server side works (more or less) and reveal eventually security falls...&lt;/p&gt;

&lt;p&gt;I guess this would make a bit of advertisement on my app (I &lt;em&gt;guess&lt;/em&gt; it's the only type of app going open source), but I'm quite worried actually on how it could go.&lt;/p&gt;

&lt;p&gt;In the worse of cases I would need to shut down the service and set offline the app once forever, but it's a kind of my baby and to know it is still available makes me a kind of "satisfied" about my "baby".&lt;/p&gt;

&lt;p&gt;What would you do guys? I know you will scream for "make it open source as soon as possible!", but I'm concerned about the points I wrote.&lt;/p&gt;

&lt;p&gt;Thank you for arriving till this point reading :)&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>android</category>
      <category>java</category>
    </item>
    <item>
      <title>.htaccess to hide real github url</title>
      <dc:creator>nipa-it</dc:creator>
      <pubDate>Thu, 09 Apr 2020 18:29:47 +0000</pubDate>
      <link>https://dev.to/nipait/htaccess-to-hide-real-github-url-4c3m</link>
      <guid>https://dev.to/nipait/htaccess-to-hide-real-github-url-4c3m</guid>
      <description>&lt;p&gt;I do apologize first because this is my first topic and it is a help-request.&lt;/p&gt;

&lt;p&gt;I have an hosting with Aruba.it. Inside it there's an .htaccess .&lt;/p&gt;

&lt;p&gt;The thing I'd like to do is to mask the real url where I want to redirect the user.&lt;/p&gt;

&lt;p&gt;My blog is on Github Pages and looks like username.github.io/repository .&lt;br&gt;
I'd like the user surfing my blog hiding such a real url.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.myblog.com/Products"&gt;www.myblog.com/Products&lt;/a&gt; -&amp;gt; username.github.io/repository/Products [but hidden!]&lt;br&gt;
&lt;a href="http://www.myblog.com/blog.css"&gt;www.myblog.com/blog.css&lt;/a&gt; -&amp;gt; username.github.io/repository/blog.css [but hidden!]&lt;/p&gt;

&lt;p&gt;I know it is supposed to be possible but I don't know whether with Aruba it is.&lt;/p&gt;

&lt;p&gt;Thank you :)&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
