<?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: PlayBossWar</title>
    <description>The latest articles on DEV Community by PlayBossWar (@titivermeesch).</description>
    <link>https://dev.to/titivermeesch</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%2F119331%2F547b8ce4-aa24-4706-975f-ed2848c1cf52.png</url>
      <title>DEV Community: PlayBossWar</title>
      <link>https://dev.to/titivermeesch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/titivermeesch"/>
    <language>en</language>
    <item>
      <title>Let's talk about life goals</title>
      <dc:creator>PlayBossWar</dc:creator>
      <pubDate>Thu, 30 May 2019 15:02:22 +0000</pubDate>
      <link>https://dev.to/titivermeesch/let-s-talk-about-life-goals-2kad</link>
      <guid>https://dev.to/titivermeesch/let-s-talk-about-life-goals-2kad</guid>
      <description>&lt;p&gt;Hello everyone, &lt;/p&gt;

&lt;p&gt;So I'm here to talk about my life goals and my future, searching for advice since I feel like I want to do way more than I'm capable of. &lt;/p&gt;

&lt;p&gt;At the moment I'm studying full stack developer at Open Classrooms and I'm nearly done, and I love it. &lt;/p&gt;

&lt;p&gt;Now the problem is that I have a lot of projets and I don't know what to take. &lt;br&gt;
Si right now I want to continue my parents business what consist in renting holiday chalets to other people since I love that, but I also want to continue another 2 years at Open Classrooms and follow Expert Java. I like them both so I can't decide. &lt;/p&gt;

&lt;p&gt;Even for the future I can't decide. I love coding and would like to live from that, but I also have plans to expand my parents business or start a cocktail bar with my wife.&lt;br&gt;
The problem here is that I can choose one of those and do the rest as a hobby in my free time but I can't do all of them, or at least I don't feel capable of. &lt;/p&gt;

&lt;p&gt;If someone has any good advice here I would appreciate that 😊&lt;/p&gt;

</description>
      <category>code</category>
      <category>lifegoals</category>
      <category>goals</category>
    </item>
    <item>
      <title>A Geoloc website for a friend</title>
      <dc:creator>PlayBossWar</dc:creator>
      <pubDate>Tue, 19 Mar 2019 08:56:14 +0000</pubDate>
      <link>https://dev.to/titivermeesch/a-geoloc-website-for-a-friend-5dg6</link>
      <guid>https://dev.to/titivermeesch/a-geoloc-website-for-a-friend-5dg6</guid>
      <description>&lt;p&gt;Let's start with the beginning, a friend in Ecuador got her wallet stolen, and I only knew his name.&lt;/p&gt;

&lt;p&gt;So I started googling him a bit, found his Facebook and of course created a fake account that seems a minimum legit.&lt;br&gt;
While waiting let's figure out how I can retrieve his localisation.&lt;/p&gt;

&lt;p&gt;Remember that in some countries what I'm going to do next don't work. I tested it with my friend and the localisation gave me her exact coordinates, while in Belgium for example it gives me a location 100 km away.&lt;/p&gt;

&lt;p&gt;I found a pretty cool Json API that allows me to get the localisation data that is linked with the ip that is used to do the request : &lt;a href="http://gd.geobytes.com"&gt;http://gd.geobytes.com&lt;/a&gt; &lt;br&gt;
So with a simple fetch it was really easy to get the information if someone opened my website.&lt;br&gt;
Now the problem is a bit tricky, since it's a static page and I don't want to install a node-js back-end, just upload the files to a server host and done, so I decided to email the information to myself.&lt;/p&gt;

&lt;p&gt;After a little bit of research, I found PostMail &lt;a href="https://postmail.invotes.com/"&gt;https://postmail.invotes.com/&lt;/a&gt; , and it worked great.&lt;/p&gt;

&lt;p&gt;Tried it myself and I can easily get the information in my mailbox of anyone who visits this page.&lt;/p&gt;

&lt;p&gt;GITHUB REPO : &lt;a href="https://github.com/titivermeesch/geoloc-website"&gt;https://github.com/titivermeesch/geoloc-website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is just one downside, someone can simply extract the token I use to send the mails and use it for himself, but yeah, that's the risk I take to catch that thief.&lt;/p&gt;

&lt;p&gt;Thanks for reading. Hope my first article is interesting.&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
  </channel>
</rss>
