ºÝºÝߣshows by User: jibyjohnc / http://www.slideshare.net/images/logo.gif ºÝºÝߣshows by User: jibyjohnc / Sun, 11 Dec 2011 01:09:17 GMT ºÝºÝߣShare feed for ºÝºÝߣshows by User: jibyjohnc jQuery 1.7 visual cheat sheet /slideshow/jquery-17-visual-cheat-sheet/10547294 jquery-17-visual-cheat-sheet-111211010919-phpapp01
The new edition of jQuery Visual Cheat Sheet put together by Antonio Lupetti includes all the reference you will ever need for jQuery 1.7.1 API.]]>

The new edition of jQuery Visual Cheat Sheet put together by Antonio Lupetti includes all the reference you will ever need for jQuery 1.7.1 API.]]>
Sun, 11 Dec 2011 01:09:17 GMT /slideshow/jquery-17-visual-cheat-sheet/10547294 jibyjohnc@slideshare.net(jibyjohnc) jQuery 1.7 visual cheat sheet jibyjohnc The new edition of jQuery Visual Cheat Sheet put together by Antonio Lupetti includes all the reference you will ever need for jQuery 1.7.1 API. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/jquery-17-visual-cheat-sheet-111211010919-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> The new edition of jQuery Visual Cheat Sheet put together by Antonio Lupetti includes all the reference you will ever need for jQuery 1.7.1 API.
jQuery 1.7 visual cheat sheet from Jiby John
]]>
5294 9 https://cdn.slidesharecdn.com/ss_thumbnails/jquery-17-visual-cheat-sheet-111211010919-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
jQquerysummit - Large-scale JavaScript Application Architecture /jibyjohnc/jqquerysummit-largescale-javascript-application-architecture jquerysummitshare-111117040722-phpapp02
Useful patterns for developing large-scale JavaScript applications that are highly decoupled.]]>

Useful patterns for developing large-scale JavaScript applications that are highly decoupled.]]>
Thu, 17 Nov 2011 04:07:20 GMT /jibyjohnc/jqquerysummit-largescale-javascript-application-architecture jibyjohnc@slideshare.net(jibyjohnc) jQquerysummit - Large-scale JavaScript Application Architecture jibyjohnc Useful patterns for developing large-scale JavaScript applications that are highly decoupled. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/jquerysummitshare-111117040722-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Useful patterns for developing large-scale JavaScript applications that are highly decoupled.
jQquerysummit - Large-scale JavaScript Application Architecture from Jiby John
]]>
24003 134 https://cdn.slidesharecdn.com/ss_thumbnails/jquerysummitshare-111117040722-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
Rx: Curing Your Asynchronous Programming Blues | QCon London /slideshow/rx-curing-your-asynchronous-programming-blues-qcon-london/8147411 qconlondon11-bartdesmet-yourprescriptiontocureasynchronousprogrammingblues-110530022210-phpapp02
At Microsofts Professional Developers Conference (PDC) a few years back, we introduced the LINQ project to solve the impedance mismatch between various data models by means of integrated query syntax in mainstream programming languages. Today, we’re seeing a rich ecosystem around LINQ providers that allow developers to reach out to many more data sources. However, there’s a lot of opportunity left to democratize even more data models. Based on the theory of monads, we’ll explore the incredibly powerful nature of query comprehensions to build reactive queries. Asynchronous, event-driven "reactive" programming is way too hard in today's world of development tools and frameworks. The huge amount of manual and error-prone plumbing leads to incomprehensible and hard to maintain code. As we reach out to services in the cloud, the desire for asynchronous computation is ever increasing, requiring a fresh look on the problems imposed by reactive programming. Centered around the concept of observable data sources, Rx provides a framework that takes care of the hard parts of reactive programming. Instead of focusing on the hard parts, you now can start dreaming about the endless possibilities of composing queries over asynchronous data sources, piggybacking on convenient LINQ syntax. In this session, we'll cover the design philosophy of Rx, rooted on the deep duality between the interactive IEnumerable interface and the new reactive IObservable interface in .NET 4. From this core understanding, we'll start looking at various combinators and operators defined over observable collections, as provided by Rx, driving concepts home by a bunch of samples. Finally, if time permits, we'll look at the Reactive Extensions for JavaScript which allows us to take the concepts we already know from Rx and apply them to JavaScript and have deep integration with libraries such as jQuery. Democratizing asynchronous programming starts today. Don't miss out on it!]]>

At Microsofts Professional Developers Conference (PDC) a few years back, we introduced the LINQ project to solve the impedance mismatch between various data models by means of integrated query syntax in mainstream programming languages. Today, we’re seeing a rich ecosystem around LINQ providers that allow developers to reach out to many more data sources. However, there’s a lot of opportunity left to democratize even more data models. Based on the theory of monads, we’ll explore the incredibly powerful nature of query comprehensions to build reactive queries. Asynchronous, event-driven "reactive" programming is way too hard in today's world of development tools and frameworks. The huge amount of manual and error-prone plumbing leads to incomprehensible and hard to maintain code. As we reach out to services in the cloud, the desire for asynchronous computation is ever increasing, requiring a fresh look on the problems imposed by reactive programming. Centered around the concept of observable data sources, Rx provides a framework that takes care of the hard parts of reactive programming. Instead of focusing on the hard parts, you now can start dreaming about the endless possibilities of composing queries over asynchronous data sources, piggybacking on convenient LINQ syntax. In this session, we'll cover the design philosophy of Rx, rooted on the deep duality between the interactive IEnumerable interface and the new reactive IObservable interface in .NET 4. From this core understanding, we'll start looking at various combinators and operators defined over observable collections, as provided by Rx, driving concepts home by a bunch of samples. Finally, if time permits, we'll look at the Reactive Extensions for JavaScript which allows us to take the concepts we already know from Rx and apply them to JavaScript and have deep integration with libraries such as jQuery. Democratizing asynchronous programming starts today. Don't miss out on it!]]>
Mon, 30 May 2011 02:22:06 GMT /slideshow/rx-curing-your-asynchronous-programming-blues-qcon-london/8147411 jibyjohnc@slideshare.net(jibyjohnc) Rx: Curing Your Asynchronous Programming Blues | QCon London jibyjohnc At Microsofts Professional Developers Conference (PDC) a few years back, we introduced the LINQ project to solve the impedance mismatch between various data models by means of integrated query syntax in mainstream programming languages. Today, we’re seeing a rich ecosystem around LINQ providers that allow developers to reach out to many more data sources. However, there’s a lot of opportunity left to democratize even more data models. Based on the theory of monads, we’ll explore the incredibly powerful nature of query comprehensions to build reactive queries. Asynchronous, event-driven "reactive" programming is way too hard in today's world of development tools and frameworks. The huge amount of manual and error-prone plumbing leads to incomprehensible and hard to maintain code. As we reach out to services in the cloud, the desire for asynchronous computation is ever increasing, requiring a fresh look on the problems imposed by reactive programming. Centered around the concept of observable data sources, Rx provides a framework that takes care of the hard parts of reactive programming. Instead of focusing on the hard parts, you now can start dreaming about the endless possibilities of composing queries over asynchronous data sources, piggybacking on convenient LINQ syntax. In this session, we'll cover the design philosophy of Rx, rooted on the deep duality between the interactive IEnumerable interface and the new reactive IObservable interface in .NET 4. From this core understanding, we'll start looking at various combinators and operators defined over observable collections, as provided by Rx, driving concepts home by a bunch of samples. Finally, if time permits, we'll look at the Reactive Extensions for JavaScript which allows us to take the concepts we already know from Rx and apply them to JavaScript and have deep integration with libraries such as jQuery. Democratizing asynchronous programming starts today. Don't miss out on it! <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/qconlondon11-bartdesmet-yourprescriptiontocureasynchronousprogrammingblues-110530022210-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> At Microsofts Professional Developers Conference (PDC) a few years back, we introduced the LINQ project to solve the impedance mismatch between various data models by means of integrated query syntax in mainstream programming languages. Today, we’re seeing a rich ecosystem around LINQ providers that allow developers to reach out to many more data sources. However, there’s a lot of opportunity left to democratize even more data models. Based on the theory of monads, we’ll explore the incredibly powerful nature of query comprehensions to build reactive queries. Asynchronous, event-driven &quot;reactive&quot; programming is way too hard in today&#39;s world of development tools and frameworks. The huge amount of manual and error-prone plumbing leads to incomprehensible and hard to maintain code. As we reach out to services in the cloud, the desire for asynchronous computation is ever increasing, requiring a fresh look on the problems imposed by reactive programming. Centered around the concept of observable data sources, Rx provides a framework that takes care of the hard parts of reactive programming. Instead of focusing on the hard parts, you now can start dreaming about the endless possibilities of composing queries over asynchronous data sources, piggybacking on convenient LINQ syntax. In this session, we&#39;ll cover the design philosophy of Rx, rooted on the deep duality between the interactive IEnumerable interface and the new reactive IObservable interface in .NET 4. From this core understanding, we&#39;ll start looking at various combinators and operators defined over observable collections, as provided by Rx, driving concepts home by a bunch of samples. Finally, if time permits, we&#39;ll look at the Reactive Extensions for JavaScript which allows us to take the concepts we already know from Rx and apply them to JavaScript and have deep integration with libraries such as jQuery. Democratizing asynchronous programming starts today. Don&#39;t miss out on it!
Rx: Curing Your Asynchronous Programming Blues | QCon London from Jiby John
]]>
1909 4 https://cdn.slidesharecdn.com/ss_thumbnails/qconlondon11-bartdesmet-yourprescriptiontocureasynchronousprogrammingblues-110530022210-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
Your Scrum Checklist: Scrum Hard Facts: Roles. Artefacts. All Meetings /slideshow/borsgloger-scrumchecklist-2010giveaway/7132331 borsglogerscrumchecklist2010giveaway-110303052328-phpapp02
About the Author: Boris Gloger is the No. 1 in Europe concerning Scrum in a company. He has successfully implemented Scrum in companies alone as well as together with his Scrum implementing teams, educated trainers in Germany, taught coaches how to use Scrum with teams, and in our opinion he has developed the most successful variant available for implementing Scrum. Furthermore he had a major impact on developing Scrum generally: The retrospective for instance is one of his influences. He also developed the Scrum Checklist, which is used worldwide, that helps teams to work with teams quickly. Boris has influenced and worked together with other important Scrum people like Ken Schwaber, Norman Kerth, Jeff Sutherland, Tobias Mayer, Jens Östergaard and many, many trainers and consultants. He is always ready to share his knowledge with his consultants, with thousands of participants of his trainings, and the readers of his blog www.borisgloger.com and books.]]>

About the Author: Boris Gloger is the No. 1 in Europe concerning Scrum in a company. He has successfully implemented Scrum in companies alone as well as together with his Scrum implementing teams, educated trainers in Germany, taught coaches how to use Scrum with teams, and in our opinion he has developed the most successful variant available for implementing Scrum. Furthermore he had a major impact on developing Scrum generally: The retrospective for instance is one of his influences. He also developed the Scrum Checklist, which is used worldwide, that helps teams to work with teams quickly. Boris has influenced and worked together with other important Scrum people like Ken Schwaber, Norman Kerth, Jeff Sutherland, Tobias Mayer, Jens Östergaard and many, many trainers and consultants. He is always ready to share his knowledge with his consultants, with thousands of participants of his trainings, and the readers of his blog www.borisgloger.com and books.]]>
Thu, 03 Mar 2011 05:23:23 GMT /slideshow/borsgloger-scrumchecklist-2010giveaway/7132331 jibyjohnc@slideshare.net(jibyjohnc) Your Scrum Checklist: Scrum Hard Facts: Roles. Artefacts. All Meetings jibyjohnc About the Author: Boris Gloger is the No. 1 in Europe concerning Scrum in a company. He has successfully implemented Scrum in companies alone as well as together with his Scrum implementing teams, educated trainers in Germany, taught coaches how to use Scrum with teams, and in our opinion he has developed the most successful variant available for implementing Scrum. Furthermore he had a major impact on developing Scrum generally: The retrospective for instance is one of his influences. He also developed the Scrum Checklist, which is used worldwide, that helps teams to work with teams quickly. Boris has influenced and worked together with other important Scrum people like Ken Schwaber, Norman Kerth, Jeff Sutherland, Tobias Mayer, Jens Östergaard and many, many trainers and consultants. He is always ready to share his knowledge with his consultants, with thousands of participants of his trainings, and the readers of his blog www.borisgloger.com and books. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/borsglogerscrumchecklist2010giveaway-110303052328-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> About the Author: Boris Gloger is the No. 1 in Europe concerning Scrum in a company. He has successfully implemented Scrum in companies alone as well as together with his Scrum implementing teams, educated trainers in Germany, taught coaches how to use Scrum with teams, and in our opinion he has developed the most successful variant available for implementing Scrum. Furthermore he had a major impact on developing Scrum generally: The retrospective for instance is one of his influences. He also developed the Scrum Checklist, which is used worldwide, that helps teams to work with teams quickly. Boris has influenced and worked together with other important Scrum people like Ken Schwaber, Norman Kerth, Jeff Sutherland, Tobias Mayer, Jens Östergaard and many, many trainers and consultants. He is always ready to share his knowledge with his consultants, with thousands of participants of his trainings, and the readers of his blog www.borisgloger.com and books.
Your Scrum Checklist: Scrum Hard Facts: Roles. Artefacts. All Meetings from Jiby John
]]>
3309 5 https://cdn.slidesharecdn.com/ss_thumbnails/borsglogerscrumchecklist2010giveaway-110303052328-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds document Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-jibyjohnc-48x48.jpg?cb=1523013233 A techie from Kochi, keen to learn more about new tech Gadgets and web2.0 Apps, A true lover & promoter of Green/Eco Friendly Products, A Fitness Freak. blog.amt.in https://cdn.slidesharecdn.com/ss_thumbnails/jquery-17-visual-cheat-sheet-111211010919-phpapp01-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/jquery-17-visual-cheat-sheet/10547294 jQuery 1.7 visual chea... https://cdn.slidesharecdn.com/ss_thumbnails/jquerysummitshare-111117040722-phpapp02-thumbnail.jpg?width=320&height=320&fit=bounds jibyjohnc/jqquerysummit-largescale-javascript-application-architecture jQquerysummit - Large-... https://cdn.slidesharecdn.com/ss_thumbnails/qconlondon11-bartdesmet-yourprescriptiontocureasynchronousprogrammingblues-110530022210-phpapp02-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/rx-curing-your-asynchronous-programming-blues-qcon-london/8147411 Rx: Curing Your Asynch...