<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on joshuamarquez.github.io</title>
    <link>https://joshuamarquez.github.io/posts/</link>
    <description>Recent content in Posts on joshuamarquez.github.io</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>Joshua Marquez</copyright>
    <lastBuildDate>Wed, 29 Jun 2016 12:45:34 -0700</lastBuildDate>
    <atom:link href="https://joshuamarquez.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How I Hacked computrabajo.com.mx</title>
      <link>https://joshuamarquez.github.io/posts/how-i-hacked-computrabajo/</link>
      <pubDate>Wed, 29 Jun 2016 12:45:34 -0700</pubDate>
      <guid>https://joshuamarquez.github.io/posts/how-i-hacked-computrabajo/</guid>
      <description>&lt;p&gt;Hi community, today I will show you How I Hacked &lt;a href=&#34;http://www.computrabajo.com.mx/&#34;&gt;computrabajo.com.mx&lt;/a&gt;,&#xA;a well known job market site in Latin America.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;computrabajo.com.mx&lt;/strong&gt; lets you post free jobs offers limited to the first 30 candidates,&#xA;if the number of candidates interested in your offer exceeds then you have the option to&#xA;pay for a full one to have access to the remaining candidates. Option to remove candidates&#xA;subscribed to your offer is only &amp;ldquo;available&amp;rdquo; with a full job offer but I found a&#xA;way to remove candidates from it in a free job offer allowing you to see the&#xA;candidates that were hidden due to candidate limit exceeded.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use sails.io.js in Java</title>
      <link>https://joshuamarquez.github.io/posts/how-to-use-sails.io.js-in-java/</link>
      <pubDate>Sun, 12 Jun 2016 15:10:58 -0700</pubDate>
      <guid>https://joshuamarquez.github.io/posts/how-to-use-sails.io.js-in-java/</guid>
      <description>&lt;p&gt;As we know &lt;a href=&#34;https://github.com/balderdashy/sails.io.js&#34;&gt;sails.io.js&lt;/a&gt; is the&#xA;Sails socket client that is bundled by default in new Sails apps. It is a&#xA;lightweight wrapper that sits on top of the Socket.IO client whose purpose is&#xA;to make sending and receiving messages from your Sails backend as simple as&#xA;possible.&lt;/p&gt;&#xA;&lt;p&gt;Currently sails.io.js has only support for&#xA;&lt;a href=&#34;https://github.com/balderdashy/sails.io.js#for-the-browser&#34;&gt;Browser&lt;/a&gt; and&#xA;&lt;a href=&#34;https://github.com/balderdashy/sails.io.js#for-nodejs&#34;&gt;Node.js&lt;/a&gt;. Here we will&#xA;learn how to make &lt;code&gt;.get()&lt;/code&gt;, &lt;code&gt;.post()&lt;/code&gt;, &lt;code&gt;.put()&lt;/code&gt;, &lt;code&gt;.delete()&lt;/code&gt; and &lt;code&gt;.request()&lt;/code&gt;&#xA;methods from &lt;code&gt;sails.io.js&lt;/code&gt; in &lt;strong&gt;Java&lt;/strong&gt; with &lt;a href=&#34;https://github.com/socketio/socket.io-client-java&#34;&gt;socket.io-client-java&lt;/a&gt;.&#xA;For &lt;code&gt;.off()&lt;/code&gt; and &lt;code&gt;.on()&lt;/code&gt; there is no need since &lt;code&gt;socket.io-client-java&lt;/code&gt;&#xA;already does that.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
