際際滷shows by User: jfaustin / http://www.slideshare.net/images/logo.gif 際際滷shows by User: jfaustin / Sat, 26 Apr 2014 13:56:40 GMT 際際滷Share feed for 際際滷shows by User: jfaustin Introduction to Elasticsearch /slideshow/introduction-to-elasticsearch-33976717/33976717 introductiontoelasticsearch-140426135640-phpapp02
Elasticsearch is a powerful, distributed, open source searching technology. By integrating Elasticsearch into your application, you instantly provide a way to search a lot of data very quickly. Elasticsearch has a RESTful API, it scales, its super fast, you can use plugins to customize it, and much more. In this talk I go over the basics of setting up Elasticsearch, creating a search index, importing your data, and doing some basic searching. I also touch on a few advanced topics that will show the flexibility of this awesome service.]]>

Elasticsearch is a powerful, distributed, open source searching technology. By integrating Elasticsearch into your application, you instantly provide a way to search a lot of data very quickly. Elasticsearch has a RESTful API, it scales, its super fast, you can use plugins to customize it, and much more. In this talk I go over the basics of setting up Elasticsearch, creating a search index, importing your data, and doing some basic searching. I also touch on a few advanced topics that will show the flexibility of this awesome service.]]>
Sat, 26 Apr 2014 13:56:40 GMT /slideshow/introduction-to-elasticsearch-33976717/33976717 jfaustin@slideshare.net(jfaustin) Introduction to Elasticsearch jfaustin Elasticsearch is a powerful, distributed, open source searching technology. By integrating Elasticsearch into your application, you instantly provide a way to search a lot of data very quickly. Elasticsearch has a RESTful API, it scales, its super fast, you can use plugins to customize it, and much more. In this talk I go over the basics of setting up Elasticsearch, creating a search index, importing your data, and doing some basic searching. I also touch on a few advanced topics that will show the flexibility of this awesome service. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/introductiontoelasticsearch-140426135640-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Elasticsearch is a powerful, distributed, open source searching technology. By integrating Elasticsearch into your application, you instantly provide a way to search a lot of data very quickly. Elasticsearch has a RESTful API, it scales, its super fast, you can use plugins to customize it, and much more. In this talk I go over the basics of setting up Elasticsearch, creating a search index, importing your data, and doing some basic searching. I also touch on a few advanced topics that will show the flexibility of this awesome service.
Introduction to Elasticsearch from Jason Austin
]]>
7828 3 https://cdn.slidesharecdn.com/ss_thumbnails/introductiontoelasticsearch-140426135640-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
Service Oriented Architecture /slideshow/service-oriented-architecture-21341960/21341960 pintlabs-soa-130517115658-phpapp02
PintLabs talk from php|tek 2013]]>

PintLabs talk from php|tek 2013]]>
Fri, 17 May 2013 11:56:58 GMT /slideshow/service-oriented-architecture-21341960/21341960 jfaustin@slideshare.net(jfaustin) Service Oriented Architecture jfaustin PintLabs talk from php|tek 2013 <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/pintlabs-soa-130517115658-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> PintLabs talk from php|tek 2013
Service Oriented Architecture from Jason Austin
]]>
2586 3 https://cdn.slidesharecdn.com/ss_thumbnails/pintlabs-soa-130517115658-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
Design patterns /jfaustin/design-patterns-19977489 designpatterns-130425142413-phpapp01
]]>

]]>
Thu, 25 Apr 2013 14:24:13 GMT /jfaustin/design-patterns-19977489 jfaustin@slideshare.net(jfaustin) Design patterns jfaustin <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/designpatterns-130425142413-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Design patterns from Jason Austin
]]>
1150 2 https://cdn.slidesharecdn.com/ss_thumbnails/designpatterns-130425142413-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
How Beer Made Me A Better Developer /slideshow/how-beer-made-me-a-better-developer/10503386 howbeermademeabetterdeveloper-111207123312-phpapp01
How Beer Made Me a Better Developer]]>

How Beer Made Me a Better Developer]]>
Wed, 07 Dec 2011 12:33:12 GMT /slideshow/how-beer-made-me-a-better-developer/10503386 jfaustin@slideshare.net(jfaustin) How Beer Made Me A Better Developer jfaustin How Beer Made Me a Better Developer <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/howbeermademeabetterdeveloper-111207123312-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> How Beer Made Me a Better Developer
How Beer Made Me A Better Developer from Jason Austin
]]>
1229 2 https://cdn.slidesharecdn.com/ss_thumbnails/howbeermademeabetterdeveloper-111207123312-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
Securing Your API /slideshow/securing-your-api/8112913 securingyourapi-110526103134-phpapp01
Providing an Application Programming Interface (or API) has become a crucial piece of the modern web application. APIs provide opportunities to build the ecosystem around your application, opening doors for collaboration and innovative mashups. However, the API opens up another entry point into your application, requiring that you somehow secure the access to it. This talk will outline some of the options you have when securing your API. Ill give overviews and implementation tips on some of the more popular schemes such as OAuth, HTTP authentication, and generating API keys. Well also look at some general API best practices such as rate limiting, error handling, and secure data communication.]]>

Providing an Application Programming Interface (or API) has become a crucial piece of the modern web application. APIs provide opportunities to build the ecosystem around your application, opening doors for collaboration and innovative mashups. However, the API opens up another entry point into your application, requiring that you somehow secure the access to it. This talk will outline some of the options you have when securing your API. Ill give overviews and implementation tips on some of the more popular schemes such as OAuth, HTTP authentication, and generating API keys. Well also look at some general API best practices such as rate limiting, error handling, and secure data communication.]]>
Thu, 26 May 2011 10:31:29 GMT /slideshow/securing-your-api/8112913 jfaustin@slideshare.net(jfaustin) Securing Your API jfaustin Providing an Application Programming Interface (or API) has become a crucial piece of the modern web application. APIs provide opportunities to build the ecosystem around your application, opening doors for collaboration and innovative mashups. However, the API opens up another entry point into your application, requiring that you somehow secure the access to it. This talk will outline some of the options you have when securing your API. Ill give overviews and implementation tips on some of the more popular schemes such as OAuth, HTTP authentication, and generating API keys. Well also look at some general API best practices such as rate limiting, error handling, and secure data communication. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/securingyourapi-110526103134-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Providing an Application Programming Interface (or API) has become a crucial piece of the modern web application. APIs provide opportunities to build the ecosystem around your application, opening doors for collaboration and innovative mashups. However, the API opens up another entry point into your application, requiring that you somehow secure the access to it. This talk will outline some of the options you have when securing your API. Ill give overviews and implementation tips on some of the more popular schemes such as OAuth, HTTP authentication, and generating API keys. Well also look at some general API best practices such as rate limiting, error handling, and secure data communication.
Securing Your API from Jason Austin
]]>
17853 6 https://cdn.slidesharecdn.com/ss_thumbnails/securingyourapi-110526103134-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
Preparing Traditional Media for a Mobile World /jfaustin/preparing-traditional-media-for-a-mobile-world preparingtraditionalmediaforamobileworld-110119130815-phpapp02
Presentation on preparing traditional content for a mobile experience.]]>

Presentation on preparing traditional content for a mobile experience.]]>
Wed, 19 Jan 2011 13:08:00 GMT /jfaustin/preparing-traditional-media-for-a-mobile-world jfaustin@slideshare.net(jfaustin) Preparing Traditional Media for a Mobile World jfaustin Presentation on preparing traditional content for a mobile experience. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/preparingtraditionalmediaforamobileworld-110119130815-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation on preparing traditional content for a mobile experience.
Preparing Traditional Media for a Mobile World from Jason Austin
]]>
899 1 https://cdn.slidesharecdn.com/ss_thumbnails/preparingtraditionalmediaforamobileworld-110119130815-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
Object Oriented PHP5 /slideshow/object-oriented-php5/6629933 tripug-oopwithphp5-key-110119125502-phpapp01
Discussion on the techniques and principles of Object Oriented PHP5, including encapsulation, polymorphism, inheritance, scoping, and more.]]>

Discussion on the techniques and principles of Object Oriented PHP5, including encapsulation, polymorphism, inheritance, scoping, and more.]]>
Wed, 19 Jan 2011 12:54:52 GMT /slideshow/object-oriented-php5/6629933 jfaustin@slideshare.net(jfaustin) Object Oriented PHP5 jfaustin Discussion on the techniques and principles of Object Oriented PHP5, including encapsulation, polymorphism, inheritance, scoping, and more. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/tripug-oopwithphp5-key-110119125502-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Discussion on the techniques and principles of Object Oriented PHP5, including encapsulation, polymorphism, inheritance, scoping, and more.
Object Oriented PHP5 from Jason Austin
]]>
42534 8 https://cdn.slidesharecdn.com/ss_thumbnails/tripug-oopwithphp5-key-110119125502-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
UNC CAUSE - Going Mobile On Campus /slideshow/unc-cause-going-mobile-on-campus/5716903 unccausemobilepanel-101109110116-phpapp02
Mobile devices have become an integral part of the university environment providing computing and connectivity in a way never before possible. Join ECU, NC State, and UNC-W for a panel discussion on organizing, implementing and deploying mobile-based services on campus. Steve Forehand will talk about ECU's Onestop Mobile campus portal, which allows students to access course grades, course schedules, schedule appointments with their adviser, access Self Service Banner, and more. Jason Austin will talk about organizing and growing NC State's mobile initiatives, ranging from their mobile Web site, iPhone applications, location-based applications and more. Jeff Brown will talk about UNC-W's Value Add in the Hand initiative, which mixes text messaging with campus services and mobile gaming. Emphasis will be on lessons learned and challenges encountered. Real-world examples will be highlighted.]]>

Mobile devices have become an integral part of the university environment providing computing and connectivity in a way never before possible. Join ECU, NC State, and UNC-W for a panel discussion on organizing, implementing and deploying mobile-based services on campus. Steve Forehand will talk about ECU's Onestop Mobile campus portal, which allows students to access course grades, course schedules, schedule appointments with their adviser, access Self Service Banner, and more. Jason Austin will talk about organizing and growing NC State's mobile initiatives, ranging from their mobile Web site, iPhone applications, location-based applications and more. Jeff Brown will talk about UNC-W's Value Add in the Hand initiative, which mixes text messaging with campus services and mobile gaming. Emphasis will be on lessons learned and challenges encountered. Real-world examples will be highlighted.]]>
Tue, 09 Nov 2010 11:01:04 GMT /slideshow/unc-cause-going-mobile-on-campus/5716903 jfaustin@slideshare.net(jfaustin) UNC CAUSE - Going Mobile On Campus jfaustin Mobile devices have become an integral part of the university environment providing computing and connectivity in a way never before possible. Join ECU, NC State, and UNC-W for a panel discussion on organizing, implementing and deploying mobile-based services on campus. Steve Forehand will talk about ECU's Onestop Mobile campus portal, which allows students to access course grades, course schedules, schedule appointments with their adviser, access Self Service Banner, and more. Jason Austin will talk about organizing and growing NC State's mobile initiatives, ranging from their mobile Web site, iPhone applications, location-based applications and more. Jeff Brown will talk about UNC-W's Value Add in the Hand initiative, which mixes text messaging with campus services and mobile gaming. Emphasis will be on lessons learned and challenges encountered. Real-world examples will be highlighted. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/unccausemobilepanel-101109110116-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Mobile devices have become an integral part of the university environment providing computing and connectivity in a way never before possible. Join ECU, NC State, and UNC-W for a panel discussion on organizing, implementing and deploying mobile-based services on campus. Steve Forehand will talk about ECU&#39;s Onestop Mobile campus portal, which allows students to access course grades, course schedules, schedule appointments with their adviser, access Self Service Banner, and more. Jason Austin will talk about organizing and growing NC State&#39;s mobile initiatives, ranging from their mobile Web site, iPhone applications, location-based applications and more. Jeff Brown will talk about UNC-W&#39;s Value Add in the Hand initiative, which mixes text messaging with campus services and mobile gaming. Emphasis will be on lessons learned and challenges encountered. Real-world examples will be highlighted.
UNC CAUSE - Going Mobile On Campus from Jason Austin
]]>
1423 3 https://cdn.slidesharecdn.com/ss_thumbnails/unccausemobilepanel-101109110116-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
RSS Like A Ninja /slideshow/rss-like-a-ninja/4908846 rsslikeaninja-100805115745-phpapp02
Get schooled in the arts of RSS. Learn what RSS is, why it's useful, how to create feeds, and how to consume feeds. ]]>

Get schooled in the arts of RSS. Learn what RSS is, why it's useful, how to create feeds, and how to consume feeds. ]]>
Thu, 05 Aug 2010 11:57:37 GMT /slideshow/rss-like-a-ninja/4908846 jfaustin@slideshare.net(jfaustin) RSS Like A Ninja jfaustin Get schooled in the arts of RSS. Learn what RSS is, why it's useful, how to create feeds, and how to consume feeds. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/rsslikeaninja-100805115745-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Get schooled in the arts of RSS. Learn what RSS is, why it&#39;s useful, how to create feeds, and how to consume feeds.
RSS Like A Ninja from Jason Austin
]]>
812 1 https://cdn.slidesharecdn.com/ss_thumbnails/rsslikeaninja-100805115745-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
Lean mean php machine /slideshow/lean-mean-php-machine/4203496 leanmeanphpmachine-100521101626-phpapp02
Implementing software development best practices can be a challenging feat, especially if you are in a very small team of developers. Little to no budget, stress to just get something out, and lack of understanding from management of what you really do means you have to make sacrifices, right? This talk will give you some insight on accomplishing your goals of being a top-rated development shop, even if you are an army of one. From justifying those best practices to utilizing free services to hiring additional help, this talk will run the gamut of running a software development shop at a small scale.]]>

Implementing software development best practices can be a challenging feat, especially if you are in a very small team of developers. Little to no budget, stress to just get something out, and lack of understanding from management of what you really do means you have to make sacrifices, right? This talk will give you some insight on accomplishing your goals of being a top-rated development shop, even if you are an army of one. From justifying those best practices to utilizing free services to hiring additional help, this talk will run the gamut of running a software development shop at a small scale.]]>
Fri, 21 May 2010 10:16:15 GMT /slideshow/lean-mean-php-machine/4203496 jfaustin@slideshare.net(jfaustin) Lean mean php machine jfaustin Implementing software development best practices can be a challenging feat, especially if you are in a very small team of developers. Little to no budget, stress to just get something out, and lack of understanding from management of what you really do means you have to make sacrifices, right? This talk will give you some insight on accomplishing your goals of being a top-rated development shop, even if you are an army of one. From justifying those best practices to utilizing free services to hiring additional help, this talk will run the gamut of running a software development shop at a small scale. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/leanmeanphpmachine-100521101626-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Implementing software development best practices can be a challenging feat, especially if you are in a very small team of developers. Little to no budget, stress to just get something out, and lack of understanding from management of what you really do means you have to make sacrifices, right? This talk will give you some insight on accomplishing your goals of being a top-rated development shop, even if you are an army of one. From justifying those best practices to utilizing free services to hiring additional help, this talk will run the gamut of running a software development shop at a small scale.
Lean mean php machine from Jason Austin
]]>
7577 7 https://cdn.slidesharecdn.com/ss_thumbnails/leanmeanphpmachine-100521101626-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
Web Hosting Pilot - NC State University /slideshow/web-hosting-pilot-nc-state-university/2625845 hostingpilotdec2009presentation-091201134822-phpapp02
NC State University has been working to put together a pilot project to extend the capabilities for web hosting on campus. This is a preliminary report of the progress of the project, given at a "Lunch and Learn" series on Dec. 1 2009.]]>

NC State University has been working to put together a pilot project to extend the capabilities for web hosting on campus. This is a preliminary report of the progress of the project, given at a "Lunch and Learn" series on Dec. 1 2009.]]>
Tue, 01 Dec 2009 13:48:13 GMT /slideshow/web-hosting-pilot-nc-state-university/2625845 jfaustin@slideshare.net(jfaustin) Web Hosting Pilot - NC State University jfaustin NC State University has been working to put together a pilot project to extend the capabilities for web hosting on campus. This is a preliminary report of the progress of the project, given at a "Lunch and Learn" series on Dec. 1 2009. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/hostingpilotdec2009presentation-091201134822-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> NC State University has been working to put together a pilot project to extend the capabilities for web hosting on campus. This is a preliminary report of the progress of the project, given at a &quot;Lunch and Learn&quot; series on Dec. 1 2009.
Web Hosting Pilot - NC State University from Jason Austin
]]>
1029 6 https://cdn.slidesharecdn.com/ss_thumbnails/hostingpilotdec2009presentation-091201134822-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
Tweeting For NC State University /slideshow/tweeting-for-nc-state-university/2527456 tweetingforncstateuniversity-091118073244-phpapp01
How to tweet on behalf of NC State University.]]>

How to tweet on behalf of NC State University.]]>
Wed, 18 Nov 2009 07:32:08 GMT /slideshow/tweeting-for-nc-state-university/2527456 jfaustin@slideshare.net(jfaustin) Tweeting For NC State University jfaustin How to tweet on behalf of NC State University. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/tweetingforncstateuniversity-091118073244-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> How to tweet on behalf of NC State University.
Tweeting For NC State University from Jason Austin
]]>
12494 18 https://cdn.slidesharecdn.com/ss_thumbnails/tweetingforncstateuniversity-091118073244-phpapp01-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
Pathways Project on NCSU Web Dev /slideshow/pathways-project-on-ncsu-web-dev-1442441/1442441 pathwaysproject-090515163705-phpapp01
Pathways project report about the NCSU Web Dev group on Ning.]]>

Pathways project report about the NCSU Web Dev group on Ning.]]>
Fri, 15 May 2009 16:36:45 GMT /slideshow/pathways-project-on-ncsu-web-dev-1442441/1442441 jfaustin@slideshare.net(jfaustin) Pathways Project on NCSU Web Dev jfaustin Pathways project report about the NCSU Web Dev group on Ning. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/pathwaysproject-090515163705-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Pathways project report about the NCSU Web Dev group on Ning.
Pathways Project on NCSU Web Dev from Jason Austin
]]>
678 2 https://cdn.slidesharecdn.com/ss_thumbnails/pathwaysproject-090515163705-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
https://cdn.slidesharecdn.com/profile-photo-jfaustin-48x48.jpg?cb=1522827999 I am first and foremost a PHP developer. I love me some social media and am always looking for new ways to connect with people. I am also a huge NC State football fan. Find me on twitter at http://twitter.com/jason_austin jasonawesome.com https://cdn.slidesharecdn.com/ss_thumbnails/introductiontoelasticsearch-140426135640-phpapp02-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/introduction-to-elasticsearch-33976717/33976717 Introduction to Elasti... https://cdn.slidesharecdn.com/ss_thumbnails/pintlabs-soa-130517115658-phpapp02-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/service-oriented-architecture-21341960/21341960 Service Oriented Archi... https://cdn.slidesharecdn.com/ss_thumbnails/designpatterns-130425142413-phpapp01-thumbnail.jpg?width=320&height=320&fit=bounds jfaustin/design-patterns-19977489 Design patterns