ºÝºÝߣshows by User: borgesleonardo / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: borgesleonardo / Mon, 02 Sep 2019 14:44:15 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: borgesleonardo Realtime collaboration with Clojure - EuroClojure - Barcelona, 2015 /slideshow/realtime-collaboration-with-clojure-euroclojure-barcelona-2015/168388952 realtimecollab-190902144415
At Atlassian we are currently building services to enable realtime collaboration in both new and existing products. Of all technologies we could have chosen from we picked Clojure and ClojureScript. In this talk I will share the reasons for this choice, the benefits of running Clojure both on the server and on the client-side as well as our clustering solution built on top of core.async.]]>

At Atlassian we are currently building services to enable realtime collaboration in both new and existing products. Of all technologies we could have chosen from we picked Clojure and ClojureScript. In this talk I will share the reasons for this choice, the benefits of running Clojure both on the server and on the client-side as well as our clustering solution built on top of core.async.]]>
Mon, 02 Sep 2019 14:44:15 GMT /slideshow/realtime-collaboration-with-clojure-euroclojure-barcelona-2015/168388952 borgesleonardo@slideshare.net(borgesleonardo) Realtime collaboration with Clojure - EuroClojure - Barcelona, 2015 borgesleonardo At Atlassian we are currently building services to enable realtime collaboration in both new and existing products. Of all technologies we could have chosen from we picked Clojure and ClojureScript. In this talk I will share the reasons for this choice, the benefits of running Clojure both on the server and on the client-side as well as our clustering solution built on top of core.async. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/realtimecollab-190902144415-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> At Atlassian we are currently building services to enable realtime collaboration in both new and existing products. Of all technologies we could have chosen from we picked Clojure and ClojureScript. In this talk I will share the reasons for this choice, the benefits of running Clojure both on the server and on the client-side as well as our clustering solution built on top of core.async.
Realtime collaboration with Clojure - EuroClojure - Barcelona, 2015 from Leonardo Borges
]]>
273 1 https://cdn.slidesharecdn.com/ss_thumbnails/realtimecollab-190902144415-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Parametricity - #cljsyd - May, 2015 /slideshow/parametricity-cljsyd-may-2015/168387821 parametricity-190902144018
Reasoning about types in Clojure with core.typed]]>

Reasoning about types in Clojure with core.typed]]>
Mon, 02 Sep 2019 14:40:17 GMT /slideshow/parametricity-cljsyd-may-2015/168387821 borgesleonardo@slideshare.net(borgesleonardo) Parametricity - #cljsyd - May, 2015 borgesleonardo Reasoning about types in Clojure with core.typed <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/parametricity-190902144018-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Reasoning about types in Clojure with core.typed
Parametricity - #cljsyd - May, 2015 from Leonardo Borges
]]>
110 2 https://cdn.slidesharecdn.com/ss_thumbnails/parametricity-190902144018-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
From Java to Parellel Clojure - Clojure South 2019 /slideshow/from-java-to-parellel-clojure-clojure-south-2019/168385734 from-java-to-parallel-clojure-190902143306
Java still ranks at the top of the TIOBE index. The JVM is a trusted platform which has stood the test of time and is used widely to develop complex, reliable and high performing systems. By choosing to target the JVM, Clojure can leverage all of its power while bringing new ways of writing reliable software into the mix. But why should a Java developer care? In this talk we will examine the main differences between Java and Clojure, pointing out new patterns and tools and finally ending with a discussion of the concurrency and parallelism abstractions provided by Clojure. By the end of this talk you will have developed an understanding of Clojure¡¯s fundamental building blocks for writing concurrent applications.]]>

Java still ranks at the top of the TIOBE index. The JVM is a trusted platform which has stood the test of time and is used widely to develop complex, reliable and high performing systems. By choosing to target the JVM, Clojure can leverage all of its power while bringing new ways of writing reliable software into the mix. But why should a Java developer care? In this talk we will examine the main differences between Java and Clojure, pointing out new patterns and tools and finally ending with a discussion of the concurrency and parallelism abstractions provided by Clojure. By the end of this talk you will have developed an understanding of Clojure¡¯s fundamental building blocks for writing concurrent applications.]]>
Mon, 02 Sep 2019 14:33:06 GMT /slideshow/from-java-to-parellel-clojure-clojure-south-2019/168385734 borgesleonardo@slideshare.net(borgesleonardo) From Java to Parellel Clojure - Clojure South 2019 borgesleonardo Java still ranks at the top of the TIOBE index. The JVM is a trusted platform which has stood the test of time and is used widely to develop complex, reliable and high performing systems. By choosing to target the JVM, Clojure can leverage all of its power while bringing new ways of writing reliable software into the mix. But why should a Java developer care? In this talk we will examine the main differences between Java and Clojure, pointing out new patterns and tools and finally ending with a discussion of the concurrency and parallelism abstractions provided by Clojure. By the end of this talk you will have developed an understanding of Clojure¡¯s fundamental building blocks for writing concurrent applications. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/from-java-to-parallel-clojure-190902143306-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Java still ranks at the top of the TIOBE index. The JVM is a trusted platform which has stood the test of time and is used widely to develop complex, reliable and high performing systems. By choosing to target the JVM, Clojure can leverage all of its power while bringing new ways of writing reliable software into the mix. But why should a Java developer care? In this talk we will examine the main differences between Java and Clojure, pointing out new patterns and tools and finally ending with a discussion of the concurrency and parallelism abstractions provided by Clojure. By the end of this talk you will have developed an understanding of Clojure¡¯s fundamental building blocks for writing concurrent applications.
From Java to Parellel Clojure - Clojure South 2019 from Leonardo Borges
]]>
299 0 https://cdn.slidesharecdn.com/ss_thumbnails/from-java-to-parallel-clojure-190902143306-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
The algebra of library design /slideshow/the-algebra-of-library-design/66905636 the-algebra-of-library-design-161008221449
Talk at the Sydney Clojure User Group, October 2014 exploring the principles behind the deign of imminent - https://github.com/leonardoborges/imminent - a Clojure library for composable futures]]>

Talk at the Sydney Clojure User Group, October 2014 exploring the principles behind the deign of imminent - https://github.com/leonardoborges/imminent - a Clojure library for composable futures]]>
Sat, 08 Oct 2016 22:14:49 GMT /slideshow/the-algebra-of-library-design/66905636 borgesleonardo@slideshare.net(borgesleonardo) The algebra of library design borgesleonardo Talk at the Sydney Clojure User Group, October 2014 exploring the principles behind the deign of imminent - https://github.com/leonardoborges/imminent - a Clojure library for composable futures <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/the-algebra-of-library-design-161008221449-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk at the Sydney Clojure User Group, October 2014 exploring the principles behind the deign of imminent - https://github.com/leonardoborges/imminent - a Clojure library for composable futures
The algebra of library design from Leonardo Borges
]]>
605 5 https://cdn.slidesharecdn.com/ss_thumbnails/the-algebra-of-library-design-161008221449-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Futures e abstra??o - QCon S?o Paulo 2015 /slideshow/futures-e-abstrao-qcon-so-paulo-2015/46371228 qcon2015futureseabstracao-150327120827-conversion-gate01
Palestra explorando Futures e a importancia de abstra??o e composi??o em desenvolvimento de software]]>

Palestra explorando Futures e a importancia de abstra??o e composi??o em desenvolvimento de software]]>
Fri, 27 Mar 2015 12:08:27 GMT /slideshow/futures-e-abstrao-qcon-so-paulo-2015/46371228 borgesleonardo@slideshare.net(borgesleonardo) Futures e abstra??o - QCon S?o Paulo 2015 borgesleonardo Palestra explorando Futures e a importancia de abstra??o e composi??o em desenvolvimento de software <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/qcon2015futureseabstracao-150327120827-conversion-gate01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Palestra explorando Futures e a importancia de abstra??o e composi??o em desenvolvimento de software
Futures e abstraÙãß_o - QCon Sß_o Paulo 2015 from Leonardo Borges
]]>
1565 3 https://cdn.slidesharecdn.com/ss_thumbnails/qcon2015futureseabstracao-150327120827-conversion-gate01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Functional Reactive Programming / Compositional Event Systems /borgesleonardo/functional-reactive-programming-compositional-event-systems frp-ces-euroclojure-2014-140627053504-phpapp01
]]>

]]>
Fri, 27 Jun 2014 05:35:04 GMT /borgesleonardo/functional-reactive-programming-compositional-event-systems borgesleonardo@slideshare.net(borgesleonardo) Functional Reactive Programming / Compositional Event Systems borgesleonardo <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/frp-ces-euroclojure-2014-140627053504-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Functional Reactive Programming / Compositional Event Systems from Leonardo Borges
]]>
18080 12 https://cdn.slidesharecdn.com/ss_thumbnails/frp-ces-euroclojure-2014-140627053504-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
High Performance web apps in Om, React and ClojureScript /slideshow/high-performance-web-apps-in-om-react-and-clojurescript/34460776 om-lambdajam-2014-140508193439-phpapp01
Talk given at YOW! LambdaJam, Brisbane 2014]]>

Talk given at YOW! LambdaJam, Brisbane 2014]]>
Thu, 08 May 2014 19:34:39 GMT /slideshow/high-performance-web-apps-in-om-react-and-clojurescript/34460776 borgesleonardo@slideshare.net(borgesleonardo) High Performance web apps in Om, React and ClojureScript borgesleonardo Talk given at YOW! LambdaJam, Brisbane 2014 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/om-lambdajam-2014-140508193439-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk given at YOW! LambdaJam, Brisbane 2014
High Performance web apps in Om, React and ClojureScript from Leonardo Borges
]]>
11915 5 https://cdn.slidesharecdn.com/ss_thumbnails/om-lambdajam-2014-140508193439-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Programa??o functional reativa: lidando com c¨®digo ass¨ªncrono https://pt.slideshare.net/slideshow/programao-functional-reativa-lidando-com-cdigo-assncrono/33380932 frp-qcon-sp-2014-140410133755-phpapp02
Palestra da QCon S?o Paulo, 2014]]>

Palestra da QCon S?o Paulo, 2014]]>
Thu, 10 Apr 2014 13:37:55 GMT https://pt.slideshare.net/slideshow/programao-functional-reativa-lidando-com-cdigo-assncrono/33380932 borgesleonardo@slideshare.net(borgesleonardo) Programa??o functional reativa: lidando com c¨®digo ass¨ªncrono borgesleonardo Palestra da QCon S?o Paulo, 2014 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/frp-qcon-sp-2014-140410133755-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Palestra da QCon S?o Paulo, 2014
from Leonardo Borges
]]>
2857 33 https://cdn.slidesharecdn.com/ss_thumbnails/frp-qcon-sp-2014-140410133755-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Monads in Clojure /slideshow/monads-in-clojure/31885177 monadsinclojure2014-140304050219-phpapp01
Talk given at the Sydney Clojure User group in February 2014]]>

Talk given at the Sydney Clojure User group in February 2014]]>
Tue, 04 Mar 2014 05:02:19 GMT /slideshow/monads-in-clojure/31885177 borgesleonardo@slideshare.net(borgesleonardo) Monads in Clojure borgesleonardo Talk given at the Sydney Clojure User group in February 2014 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/monadsinclojure2014-140304050219-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk given at the Sydney Clojure User group in February 2014
Monads in Clojure from Leonardo Borges
]]>
6189 6 https://cdn.slidesharecdn.com/ss_thumbnails/monadsinclojure2014-140304050219-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013 /slideshow/clojure-macros-workshop-lambdajam-2013-cufp-2013/26514028 macros-130924170749-phpapp02
ºÝºÝߣs used for the exercises in the Macros hands-on at LambdaJam 2013 in Brisbane, Australia and CUFP 2013 in Boston, USA.]]>

ºÝºÝߣs used for the exercises in the Macros hands-on at LambdaJam 2013 in Brisbane, Australia and CUFP 2013 in Boston, USA.]]>
Tue, 24 Sep 2013 17:07:49 GMT /slideshow/clojure-macros-workshop-lambdajam-2013-cufp-2013/26514028 borgesleonardo@slideshare.net(borgesleonardo) Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013 borgesleonardo ºÝºÝߣs used for the exercises in the Macros hands-on at LambdaJam 2013 in Brisbane, Australia and CUFP 2013 in Boston, USA. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/macros-130924170749-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> ºÝºÝߣs used for the exercises in the Macros hands-on at LambdaJam 2013 in Brisbane, Australia and CUFP 2013 in Boston, USA.
Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013 from Leonardo Borges
]]>
1550 4 https://cdn.slidesharecdn.com/ss_thumbnails/macros-130924170749-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Intro to Clojure's core.async /slideshow/intro-to-clojures-coreasync/25204276 intro-core-async-130813080617-phpapp02
Presentation given at the Sydney Clojure User Group in July 2013]]>

Presentation given at the Sydney Clojure User Group in July 2013]]>
Tue, 13 Aug 2013 08:06:17 GMT /slideshow/intro-to-clojures-coreasync/25204276 borgesleonardo@slideshare.net(borgesleonardo) Intro to Clojure's core.async borgesleonardo Presentation given at the Sydney Clojure User Group in July 2013 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/intro-core-async-130813080617-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation given at the Sydney Clojure User Group in July 2013
Intro to Clojure's core.async from Leonardo Borges
]]>
13785 6 https://cdn.slidesharecdn.com/ss_thumbnails/intro-core-async-130813080617-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Functional Reactive Programming in Clojurescript /borgesleonardo/functional-reactive-programming-in-clojurescript frp-slides-130519002640-phpapp02
FRP Talk given at LambdaJam Australia 2013]]>

FRP Talk given at LambdaJam Australia 2013]]>
Sun, 19 May 2013 00:26:40 GMT /borgesleonardo/functional-reactive-programming-in-clojurescript borgesleonardo@slideshare.net(borgesleonardo) Functional Reactive Programming in Clojurescript borgesleonardo FRP Talk given at LambdaJam Australia 2013 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/frp-slides-130519002640-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> FRP Talk given at LambdaJam Australia 2013
Functional Reactive Programming in Clojurescript from Leonardo Borges
]]>
11576 5 https://cdn.slidesharecdn.com/ss_thumbnails/frp-slides-130519002640-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Clojure/West 2013 in 30 mins /slideshow/clojurewest-2013-in-30-mins/17900330 clojure-west-2013-in-30-mins-130330034307-phpapp01
Clojure/West 2013 presented at the Clojure Sydney User Group in March 2013]]>

Clojure/West 2013 presented at the Clojure Sydney User Group in March 2013]]>
Sat, 30 Mar 2013 03:43:07 GMT /slideshow/clojurewest-2013-in-30-mins/17900330 borgesleonardo@slideshare.net(borgesleonardo) Clojure/West 2013 in 30 mins borgesleonardo Clojure/West 2013 presented at the Clojure Sydney User Group in March 2013 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/clojure-west-2013-in-30-mins-130330034307-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Clojure/West 2013 presented at the Clojure Sydney User Group in March 2013
Clojure/West 2013 in 30 mins from Leonardo Borges
]]>
2021 3 https://cdn.slidesharecdn.com/ss_thumbnails/clojure-west-2013-in-30-mins-130330034307-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Clojure Reducers / clj-syd Aug 2012 /slideshow/clojure-reducers-cljsyd-aug-2012/14123498 reducers-clj-syd-2012-120830192007-phpapp02
Talk given at the Sydney Clojure User group, August 2012]]>

Talk given at the Sydney Clojure User group, August 2012]]>
Thu, 30 Aug 2012 19:20:05 GMT /slideshow/clojure-reducers-cljsyd-aug-2012/14123498 borgesleonardo@slideshare.net(borgesleonardo) Clojure Reducers / clj-syd Aug 2012 borgesleonardo Talk given at the Sydney Clojure User group, August 2012 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/reducers-clj-syd-2012-120830192007-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk given at the Sydney Clojure User group, August 2012
Clojure Reducers / clj-syd Aug 2012 from Leonardo Borges
]]>
3491 4 https://cdn.slidesharecdn.com/ss_thumbnails/reducers-clj-syd-2012-120830192007-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
The many facets of code reuse in JavaScript /slideshow/the-many-facets-of-code-reuse-in-javascript/14105377 js-code-reuse-120829053050-phpapp01
Talk given at the ThoughtWorks XConf event in Australia - April/2012]]>

Talk given at the ThoughtWorks XConf event in Australia - April/2012]]>
Wed, 29 Aug 2012 05:30:47 GMT /slideshow/the-many-facets-of-code-reuse-in-javascript/14105377 borgesleonardo@slideshare.net(borgesleonardo) The many facets of code reuse in JavaScript borgesleonardo Talk given at the ThoughtWorks XConf event in Australia - April/2012 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/js-code-reuse-120829053050-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk given at the ThoughtWorks XConf event in Australia - April/2012
The many facets of code reuse in JavaScript from Leonardo Borges
]]>
3375 9 https://cdn.slidesharecdn.com/ss_thumbnails/js-code-reuse-120829053050-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Continuation Passing Style and Macros in Clojure - Jan 2012 /slideshow/continuation-passing-style-and-macros-in-clojure-jan-2012/11308796 clojure-cps-macros-jan-2012-120128075101-phpapp02
Presentation at the Sydney Clojure User Group]]>

Presentation at the Sydney Clojure User Group]]>
Sat, 28 Jan 2012 07:50:59 GMT /slideshow/continuation-passing-style-and-macros-in-clojure-jan-2012/11308796 borgesleonardo@slideshare.net(borgesleonardo) Continuation Passing Style and Macros in Clojure - Jan 2012 borgesleonardo Presentation at the Sydney Clojure User Group <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/clojure-cps-macros-jan-2012-120128075101-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation at the Sydney Clojure User Group
Continuation Passing Style and Macros in Clojure - Jan 2012 from Leonardo Borges
]]>
3745 5 https://cdn.slidesharecdn.com/ss_thumbnails/clojure-cps-macros-jan-2012-120128075101-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Heroku addons development - Nov 2011 /slideshow/heroku-addons-development-nov-2011/11308777 heroku-addons-preso-nov-2011-120128074738-phpapp01
Short presentation on how heroku addon development works]]>

Short presentation on how heroku addon development works]]>
Sat, 28 Jan 2012 07:47:37 GMT /slideshow/heroku-addons-development-nov-2011/11308777 borgesleonardo@slideshare.net(borgesleonardo) Heroku addons development - Nov 2011 borgesleonardo Short presentation on how heroku addon development works <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/heroku-addons-preso-nov-2011-120128074738-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Short presentation on how heroku addon development works
Heroku addons development - Nov 2011 from Leonardo Borges
]]>
1149 3 https://cdn.slidesharecdn.com/ss_thumbnails/heroku-addons-preso-nov-2011-120128074738-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Clouds against the Floods (RubyConfBR2011) /slideshow/clouds-against-the-floods-rubyconfbr2011/10055806 qldfloodsheroku-111107054457-phpapp02
]]>

]]>
Mon, 07 Nov 2011 05:44:56 GMT /slideshow/clouds-against-the-floods-rubyconfbr2011/10055806 borgesleonardo@slideshare.net(borgesleonardo) Clouds against the Floods (RubyConfBR2011) borgesleonardo <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/qldfloodsheroku-111107054457-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Clouds against the Floods (RubyConfBR2011) from Leonardo Borges
]]>
1921 5 https://cdn.slidesharecdn.com/ss_thumbnails/qldfloodsheroku-111107054457-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Clouds Against the Floods /slideshow/clouds-against-the-floods/6848940 qldfloods-110208052605-phpapp01
Talk about how we built a donation app in a short amount of time to help the Quensland Govt generate money for the 2010/11 flood victims]]>

Talk about how we built a donation app in a short amount of time to help the Quensland Govt generate money for the 2010/11 flood victims]]>
Tue, 08 Feb 2011 05:26:01 GMT /slideshow/clouds-against-the-floods/6848940 borgesleonardo@slideshare.net(borgesleonardo) Clouds Against the Floods borgesleonardo Talk about how we built a donation app in a short amount of time to help the Quensland Govt generate money for the 2010/11 flood victims <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/qldfloods-110208052605-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Talk about how we built a donation app in a short amount of time to help the Quensland Govt generate money for the 2010/11 flood victims
Clouds Against the Floods from Leonardo Borges
]]>
1183 3 https://cdn.slidesharecdn.com/ss_thumbnails/qldfloods-110208052605-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Arel in Rails 3 /borgesleonardo/rails-3-and-arel arel-110204203323-phpapp01
]]>

]]>
Fri, 04 Feb 2011 20:33:22 GMT /borgesleonardo/rails-3-and-arel borgesleonardo@slideshare.net(borgesleonardo) Arel in Rails 3 borgesleonardo <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/arel-110204203323-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Arel in Rails 3 from Leonardo Borges
]]>
3764 2 https://cdn.slidesharecdn.com/ss_thumbnails/arel-110204203323-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-borgesleonardo-48x48.jpg?cb=1613183286 Geek, headbanger and adrenaline junkie ;) www.leonardoborges.com https://cdn.slidesharecdn.com/ss_thumbnails/realtimecollab-190902144415-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/realtime-collaboration-with-clojure-euroclojure-barcelona-2015/168388952 Realtime collaboration... https://cdn.slidesharecdn.com/ss_thumbnails/parametricity-190902144018-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/parametricity-cljsyd-may-2015/168387821 Parametricity - #cljsy... https://cdn.slidesharecdn.com/ss_thumbnails/from-java-to-parallel-clojure-190902143306-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/from-java-to-parellel-clojure-clojure-south-2019/168385734 From Java to Parellel ...