際際滷shows by User: PabloVillar5 / http://www.slideshare.net/images/logo.gif 際際滷shows by User: PabloVillar5 / Thu, 09 Jun 2016 13:45:10 GMT 際際滷Share feed for 際際滷shows by User: PabloVillar5 Writing a REST Interconnection Library in Swift /slideshow/writing-a-rest-interconnection-library-in-swift/62896040 warilis-160609134510
(a.k.a. #warilis) This is a talk I gave on our first SwiftBA Meetup event on June 8th, 2016 at Inaka's Offices. In this talk, I covered 3 main aspects: 1. Motivation: How does our need for such a library emerge? Why should we need it? What should or goals be? 2. Architectural Concept: How do we architecture this library? Which design patterns could help us? 3. Implementation: How do we code this library in a Swifty manner? How can we take advantage of Swift's powerful features? At the very end, I conclude presenting Jayme: (https://github.com/inaka/Jayme), a real case open-source library that I've developed with help of some of my workmates at Inaka, in which I based this talk's concepts and code snippets. P.S.: My apologies, I couldn't find a way to export this PDF respecting the stages of each slide, so they were exported without animations.]]>

(a.k.a. #warilis) This is a talk I gave on our first SwiftBA Meetup event on June 8th, 2016 at Inaka's Offices. In this talk, I covered 3 main aspects: 1. Motivation: How does our need for such a library emerge? Why should we need it? What should or goals be? 2. Architectural Concept: How do we architecture this library? Which design patterns could help us? 3. Implementation: How do we code this library in a Swifty manner? How can we take advantage of Swift's powerful features? At the very end, I conclude presenting Jayme: (https://github.com/inaka/Jayme), a real case open-source library that I've developed with help of some of my workmates at Inaka, in which I based this talk's concepts and code snippets. P.S.: My apologies, I couldn't find a way to export this PDF respecting the stages of each slide, so they were exported without animations.]]>
Thu, 09 Jun 2016 13:45:10 GMT /slideshow/writing-a-rest-interconnection-library-in-swift/62896040 PabloVillar5@slideshare.net(PabloVillar5) Writing a REST Interconnection Library in Swift PabloVillar5 (a.k.a. #warilis) This is a talk I gave on our first SwiftBA Meetup event on June 8th, 2016 at Inaka's Offices. In this talk, I covered 3 main aspects: 1. Motivation: How does our need for such a library emerge? Why should we need it? What should or goals be? 2. Architectural Concept: How do we architecture this library? Which design patterns could help us? 3. Implementation: How do we code this library in a Swifty manner? How can we take advantage of Swift's powerful features? At the very end, I conclude presenting Jayme: (https://github.com/inaka/Jayme), a real case open-source library that I've developed with help of some of my workmates at Inaka, in which I based this talk's concepts and code snippets. P.S.: My apologies, I couldn't find a way to export this PDF respecting the stages of each slide, so they were exported without animations. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/warilis-160609134510-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> (a.k.a. #warilis) This is a talk I gave on our first SwiftBA Meetup event on June 8th, 2016 at Inaka&#39;s Offices. In this talk, I covered 3 main aspects: 1. Motivation: How does our need for such a library emerge? Why should we need it? What should or goals be? 2. Architectural Concept: How do we architecture this library? Which design patterns could help us? 3. Implementation: How do we code this library in a Swifty manner? How can we take advantage of Swift&#39;s powerful features? At the very end, I conclude presenting Jayme: (https://github.com/inaka/Jayme), a real case open-source library that I&#39;ve developed with help of some of my workmates at Inaka, in which I based this talk&#39;s concepts and code snippets. P.S.: My apologies, I couldn&#39;t find a way to export this PDF respecting the stages of each slide, so they were exported without animations.
Writing a REST Interconnection Library in Swift from Pablo Villar
]]>
524 6 https://cdn.slidesharecdn.com/ss_thumbnails/warilis-160609134510-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 Objective-C to Swift /slideshow/from-objectivec-to-swift/62664773 fromobjective-ctoswift-160602164304
A brief summary of eight Swift features that have, in particular, affected our lives as iOS developers. I gave this talk in a ESL-Inaka Get Together event on April 30th, 2016. The talk was mostly spoken, the slides themselves only show a summary of all the items I spoke about.]]>

A brief summary of eight Swift features that have, in particular, affected our lives as iOS developers. I gave this talk in a ESL-Inaka Get Together event on April 30th, 2016. The talk was mostly spoken, the slides themselves only show a summary of all the items I spoke about.]]>
Thu, 02 Jun 2016 16:43:04 GMT /slideshow/from-objectivec-to-swift/62664773 PabloVillar5@slideshare.net(PabloVillar5) From Objective-C to Swift PabloVillar5 A brief summary of eight Swift features that have, in particular, affected our lives as iOS developers. I gave this talk in a ESL-Inaka Get Together event on April 30th, 2016. The talk was mostly spoken, the slides themselves only show a summary of all the items I spoke about. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/fromobjective-ctoswift-160602164304-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> A brief summary of eight Swift features that have, in particular, affected our lives as iOS developers. I gave this talk in a ESL-Inaka Get Together event on April 30th, 2016. The talk was mostly spoken, the slides themselves only show a summary of all the items I spoke about.
From Objective-C to Swift from Pablo Villar
]]>
196 4 https://cdn.slidesharecdn.com/ss_thumbnails/fromobjective-ctoswift-160602164304-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
What Swift can teach us all /slideshow/what-swift-can-teach-us-all/61674590 whatswiftcanteachusall-160504153136
Lightening Talk I gave at Inaka in November 2015, after having developed Swift for a while. It contains some lessons, mostly learned from the functional paradigm, that can be useful for any developer.]]>

Lightening Talk I gave at Inaka in November 2015, after having developed Swift for a while. It contains some lessons, mostly learned from the functional paradigm, that can be useful for any developer.]]>
Wed, 04 May 2016 15:31:36 GMT /slideshow/what-swift-can-teach-us-all/61674590 PabloVillar5@slideshare.net(PabloVillar5) What Swift can teach us all PabloVillar5 Lightening Talk I gave at Inaka in November 2015, after having developed Swift for a while. It contains some lessons, mostly learned from the functional paradigm, that can be useful for any developer. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/whatswiftcanteachusall-160504153136-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Lightening Talk I gave at Inaka in November 2015, after having developed Swift for a while. It contains some lessons, mostly learned from the functional paradigm, that can be useful for any developer.
What Swift can teach us all from Pablo Villar
]]>
400 5 https://cdn.slidesharecdn.com/ss_thumbnails/whatswiftcanteachusall-160504153136-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Little lessons learned from Swift /slideshow/little-lessons-learned-from-swift/61674211 swiftlittlelessons-160504152255
Some slides I prepared once upon a time for one of our knowledge-sharing meetings with our iOS team at Inaka.]]>

Some slides I prepared once upon a time for one of our knowledge-sharing meetings with our iOS team at Inaka.]]>
Wed, 04 May 2016 15:22:55 GMT /slideshow/little-lessons-learned-from-swift/61674211 PabloVillar5@slideshare.net(PabloVillar5) Little lessons learned from Swift PabloVillar5 Some slides I prepared once upon a time for one of our knowledge-sharing meetings with our iOS team at Inaka. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/swiftlittlelessons-160504152255-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Some slides I prepared once upon a time for one of our knowledge-sharing meetings with our iOS team at Inaka.
Little lessons learned from Swift from Pablo Villar
]]>
259 4 https://cdn.slidesharecdn.com/ss_thumbnails/swiftlittlelessons-160504152255-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Dependency Injection in iOS /slideshow/dependency-injection-in-ios/61673607 di-160504150836
Lightening Talk I gave at Inaka in May 2014. This is sort of the continuation of my previous iOS TDD talk. Since TDD and DI go quite hand in hand and they are both extend concepts to learn in one shot, I had to prepare a completely separated talk for spreading to my fellows the DI knowledge I had acquired.]]>

Lightening Talk I gave at Inaka in May 2014. This is sort of the continuation of my previous iOS TDD talk. Since TDD and DI go quite hand in hand and they are both extend concepts to learn in one shot, I had to prepare a completely separated talk for spreading to my fellows the DI knowledge I had acquired.]]>
Wed, 04 May 2016 15:08:36 GMT /slideshow/dependency-injection-in-ios/61673607 PabloVillar5@slideshare.net(PabloVillar5) Dependency Injection in iOS PabloVillar5 Lightening Talk I gave at Inaka in May 2014. This is sort of the continuation of my previous iOS TDD talk. Since TDD and DI go quite hand in hand and they are both extend concepts to learn in one shot, I had to prepare a completely separated talk for spreading to my fellows the DI knowledge I had acquired. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/di-160504150836-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Lightening Talk I gave at Inaka in May 2014. This is sort of the continuation of my previous iOS TDD talk. Since TDD and DI go quite hand in hand and they are both extend concepts to learn in one shot, I had to prepare a completely separated talk for spreading to my fellows the DI knowledge I had acquired.
Dependency Injection in iOS from Pablo Villar
]]>
641 6 https://cdn.slidesharecdn.com/ss_thumbnails/di-160504150836-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Developing Swift - Moving towards the future /PabloVillar5/developing-swift-moving-towards-the-future eci2015-swift-160504144221
This is a talk I gave at Ciudad Universitaria de Buenos Aires on July 23rd, 2015. The idea was expressing how it felt for me (and my co-worker fellows at Inaka) start using Swift in our projects. The talk has three aims: - Speaking a bit about Swift's history. - Communicating how our mindset as iOS developers has changed from an attitude point of view, rather than technical. - Speaking briefly about one of Swift's features (optionals) and showing some code.]]>

This is a talk I gave at Ciudad Universitaria de Buenos Aires on July 23rd, 2015. The idea was expressing how it felt for me (and my co-worker fellows at Inaka) start using Swift in our projects. The talk has three aims: - Speaking a bit about Swift's history. - Communicating how our mindset as iOS developers has changed from an attitude point of view, rather than technical. - Speaking briefly about one of Swift's features (optionals) and showing some code.]]>
Wed, 04 May 2016 14:42:21 GMT /PabloVillar5/developing-swift-moving-towards-the-future PabloVillar5@slideshare.net(PabloVillar5) Developing Swift - Moving towards the future PabloVillar5 This is a talk I gave at Ciudad Universitaria de Buenos Aires on July 23rd, 2015. The idea was expressing how it felt for me (and my co-worker fellows at Inaka) start using Swift in our projects. The talk has three aims: - Speaking a bit about Swift's history. - Communicating how our mindset as iOS developers has changed from an attitude point of view, rather than technical. - Speaking briefly about one of Swift's features (optionals) and showing some code. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/eci2015-swift-160504144221-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This is a talk I gave at Ciudad Universitaria de Buenos Aires on July 23rd, 2015. The idea was expressing how it felt for me (and my co-worker fellows at Inaka) start using Swift in our projects. The talk has three aims: - Speaking a bit about Swift&#39;s history. - Communicating how our mindset as iOS developers has changed from an attitude point of view, rather than technical. - Speaking briefly about one of Swift&#39;s features (optionals) and showing some code.
Developing Swift - Moving towards the future from Pablo Villar
]]>
311 5 https://cdn.slidesharecdn.com/ss_thumbnails/eci2015-swift-160504144221-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
iOS Test-Driven Development /PabloVillar5/ios-testdriven-development iostest-drivendevelopmentpablovillar-141104125408-conversion-gate02
Lightening Talk I gave at Inaka in April 2014. I was in charge of investigating test-driven development for our iOS mobile team. Since I realized it was such a big concept, after having gathered enough information and having played with it enough, I decided to introduce my fellows on the topic by presenting it in a formal talk with slides. The aim was teaching them a different way of developing, which, for us, at that moment, was completely new and controversial.]]>

Lightening Talk I gave at Inaka in April 2014. I was in charge of investigating test-driven development for our iOS mobile team. Since I realized it was such a big concept, after having gathered enough information and having played with it enough, I decided to introduce my fellows on the topic by presenting it in a formal talk with slides. The aim was teaching them a different way of developing, which, for us, at that moment, was completely new and controversial.]]>
Tue, 04 Nov 2014 12:54:08 GMT /PabloVillar5/ios-testdriven-development PabloVillar5@slideshare.net(PabloVillar5) iOS Test-Driven Development PabloVillar5 Lightening Talk I gave at Inaka in April 2014. I was in charge of investigating test-driven development for our iOS mobile team. Since I realized it was such a big concept, after having gathered enough information and having played with it enough, I decided to introduce my fellows on the topic by presenting it in a formal talk with slides. The aim was teaching them a different way of developing, which, for us, at that moment, was completely new and controversial. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/iostest-drivendevelopmentpablovillar-141104125408-conversion-gate02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Lightening Talk I gave at Inaka in April 2014. I was in charge of investigating test-driven development for our iOS mobile team. Since I realized it was such a big concept, after having gathered enough information and having played with it enough, I decided to introduce my fellows on the topic by presenting it in a formal talk with slides. The aim was teaching them a different way of developing, which, for us, at that moment, was completely new and controversial.
iOS Test-Driven Development from Pablo Villar
]]>
1494 3 https://cdn.slidesharecdn.com/ss_thumbnails/iostest-drivendevelopmentpablovillar-141104125408-conversion-gate02-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
https://cdn.slidesharecdn.com/profile-photo-PabloVillar5-48x48.jpg?cb=1523645987 When I was 5 years old I got my first computer. It instantly became my favorite toy and by the age of 12 I started making my own visual basic scripts for fun. Those scripts led me to my first programming language: Visual Basic. At that moment, I knew I had found my passion. It was the reason why as a teenager I spent countless hours programming and discovering this wonderful world by learning as much I could on my own and making simple applications. I would have never imagined that something I had started to do just for fun would later become the key to programming as a professional. I began studying Computer Engineering in 2008 and from that moment on my programming life transformed fr... https://cdn.slidesharecdn.com/ss_thumbnails/warilis-160609134510-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/writing-a-rest-interconnection-library-in-swift/62896040 Writing a REST Interco... https://cdn.slidesharecdn.com/ss_thumbnails/fromobjective-ctoswift-160602164304-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/from-objectivec-to-swift/62664773 From Objective-C to Swift https://cdn.slidesharecdn.com/ss_thumbnails/whatswiftcanteachusall-160504153136-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/what-swift-can-teach-us-all/61674590 What Swift can teach u...