<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>nil on @cescoferraro</title>
    <link>https://www.cescoferraro.com/tags/nil/</link>
    <description>Recent content in nil on @cescoferraro</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Tue, 01 Jun 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://www.cescoferraro.com/tags/nil/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>global.tt</title>
      <link>https://www.cescoferraro.com/portifolio/global/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.cescoferraro.com/portifolio/global/</guid>
      <description>A fully fledged CMS backed website using Gatsby, Netlify &amp;amp; Github</description>
    </item>
    
    <item>
      <title>https://guarida.com.br</title>
      <link>https://www.cescoferraro.com/portifolio/guarida/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.cescoferraro.com/portifolio/guarida/</guid>
      <description>New site for Brazillian real estate agency Guarida. A server-side rendered React project using Next.js and all of its glory.</description>
    </item>
    
    <item>
      <title>checkout.b2breservas.com.br</title>
      <link>https://www.cescoferraro.com/portifolio/checkout/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.cescoferraro.com/portifolio/checkout/</guid>
      <description>A app that business control their hotel expenses. Developed using graphql, Java, and React. I have solo developed this product both frontend &amp;amp; backend for the first 2 years of its existance.</description>
    </item>
    
    <item>
      <title>Using Gradle with Play framework</title>
      <link>https://www.cescoferraro.com/blog/using-gradle-with-play-framework/</link>
      <pubDate>Thu, 21 Sep 2017 03:55:41 -0300</pubDate>
      
      <guid>https://www.cescoferraro.com/blog/using-gradle-with-play-framework/</guid>
      <description>Basic Play Framework gradle configuration. It uses 4 plugins. Play plugin needs the java one. The other 2 are IDE specific.
apply plugin: &amp;#39;java&amp;#39; apply plugin: &amp;#39;play&amp;#39; apply plugin: &amp;#39;idea&amp;#39; apply plugin: &amp;#39;eclipse&amp;#39; Where the play plugins lives!
repositories { mavenCentral() jcenter() maven { name &amp;#34;typesafe-maven-release&amp;#34; url &amp;#34;https://repo.typesafe.com/typesafe/maven-releases&amp;#34; } ivy { name &amp;#34;typesafe-ivy-release&amp;#34; url &amp;#34;https://repo.typesafe.com/typesafe/ivy-releases&amp;#34; layout &amp;#34;ivy&amp;#34; } } The dependencies of the project.
Note the some of them are duplicates because Eclipse could not find the play dependencie at the classpath</description>
    </item>
    
    <item>
      <title>about</title>
      <link>https://www.cescoferraro.com/about/</link>
      <pubDate>Tue, 30 May 2017 01:53:46 -0300</pubDate>
      
      <guid>https://www.cescoferraro.com/about/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Web offline support</title>
      <link>https://www.cescoferraro.com/blog/web-offline-support/</link>
      <pubDate>Tue, 31 Jan 2017 03:55:41 -0300</pubDate>
      
      <guid>https://www.cescoferraro.com/blog/web-offline-support/</guid>
      <description> Here I am using HubSpot/Offline. You can find more information at the Docs.
export const offlineCheck = (store) =&amp;gt; { const { Offline } = (window as any) const upHandler = (e) =&amp;gt; {console.log(&amp;#34;upppp&amp;#34;)} const downHandler = (e) =&amp;gt; {console.log(&amp;#34;downnnnn&amp;#34;)} Offline.options = { checkOnLoad: true, checks: { image: { url: () =&amp;gt; (&amp;#34;https://esri.github.io/offline-editor-js/tiny-image.png?_=&amp;#34; + (Math.floor(Math.random() * 1000000000))) }, active: &amp;#34;image&amp;#34; } } Offline.on(&amp;#34;up&amp;#34;, upHandler) Offline.on(&amp;#34;down&amp;#34;, downHandler) } </description>
    </item>
    
    <item>
      <title>Software Developer Career</title>
      <link>https://www.cescoferraro.com/blog/software-developer-career/</link>
      <pubDate>Wed, 31 Aug 2016 03:55:41 -0300</pubDate>
      
      <guid>https://www.cescoferraro.com/blog/software-developer-career/</guid>
      <description>I have been coding a lot for the past two years. And by crazy I mean at least a little bit everyday, but often all my spare time. Not usually for work, except for a few freelance jobs I have successfully landed, but for FUN. Yes, coding is awesome and I will explain why. I currently work as a on-site Civil Engineer. I have studied quite a bit to get where I am, but the job has become very repetitive with very few new things to learn.</description>
    </item>
    
  </channel>
</rss>
