<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Locke Data Talks</title>
    <link>https://itsalocke.com/talks/</link>
    <description>Recent content on Locke Data Talks</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <copyright>&lt;a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-nc-sa/4.0/&#34;&gt;&lt;img alt=&#34;Creative Commons License&#34; style=&#34;border-width:0&#34; src=&#34;https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png&#34; /&gt;&lt;/a&gt;&lt;br /&gt;This work is licensed under a &lt;a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-nc-sa/4.0/&#34;&gt;Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License&lt;/a&gt;.</copyright>
    <lastBuildDate>Fri, 21 Sep 2018 00:00:00 +0000</lastBuildDate>
    
        <atom:link href="https://itsalocke.com/talks/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Ethical Data Science: Tools and Practices</title>
      <link>https://itsalocke.com/talks/post/data-science-ethics/</link>
      <pubDate>Fri, 21 Sep 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/data-science-ethics/</guid>
      <description>
        
        

&lt;p&gt;Let&amp;rsquo;s talk ethics&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;We want to do no harm but sometimes our models have unintended consequences. Come learn about some of the ethical challenges we as data scientists may face, how we can put checklists and frameworks around ourselves to help ensure we don’t do unethical things accidentally, and what tools we can use to check our models for issues.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://1drv.ms/p/s!AiZm2P6YHtSfhLhpREexydR-8c11Ew&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://onedrive.live.com/embed?cid=9FD41E98FED86626&amp;amp;resid=9FD41E98FED86626%2172809&amp;amp;authkey=AH4PwWIy5KNo_nU&amp;amp;em=2&amp;amp;wdAr=1.7777777777777777&#34; width=&#34;962px&#34; height=&#34;565px&#34; frameborder=&#34;0&#34;&gt;This is an embedded &lt;a target=&#34;_blank&#34; href=&#34;https://office.com&#34;&gt;Microsoft Office&lt;/a&gt; presentation, powered by &lt;a target=&#34;_blank&#34; href=&#34;https://office.com/webapps&#34;&gt;Office Online&lt;/a&gt;.&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;September 21, 2018 -  &lt;a href=&#34;https://2018.techfest.ro/bucharest/&#34;&gt;techfest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Hands-on intro to SQL and R</title>
      <link>https://itsalocke.com/talks/post/sql-intro-workshop/</link>
      <pubDate>Mon, 03 Sep 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/sql-intro-workshop/</guid>
      <description>
        
        

&lt;p&gt;SQL is an important skill for everyone!&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Learn SQL from the comfort of RStudio in this 2.5 hour hands-on workshop. Using SQLite as our database of choice, we&amp;rsquo;ll learn the fundamentals of good data structures, querying single datasets, and combining multiple datasets for getting answers from across your database. Bring your laptop with RStudio and we&amp;rsquo;ll send more info closer to the date on packages to install.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://itsalocke.com/slides/sqlintro&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides//sqlintro&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;September 3rd, 2018 - &lt;a href=&#34;https://www.meetup.com/rladies-oslo/events/251469862/&#34;&gt;R Ladies Oslo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Shipping Data Science Products with R and Docker </title>
      <link>https://itsalocke.com/talks/post/shipping-r-with-docker/</link>
      <pubDate>Mon, 13 Aug 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/shipping-r-with-docker/</guid>
      <description>
        
        

&lt;p&gt;How do we get our R code into production more quickly?&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;There&amp;rsquo;s no point being a data scientist if your work never makes it to production. This session explores a solution for getting your code live, scalable, and easily managed.&lt;/p&gt;

&lt;p&gt;Covering models, dashboards, and other products built in R, you&amp;rsquo;ll look at how Docker containers can make managing dependencies a breeze, allow your code to be hosted anywhere, and have it work in high-scale systems.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://1drv.ms/p/s!AiZm2P6YHtSfg8xXXGFBfMdBqpwiBw&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://onedrive.live.com/embed?cid=9FD41E98FED86626&amp;amp;resid=9FD41E98FED86626%2158967&amp;amp;authkey=ALDGN26DPjuCRRU&amp;amp;em=2&amp;amp;wdAr=1.7777777777777777&#34; width=&#34;962px&#34; height=&#34;565px&#34; frameborder=&#34;0&#34;&gt;This is an embedded &lt;a target=&#34;_blank&#34; href=&#34;https://office.com&#34;&gt;Microsoft Office&lt;/a&gt; presentation, powered by &lt;a target=&#34;_blank&#34; href=&#34;https://office.com/webapps&#34;&gt;Office Online&lt;/a&gt;.&lt;/iframe&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://skillsmatter.com/skillscasts/11935-shipping-data-science-products-with-r-and-docker&#34;&gt;InfiniteConf vid&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;July 5th, 2018 - &lt;a href=&#34;https://skillsmatter.com/conferences/9780-infiniteconf-2018-the-conference-on-big-data-and-ai#overview&#34;&gt;InfiniteConf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;August 13th, 2018 - &lt;a href=&#34;http://hybridvc.pass.org&#34;&gt;PASS Hybrid VC&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>From Excel to R</title>
      <link>https://itsalocke.com/talks/post/from-excel-to-r/</link>
      <pubDate>Sat, 09 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/from-excel-to-r/</guid>
      <description>
        
        

&lt;p&gt;Welcome to this training space for journalists looking to see if R can be of use in the day job. Learn about the fundamentals of working with key formats in R. manipulating the data, and visualising it.&lt;/p&gt;

&lt;h2 id=&#34;notebooks&#34;&gt;Notebooks&lt;/h2&gt;

&lt;p&gt;Clone these &lt;a href=&#34;https://notebooks.azure.com/stephlocke/libraries/exceltor&#34;&gt;notebooks&lt;/a&gt; to tackle the exercises or just browse them to learn!&lt;/p&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;June 21st, 2018 - &lt;a href=&#34;http://datajconf.com&#34;&gt;European Data and Computational Journalism Conference&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Tidy Data Science</title>
      <link>https://itsalocke.com/talks/post/tidy-data-science/</link>
      <pubDate>Sat, 09 Jun 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/tidy-data-science/</guid>
      <description>
        
        

&lt;p&gt;Cut the lines of code you need to build awesome stuff. Going from getting data to deploying a model in three hours, you’ll get hands-on with the cutting-edge tidyverse packages that can at least halve the code you need to write!&lt;/p&gt;

&lt;h2 id=&#34;notebooks&#34;&gt;Notebooks&lt;/h2&gt;

&lt;p&gt;Clone these &lt;a href=&#34;https://notebooks.azure.com/stephlocke/libraries/tidy-data-science&#34;&gt;notebooks&lt;/a&gt; to tackle the exercises or just browse them to learn!&lt;/p&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;June 23rd, 2018 - &lt;a href=&#34;https://cardiff2018.satrdays.org&#34;&gt;satRdays Cardiff&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Modern R for data science</title>
      <link>https://itsalocke.com/talks/post/modern-r-data-science/</link>
      <pubDate>Fri, 25 May 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/modern-r-data-science/</guid>
      <description>
        
        

&lt;p&gt;What are the cutting edge R packages that&amp;rsquo;ll make doing data science a breeze?&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;R’s pace of change has been increasing and even the &lt;code&gt;caret&lt;/code&gt; package is being supplanted by newer, easier to use packages. In this session, I’ll walk you through what the latest workflows for data science can look like from getting data to deploying models.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://itsalocke.com/slides/moderndatascience.html&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/moderndatascience.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;May 24th, 2018 - &lt;a href=&#34;https://www.eventbrite.co.uk/e/r-and-data-science-with-steph-locke-from-locke-data-tickets-42227202700&#34;&gt;SQL Glasgow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Preparing your business for data science</title>
      <link>https://itsalocke.com/talks/post/preparing-business-for-datascience/</link>
      <pubDate>Fri, 23 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/preparing-business-for-datascience/</guid>
      <description>
        
        

&lt;p&gt;What do you need to be ready for data science?&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;So you&amp;rsquo;re thinking about doing implementing data science project in your business?&lt;/p&gt;

&lt;p&gt;You might be considering one or all of these options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hiring a data scientist&lt;/li&gt;
&lt;li&gt;Using existing staff&lt;/li&gt;
&lt;li&gt;Engaging a consultant&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Like with most things in business, if you fail to plan, you plan to fail.&lt;/p&gt;

&lt;p&gt;Starting out on a project without adequate planning, risks wasted time and money when you hit unexpected roadblocks. Additionally, putting a data science project into production without sufficient testing, monitoring, and due diligence around legal obligations, can expose you to substantial problems.&lt;/p&gt;

&lt;p&gt;I want to help you avoid as much as risk as possible by taking you through my data science readiness checklist, including topics like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Application development processes and capabilities&lt;/li&gt;
&lt;li&gt;Data platform maturity&lt;/li&gt;
&lt;li&gt;Use of data products within the business&lt;/li&gt;
&lt;li&gt;Skillsets of existing business intelligence and other analytical teams&lt;/li&gt;
&lt;li&gt;Analytical teams processes and capabilities&lt;/li&gt;
&lt;li&gt;IT and analytical teams alignment to business goals&lt;/li&gt;
&lt;li&gt;Recruitment, induction, and professional development processes&lt;/li&gt;
&lt;li&gt;Legal, ethical, and regulatory considerations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Armed with the checklist, there&amp;rsquo;ll be fewer &amp;ldquo;unknown unknowns&amp;rdquo; that could derail your project or cause extra cost. Let&amp;rsquo;s get planning!&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;../../../slides/datascience101&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/datascience101&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;February 23rd, 2018 - &lt;a href=&#34;//sqlbits.com&#34;&gt;SQLBits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>R for ETL</title>
      <link>https://itsalocke.com/talks/post/r-for-etl/</link>
      <pubDate>Sat, 10 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/r-for-etl/</guid>
      <description>
        
        

&lt;p&gt;Learn about R for moving data about.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/r101.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/r101.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;!--## Videos--&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;February 10th, 2018 - &lt;a href=&#34;http://www.techoutbound.com/index.html&#34;&gt;Tech Outbound&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Picking the right Microsoft tool for the data science job</title>
      <link>https://itsalocke.com/talks/post/picking-the-right-microsoft-tool-for-the-job/</link>
      <pubDate>Thu, 25 Jan 2018 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/picking-the-right-microsoft-tool-for-the-job/</guid>
      <description>
        
        

&lt;p&gt;Microsoft have a lot of great tools for doing data science. The trouble is they have a lot of great tools for doing data science! This session gives you a framework to help you decide on the right tool to fit your needs so that you can get started sooner.&lt;/p&gt;

&lt;p&gt;View the &lt;a href=&#34;../../files/dsdtree/index.html&#34;&gt;decision tree full screen&lt;/a&gt;&lt;/p&gt;

&lt;iframe src=&#34;../../files/dsdtree/index.html&#34;     width=&#34;760px&#34; height=&#34;500px&#34;  frameborder=&#34;0&#34; scrolling=&#34;no&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;January 24th, 2018 - &lt;a href=&#34;https://birmingham.techsummit.microsoft.com&#34;&gt;Tech Summit Birmingham&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;May 18th, 2018 - &lt;a href=&#34;http://ds2economy.com/&#34;&gt;Data Science Ecomomy&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Using Microsoft ML Server for data science</title>
      <link>https://itsalocke.com/talks/post/ml-server-ds/</link>
      <pubDate>Thu, 16 Nov 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/ml-server-ds/</guid>
      <description>
        
        

&lt;p&gt;Explore one of Microsoft&amp;rsquo;s data science products to see if it&amp;rsquo;s useful for you.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Microsoft&amp;rsquo;s ML Server can help you overcome in-memory restrictions of R and allows you to build and deploy models that can be used natively in SQL or accessible via a web service. This demo-packed session will take you through the end to end data science process using Microsoft ML Server so that you can see if it&amp;rsquo;s right for you.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;../../../slides/microsoftmlserver&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/microsoftmlserver&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;November 16th, 2017 - &lt;a href=&#34;https://bigdataldn.com&#34;&gt;Big Data Ldn&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;April 24th, 2018 - &lt;a href=&#34;https://www.meetup.com/Microsoft-Advanced-Analytics-User-Group/events/245708461&#34;&gt;Advanced Analytics Belgium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;May 18th, 2018 - &lt;a href=&#34;http://ds2economy.com/&#34;&gt;Data Science Economy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>R for Reporting</title>
      <link>https://itsalocke.com/talks/post/r-reporting/</link>
      <pubDate>Thu, 09 Nov 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/r-reporting/</guid>
      <description>
        
        

&lt;p&gt;What does it take to use R for reporting?&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Urgh! There’s data science, machine learning, artificial intelligence, and tons of buzz words flying around that make R &amp;amp; Python sound like you need a big fat budget to hire a bevvy of boffins and racks of servers.&lt;/p&gt;

&lt;p&gt;This isn’t the case. R is actually a really nice, practical language that you can use to do ETL and reporting. You can do it for free and you don’t even need a Coursera course in stats to be able to use it.&lt;/p&gt;

&lt;p&gt;In this talk, we’re going to look at how we can get started using R for reporting.&lt;/p&gt;

&lt;p&gt;We’ll look at building dashboards, from connecting to our database, wrangling our data, to presenting good looking charts back to the user.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;../../../slides/rreporting&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/rreporting&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;other-materials&#34;&gt;Other materials&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://stef.shinyapps.io/cost_of_coffee/&#34;&gt;App: The cost of coffee&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://stef.shinyapps.io/is_the_cloud_cost_effective/&#34;&gt;App: Assessing the business case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/lockedata/pres-azure/tree/master/accounting&#34;&gt;Source code for the apps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;November 9th, 2017 - &lt;a href=&#34;https://www.meetup.com/MicrosoftDataPlatformBirmingham/events/242280086&#34;&gt;Microsoft Data Platform Group - Birmingham&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;May 8th, 2018 - &lt;a href=&#34;https://www.meetup.com/MancDB/events/246441148/&#34;&gt;MancDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;June 9th, 2018 - &lt;a href=&#34;http://www.sqlsaturday.com/742/eventhome.aspx&#34;&gt;SQLSat Cork&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>DataOps - DevOps for analytics</title>
      <link>https://itsalocke.com/talks/post/dataops-devops-for-analytics/</link>
      <pubDate>Tue, 17 Oct 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/dataops-devops-for-analytics/</guid>
      <description>
        
        

&lt;p&gt;What&amp;rsquo;s DevOps? How can we implement it&amp;rsquo;s lessons as data professionals? How we can we spend time doing cool things?&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;DevOps is a movement focused on improving quality and time to deliver value by tackling the thorny issues of infrastructure, testing, integration, and deployment.&lt;/p&gt;

&lt;p&gt;These are big issues that have faced the data &amp;amp; analytics world for years, and tools have been slow to be delivered. This is changing though, so now we can start using the concepts from DevOps and applying them to analytics.&lt;/p&gt;

&lt;p&gt;Taking you through the principles, the tools, and the journey to DataOps, this session will help you do work with data.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://1drv.ms/p/s!AiZm2P6YHtSfkwOy25OkIhwVtVGw&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#39;https://onedrive.live.com/embed?cid=9FD41E98FED86626&amp;resid=9FD41E98FED86626%212435&amp;authkey=ABYOCMGDhYVBufA&amp;em=2&amp;wdAr=1.7777777777777777&#39; width=&#39;962px&#39; height=&#39;565px&#39; frameborder=&#39;0&#39;&gt;This is an embedded &lt;a target=&#39;_blank&#39; href=&#39;https://office.com&#39;&gt;Microsoft Office&lt;/a&gt; presentation, powered by &lt;a target=&#39;_blank&#39; href=&#39;https://office.com/webapps&#39;&gt;Office Online&lt;/a&gt;.&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;October 7th, 2017 - &lt;a href=&#34;http://www.sqlsaturday.com/656/EventHome.aspx&#34;&gt;SQL Saturday #656 Copenhagen&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Build your first bot - no code required!</title>
      <link>https://itsalocke.com/talks/post/no-code-bot/</link>
      <pubDate>Fri, 13 Oct 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/no-code-bot/</guid>
      <description>
        
        

&lt;p&gt;Learn how to build a bot without having to learn to code.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Learn how to build a bot that will answer questions asked by users. Learn how to customise it and embed it on your website. Learn how to do all of this without having to write a single line of code.&lt;/p&gt;

&lt;p&gt;I&amp;rsquo;ll be using Microsoft&amp;rsquo;s qnamaker.io site to build an FAQ bot and the putting it live with an Azure Bot Service and the Skype Web Control. The end result is a little snippet you can add to any web page, making implementation a breeze.&lt;/p&gt;

&lt;p&gt;You can follow along as I build the bot live, or just soak it all in. Either way, you’ll see how easy it is to build a bot and you’ll know the next steps to follow to start building more complex bots.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;../../../slides/nocodebot&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/nocodebot&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;other-materials&#34;&gt;Other materials&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;//youtube.com/playlist?list=PL1ROw3K8pbB2nogCjfQYSMNzTwn_fReWc&#34;&gt;Demo Videos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;//itsalocke.com/oss/experiments&#34;&gt;Experiments page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;September 16th, 2017 &lt;a href=&#34;http://www.sqlsaturday.com/664/EventHome.aspx&#34;&gt;SQL Saturday Katowice&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;October 7th, 2017 &lt;a href=&#34;http://www.sqlsaturday.com/656/EventHome.aspx&#34;&gt;SQL Saturday Copenhagen&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;October 13th, 2017 &lt;a href=&#34;http://sqlrelay.co.uk&#34;&gt;SQL Relay Bristol&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Data Science Fundamentals</title>
      <link>https://itsalocke.com/talks/post/data-science-fundamentals/</link>
      <pubDate>Sat, 09 Sep 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/data-science-fundamentals/</guid>
      <description>
        
        

&lt;p&gt;Get an overview about data science.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Data scientists know the &amp;ldquo;magic&amp;rdquo; of making accurate predictions over time.&lt;/p&gt;

&lt;p&gt;Magic is just sufficiently advanced technology, and most of a data scientist&amp;rsquo;s magic is a good process, a robust understanding of data, and the ability to sensibly apply some recipes.&lt;/p&gt;

&lt;p&gt;Let&amp;rsquo;s go behind the curtains and see the process and the fundamentals employed in making any prediction. Learn enough to start adding magic to your own work.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;../../../slides/datascience101&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/datascience101&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;September 9th, 2017 -  &lt;a href=&#34;http://www.sqlsaturday.com/632/EventHome.aspx&#34;&gt;sqlsaturday.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;January 24th, 2018 - &lt;a href=&#34;https://www.meetup.com/BirminghamR/events/245277628/&#34;&gt;BirminghamR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;February 10th, 2018 - &lt;a href=&#34;http://www.techoutbound.com/index.html&#34;&gt;Tech Outbound&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;September 1st, 2018 - &lt;a href=&#34;https://sqlsaturday.com/746/&#34;&gt;SQL Saturday Oslo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Is the cloud cost effective?</title>
      <link>https://itsalocke.com/talks/post/cloud-cost-effective/</link>
      <pubDate>Wed, 05 Jul 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/cloud-cost-effective/</guid>
      <description>
        
        

&lt;p&gt;Is it worth putting your stuff on the cloud? Let&amp;rsquo;s talk numbers!&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Yes, the cloud is cool. Yes, it can be easy. But… will it save or even make the company money? That is the all important question!&lt;/p&gt;

&lt;p&gt;Learning to build a financial business case for a technology decision is a smart move. Transform the techy topic that C-suite people don’t feel like they can discuss into something they can discuss by making it a financial topic. Help people make the right decision for the business.&lt;/p&gt;

&lt;p&gt;In this talk, we’ll look at how we can determine the Total Cost of Ownership (TCO) and any potential Return on Investment (ROI) for a variety of scenarios, from starting in the cloud, migrating to the cloud, and staying on premises.&lt;/p&gt;

&lt;p&gt;We’ll see if there are any tipping points when one or the other becomes sensible. We’ll take into account basic principles like the future value of money, and even incorporate a measurement of opportunity costs for implementing each solution.&lt;/p&gt;

&lt;p&gt;By the end of this talk, you’ll have a grasp of basic accounting and you’ll be able to talk business i.e. money!&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;http://lockedata.uk/pres-azure/isthecloudcosteffective.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;http://lockedata.uk/pres-azure/isthecloudcosteffective.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;additional-resources&#34;&gt;Additional resources&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://stef.shinyapps.io/cost_of_coffee/&#34;&gt;App: The cost of coffee&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://stef.shinyapps.io/is_the_cloud_cost_effective/&#34;&gt;App: Assessing the business case&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/lockedata/pres-azure/tree/master/accounting&#34;&gt;Source code for the apps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;July 5th, 2017 - &lt;a href=&#34;https://devteach.com&#34;&gt;DevTeach&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;April 19th, 2018 - &lt;a href=&#34;http://cloud.pass.org/&#34;&gt;Pass Cloud Virtual Chapter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Coping with x2,000 data volumes growth</title>
      <link>https://itsalocke.com/talks/post/coping-with-growth/</link>
      <pubDate>Tue, 04 Jul 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/coping-with-growth/</guid>
      <description>
        
        

&lt;p&gt;Experience my pain as I try to build an Azure Data Platform that scales.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;I worked in a startup and our volumes started small, really small. I was the data scientist but I needed to actually build a data platform first. By the end of 6 months, daily volumes were 2,000 times the size. This talk takes you through my 6 months of learning how to build a high-scale data platform whilst requirements, scale, and technology were all changing. We&amp;rsquo;ll look at the various bits of Azure I used, how they started off or became wrong for my situation, how I designed the system to cope with the constant swapping and changing of technologies, and then we&amp;rsquo;ll look at the system I ended up with that could cope with the scale and at then some.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://1drv.ms/p/s!AiZm2P6YHtSfkCHsaudeN1AvXP-4&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#39;https://onedrive.live.com/embed?cid=9FD41E98FED86626&amp;resid=9FD41E98FED86626%212081&amp;authkey=AFK_nMR7G2JELQA&amp;em=2&amp;wdAr=1.7777777777777777&#39; width=&#39;1186px&#39; height=&#39;691px&#39; frameborder=&#39;0&#39;&gt;This is an embedded &lt;a target=&#39;_blank&#39; href=&#39;https://office.com&#39;&gt;Microsoft Office&lt;/a&gt; presentation, powered by &lt;a target=&#39;_blank&#39; href=&#39;https://office.com/webapps&#39;&gt;Office Online&lt;/a&gt;.&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;July 4th, 2017 - &lt;a href=&#34;http://www.devteach.com&#34;&gt;Devteach&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;June 5th, 2018 -&lt;a href=&#34;https://www.meetup.com/SQLIreland/events/250002686/&#34;&gt;SQL Ireland&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Solving Power BI painpoints with R</title>
      <link>https://itsalocke.com/talks/post/power-bi-painpoints/</link>
      <pubDate>Thu, 29 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/power-bi-painpoints/</guid>
      <description>
        
        

&lt;p&gt;Power BI is pretty nifty but it has some areas that R can help make easier.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;This session will look at how PowerBI dashboard developers can use R to solve data import and data visualisation challenges.&lt;/p&gt;

&lt;p&gt;By the end of this session, you’ll know how you can use R to connect to more data sources, do sophisticated data transformation easily, avoid spatial data point limitations, and build custom graphics.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;Get the materials from &lt;a href=&#34;https://github.com/lockedata/pres-powerbi&#34;&gt;GitHub&lt;/a&gt;. Alternatively, download them as a &lt;a href=&#34;https://github.com/lockedata/pres-powerbi/archive/v1.0.zip&#34;&gt;zip file&lt;/a&gt;. Note the Power BI report &lt;em&gt;is&lt;/em&gt; the slides.&lt;/p&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;June 29th, 2017 - &lt;a href=&#34;https://www.meetup.com/London-PUG/events/240429890//&#34;&gt;London Power BI User Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;July 15th, 2017 - &lt;a href=&#34;http://www.sqlsaturday.com/645/Sessions/Schedule.aspx&#34;&gt;SQL Saturday Manchester&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;October 26th, 2017 - &lt;a href=&#34;https://www.meetup.com/Power-BI-Manchester-Meetup/events/237898305/&#34;&gt;Manchester Power BI User Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;May 22nd, 2018 - South East Power BI Group&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Data Science Executive Briefing</title>
      <link>https://itsalocke.com/talks/post/data-science-executive-briefing/</link>
      <pubDate>Tue, 27 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/data-science-executive-briefing/</guid>
      <description>
        
        

&lt;p&gt;Understand what data science is and isn&amp;rsquo;t, how you go from business goals to data science problems, and how you acquire talented data scientists.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Data science aims to use data to build processes that help automate away low-value work, help people take the most effective action, and help people adapt more quickly to changing circumstances. Data science is identifying when to send out engineers, which customers to talk to, and which patients to send to a consultant. Data science is saving people money and helping them make more of it.&lt;/p&gt;

&lt;p&gt;In this briefing, we&amp;rsquo;ll join the dots between the challenges your organisation is facing and data science to help you determine if data science is a good strategic fit. We&amp;rsquo;ll then go on to provide tactical advice from the field to help you deliver a data science initiative successfully.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://1drv.ms/p/s!AiZm2P6YHtSfkApH-aN8KRpyWkd3&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#39;https://onedrive.live.com/embed?cid=9FD41E98FED86626&amp;resid=9FD41E98FED86626%212058&amp;authkey=ALWYWnksV-ZWC0E&amp;em=2&amp;wdAr=1.7777777777777777&#39; width=&#39;962px&#39; height=&#39;565px&#39; frameborder=&#39;0&#39;&gt;This is an embedded &lt;a target=&#39;_blank&#39; href=&#39;https://office.com&#39;&gt;Microsoft Office&lt;/a&gt; presentation, powered by &lt;a target=&#39;_blank&#39; href=&#39;https://office.com/webapps&#39;&gt;Office Online&lt;/a&gt;.&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;June 27th, 2017 - OneZeero&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>R &amp; SQL Server for real-time predictions</title>
      <link>https://itsalocke.com/talks/post/r-and-sql-server/</link>
      <pubDate>Tue, 27 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/r-and-sql-server/</guid>
      <description>
        
        

&lt;p&gt;Putting data science models with SQL Server can be a great and simple way to operationalise your data science models. Learn how to do it.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Embedding your R (and soon Python!) models in SQL Server enables you to add predictive capabilities to your applications and analytics in place of buying expensive components or making substantial changes to your systems. In this demo-packed talk, you&amp;rsquo;ll see how you can go from a model built in R to making predictions on the fly in SQL Server 2016.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://itsalocke.com/slides/randsqlserver#&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/randsqlserver#&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;additional-resources&#34;&gt;Additional resources&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/stephlocke/SQLServerVM-tidyverse&#34;&gt;Deploying R Services and SQL Server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://itsalocke.com/versioning-r-model-objects-in-sql-server/&#34;&gt;Versioning R model objects in SQL Server&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;June 27th, 2017 - &lt;a href=&#34;https://www.meetup.com/Data-Science-Technologies/events/240480512/&#34;&gt;Data Science Technologies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;September 30th, 2017 - &lt;a href=&#34;//sqlsaturday.com/666&#34;&gt;SQL Saturday Utrecht&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;December 9th, 2017 - &lt;a href=&#34;//sqlsaturday.com/687&#34;&gt;SQL Saturday Slovenia&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Data &#43; Docker = Discombobulating?</title>
      <link>https://itsalocke.com/talks/post/data-docker-discombobulating/</link>
      <pubDate>Mon, 26 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/data-docker-discombobulating/</guid>
      <description>
        
        

&lt;p&gt;Learn about Docker and how you can store data in Docker containers safely.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;If you’re like me, you like your data to stick around for a long time and most importantly you want to know it’s &lt;em&gt;safe&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;In the Docker world, there’s the maxim of “never patch”, always make a new container with the latest version of the application. If we’re sticking in our database in a container like Microsoft are doing with SQL Server now, what happens when we need to apply the latest patches? Will we lose our data?&lt;/p&gt;

&lt;p&gt;In this talk, we’ll look at the sorts of data we need to think about (it’s not just databases!) and how Docker containers work. We’ll then look at how we can save our data from disappearing when we load a new version of our Docker container. Once we know how to safeguard ourselves, we’ll look at some of the architectural options you have when working with data and Docker.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/datadockerdisconbobulating/datadockerdisconbobulating.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/datadockerdisconbobulating/datadockerdisconbobulating.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;p&gt;Get more info and supporting scripts in the &lt;a href=&#34;https://github.com/stephlocke/datadockerdisconbobulating&#34;&gt;repository&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;


&lt;div style=&#34;position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;//player.vimeo.com/video/204426728&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;November 3rd, 2016 - &lt;a href=&#34;http://2016.bris.tech/&#34;&gt;Bris.tech&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;January 18th, 2017 - &lt;a href=&#34;http://ndc-london.com/&#34;&gt;NDC London&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;June 26th, 2017 - &lt;a href=&#34;http://attending.io/events/r-north-june-26-2017&#34;&gt;R &amp;amp; SQL Northeast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;July 4th, 2017 - &lt;a href=&#34;http://www.devteach.com&#34;&gt;Devteach&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Failing my way to success with Azure</title>
      <link>https://itsalocke.com/talks/post/failing-my-way-to-success-with-azure/</link>
      <pubDate>Fri, 02 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/failing-my-way-to-success-with-azure/</guid>
      <description>
        
        

&lt;p&gt;Experience my pain as I try to build an Azure Data Platform that scales.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Azure is a constantly evolving area, with more new features per day than I could shake a stick at. It’s awesome, you can use PowerShell, it’s cheaper than tin. It’s the future, so they tell me. It’s also a real PITA when you’re trying to achieve a task and you don’t know which bit is best!
This talk takes you through my path to a cool analytics platform, showing you where, how, and why I failed. I’ll show you the gotchas, the ways to quickly prototype a solution, and how to clean up after you make a mess.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;../files/sqlgrillen.pdf&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;p&gt;&lt;embed src=&#34;../files/sqlgrillen.pdf&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;&lt;/p&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;December 3rd, 2016 - &lt;a href=&#34;http://cloudbrew.be&#34;&gt;Cloudbrew&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;June 2nd, 2017 - &lt;a href=&#34;http://sqlgrillen.de&#34;&gt;SQLGrillen&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Anchor Modelling - agile databases</title>
      <link>https://itsalocke.com/talks/post/anchor-models/</link>
      <pubDate>Sat, 20 May 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/anchor-models/</guid>
      <description>
        
        

&lt;p&gt;Yes, there&amp;rsquo;s normal forms beyond third, and yes they can be really useful!&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Anchor Modelling is a fantastic database modelling paradigm that uses sixth normal form (6NF) to store data and provides third normal form (3NF) views for ease of use.&lt;/p&gt;

&lt;p&gt;This session deep dives into all the concepts behind Anchor Modelling (and indeed databases generally!) and then takes you through how Anchor Modelling uses these concepts to move away from the traditional data warehouse paradigm to deliver a purely additive, agile database.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://1drv.ms/p/s!AiZm2P6YHtSflRGftJKYG955fqNX&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#34;https://onedrive.live.com/embed?cid=9FD41E98FED86626&amp;resid=9FD41E98FED86626%212705&amp;authkey=AEqG0qgKYUVSmVA&amp;em=2&#34; width=&#34;760px&#34; height=&#34;500px&#34;  frameborder=&#34;0&#34; scrolling=&#34;no&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;resources-and-old-slides&#34;&gt;Resources and old slides&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Read more in our &lt;a href=&#34;https://itsalocke.com/anchor-modelling-sixth-normal-form-databases/&#34;&gt;post&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Check out &lt;a href=&#34;//anchormodeling.com&#34;&gt;AnchorModeling.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;//sway.com/Nh8UJdEUTonyDQFF?ref=Link&#34;&gt;Old slides&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;For examples and glossaries, checkout &lt;a href=&#34;//github.com/lockedata/pres-6nf&#34;&gt;lockedata/pres-6nf&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;May 20th, 2017 - &lt;a href=&#34;http://www.sqlsaturday.com/616/eventhome.aspx&#34;&gt;SQL Saturday #616 Kyiv&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;December 5th, 2017 - &lt;a href=&#34;http://www.sqlsaturday.com/467/eventhome.aspx&#34;&gt;SQL Saturday #467 Southampton&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;January 19th, 2018 - &lt;a href=&#34;https://ndc-london.com&#34;&gt;NDC London&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;May 15th, 2018 - &lt;a href=&#34;https://meetup.com/sqlbristol&#34;&gt;SQL Bristol&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;August 10th, 2018 - &lt;a href=&#34;//dps10.com&#34;&gt;DPS10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Logistic Regressions in R</title>
      <link>https://itsalocke.com/talks/post/logistic-regressions-in-r/</link>
      <pubDate>Wed, 19 Apr 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/logistic-regressions-in-r/</guid>
      <description>
        
        

&lt;p&gt;Learn what logistic regressions are. See how we can use R to prepare data, build models, and evaluate them.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Learn about a fundamental type of model used to make classification prredictions and probabilities of an outcome&amp;rsquo;s likelihood.&lt;/p&gt;

&lt;p&gt;Logistic regressions are a core model in machine learning, inherited from statistics, and it&amp;rsquo;s vital to understand them if you&amp;rsquo;re interested in data science.&lt;/p&gt;

&lt;p&gt;The neat thing is they&amp;rsquo;re pretty simple!&lt;/p&gt;

&lt;p&gt;Learn about how they works and how you go about programming a logistic regression from end to end in R.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/logisticregressions.html#/&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/logisticregressions.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;p&gt;You can also check out a more extended workshop on &lt;a href=&#34;http://lockedata.uk/LogisticRegressionWorkshop/&#34;&gt;Logistic Regressions&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;


&lt;div style=&#34;position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;//www.youtube.com/embed/k2Of6NKnMsI&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; allowfullscreen frameborder=&#34;0&#34; title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;April 19th 2017, Plymouth University Psychology faculty&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>data.table power hour</title>
      <link>https://itsalocke.com/talks/post/datatable-powerhour/</link>
      <pubDate>Fri, 07 Apr 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/datatable-powerhour/</guid>
      <description>
        
        

&lt;p&gt;Learn how to use this fantastic package in R for high-speed, low-code table wrangling.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;The package data.table is super-fast and super-powerful and can turn your long-winded and slow R code into a lean, mean, data-crunching machine. This hour takes you through the key aspects of the package and how it can make your life better.&lt;/p&gt;

&lt;p&gt;We&amp;rsquo;ll be looking at:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Basic syntax&lt;/li&gt;
&lt;li&gt;Data I/O&lt;/li&gt;
&lt;li&gt;Joins&lt;/li&gt;
&lt;li&gt;Within group activities&lt;/li&gt;
&lt;li&gt;Pivoting data&lt;/li&gt;
&lt;li&gt;Cool hacks&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/datatablepowerhour.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/datatablepowerhour.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;

&lt;p&gt;&lt;link href=&#34;//amp.azure.net/libs/amp/latest/skins/amp-default/azuremediaplayer.min.css&#34; rel=&#34;stylesheet&#34;&gt;
&lt;link rel=&#34;stylesheet&#34; href=&#34;//amp.azure.net/libs/amp/latest/skins/amp-default/azuremediaplayer.min.css&#34; /&gt;
&lt;script src= &#34;//amp.azure.net/libs/amp/latest/azuremediaplayer.min.js&#34;&gt;&lt;/script&gt;
&lt;div id=&#34;ctl00_ctl00_PageBody_Body_SessionVideo_VideoPanelAzureMediaPlayer&#34;&gt;
&lt;div class=&#34;responsive-video&#34;&gt;
&lt;video id=&#34;ctl00_ctl00_PageBody_Body_SessionVideo_AzurePlayer&#34; class=&#34;azuremediaplayer amp-default-skin amp-big-play-centered&#34; width=&#34;640&#34; height=&#34;400&#34; allowfullstreen=&#34;&#34; controls=&#34;&#34; data-setup=&#34;{&amp;quot;logo&amp;quot;: { &amp;quot;enabled&amp;quot;: false}, &amp;quot;techOrder&amp;quot;: [&amp;quot;azureHtml5JS&amp;quot;, &amp;quot;flashSS&amp;quot;, &amp;quot;html5FairPlayHLS&amp;quot;,&amp;quot;silverlightSS&amp;quot;, &amp;quot;html5&amp;quot;], &amp;quot;nativeControlsForTouch&amp;quot;: false}&#34;&gt;
&lt;source id=&#34;AzurePlayerSource&#34; src=&#34;https://sqlbitsvideo.streaming.mediaservices.windows.net/02e5234e-aaca-497e-9f3f-7d5c3a8b1744/5706.ism/manifest&#34; type=&#34;application/vnd.ms-sstr+xml&#34; /&gt;
&lt;/video&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/p&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;April 7th, 2017 - &lt;a href=&#34;http://sqlbits.com/Sessions/Event16/data_table_power_hour&#34;&gt;SQLBits XVI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>data.table in 5 minutes</title>
      <link>https://itsalocke.com/talks/post/datatable-in-5/</link>
      <pubDate>Wed, 15 Mar 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/datatable-in-5/</guid>
      <description>
        
        

&lt;p&gt;Get a quick overview about the R package data.table&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;The package data.table is super-fast and super-powerful and can turn your long-winded and slow R code into a lean, mean, data-crunching machine. This quick talk takes you through the most important features and benefits.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/datatablein5.html#/&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/datatablein5.html#/&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;!--## Videos--&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;March 15th, 2017 - &lt;a href=&#34;https://stephlocke.info/Rtraining/datatablein5.html#/&#34;&gt;Data Science Exeter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>The You in Community</title>
      <link>https://itsalocke.com/talks/post/the-you-in-community/</link>
      <pubDate>Sat, 18 Feb 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/the-you-in-community/</guid>
      <description>
        
        

&lt;p&gt;Keynote about why and how peoeple can get involved in the R community.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/youincommunity.html#/&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/youincommunity.html#/&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;


&lt;div style=&#34;position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;//www.youtube.com/embed/vqP2uTYOWK4&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; allowfullscreen frameborder=&#34;0&#34; title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;February 18th, 2017 - &lt;a href=&#34;http://capetown2017.satrdays.org/&#34;&gt;SatRdays Cape Town&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Reproducible R docs in github</title>
      <link>https://itsalocke.com/talks/post/reproducible-r-docs-in-github/</link>
      <pubDate>Mon, 13 Feb 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/reproducible-r-docs-in-github/</guid>
      <description>
        
        

&lt;p&gt;Learn how to build awesome docs in R and github.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;We can combine R and Github to make fantastic data driven documents, blogs, books and more. This talk takes you through the building blocks and how you can use them for different types of documents.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/reproducibledocs.html#/&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/reproducibledocs.html#/&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;!--## Videos--&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;February 13th, 2017 - &lt;a href=&#34;https://www.meetup.com/rladies-london/events/237327713/&#34;&gt;R-Ladies London&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Personal Branding for Data Scientists</title>
      <link>https://itsalocke.com/talks/post/personal-branding/</link>
      <pubDate>Tue, 24 Jan 2017 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/personal-branding/</guid>
      <description>
        
        

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/personalbranding.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/personalbranding.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;January 24th, 2017 - &lt;a href=&#34;https://www.meetup.com/Bristol-Data-Scientists/events/236662894/&#34;&gt;Bristol Data Scientists&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Get going with modern R in SQL Server in 30 minutes</title>
      <link>https://itsalocke.com/talks/post/microsoft-sql-server-and-r-services/</link>
      <pubDate>Mon, 24 Oct 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/microsoft-sql-server-and-r-services/</guid>
      <description>
        
        

&lt;p&gt;Learn about provisioning data science machines for production, programmatically.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Description
Starting with provisioning a SQL Server on Azure, this end to end demo shows you how get everything set up to start using the best R packages available in realtime.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/RonSQLServer.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/RonSQLServer.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;p&gt;Get more info in the &lt;a href=&#34;https://github.com/stephlocke/SQLServerVM-tidyverse&#34;&gt;repository&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;

&lt;iframe src=&#34;https://channel9.msdn.com/Events/TechDaysOnline/UK-TechDays-Online--Future-Decoded/Get-going-with-modern-R-in-SQL-Server-in-30-minutes/player&#34; width=&#34;960&#34; height=&#34;540&#34; allowFullScreen frameBorder=&#34;0&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;October 24th, 2016 - &lt;a href=&#34;http://budapest.satrdays.org&#34;&gt;UK TechDays Online at Future Decoded&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;October 24th, 2016 - &lt;a href=&#34;http://www.meetup.com/SQL-Bristol/events/234358181/&#34;&gt;SQL Bristol&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Board Packs: Combining Shiny, LaTeX And Databases For Full Effect</title>
      <link>https://itsalocke.com/talks/post/board-packs/</link>
      <pubDate>Sat, 03 Sep 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/board-packs/</guid>
      <description>
        
        

&lt;p&gt;Making complex report compilation easy is something we can do in R. Learn how!&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;The monthly report pack for the Board &amp;ndash; with lots of information from different sources and all requiring commentary from lots of people &amp;ndash; these things can take weeks to produce, send for commentary, and then compile into one pack.
This full hour takes you through a framework for a single core source document, a shiny interface, hooks into the database for commentary, and the LaTeX (or markdown) document structure needed for developing a single interface through which lots of people can contribute to a single document.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/boardpack.html#/get-the-code&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/boardpack.html#/get-the-code&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;June 30th, 2015 - &lt;a href=&#34;https://www.meetup.com/Cardiff-R-User-Group/events/221126308/&#34;&gt;caRdiff&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;September 15th, 2015 - &lt;a href=&#34;https://earlconf.com/2015/london/Agenda.html&#34;&gt;EARL&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Infrastructure for R peeps</title>
      <link>https://itsalocke.com/talks/post/infrastructure-for-rpeeps/</link>
      <pubDate>Sat, 03 Sep 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/infrastructure-for-rpeeps/</guid>
      <description>
        
        

&lt;p&gt;It&amp;rsquo;s important to know how to work your operating systems &amp;ndash; if only so you know how to avoid working with your operating systems!&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Continuous integration, Docker, openCPU, shiny server, RStudio server, Microsoft R Server, R in Hadoop, your laptop, your grid computer &amp;hellip; There&amp;rsquo;s a lot of infrastructure out there and someone has to configure it. This session whistle-stops through networking, Linux basics, and other key concepts to help get you up to speed because one day, the person configuring the server could be you.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/infrastructureforRpeeps.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/infrastructureforRpeeps.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;


&lt;div style=&#34;position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;//www.youtube.com/embed/yTjxkrMmWdA&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; allowfullscreen frameborder=&#34;0&#34; title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;September 3rd, 2016 - &lt;a href=&#34;http://budapest.satrdays.org&#34;&gt;SatRdays Budapest&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Git in 5 minutes</title>
      <link>https://itsalocke.com/talks/post/git-in-5/</link>
      <pubDate>Wed, 27 Jul 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/git-in-5/</guid>
      <description>
        
        

&lt;p&gt;Learn about source control &amp;ndash; it&amp;rsquo;ll save your bacon!&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Git can seem scary but once you know a few key terms it&amp;rsquo;s pretty easy day to day. This lightning talk helps fasttrack you through the basics.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://itsalocke.com/slides/gitin5.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/gitin5.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;July 27th, 2016 - &lt;a href=&#34;https://www.sqlrelay.co.uk/event/guerrilla-talks-lightning-talks-2/&#34;&gt;SQL Guerilla talks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;June 23rd, 2018 - &lt;a href=&#34;https://cardiff2018.satrdays.org&#34;&gt;satRdays Cardiff&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Getting better with data</title>
      <link>https://itsalocke.com/talks/post/getting-better-with-data/</link>
      <pubDate>Wed, 08 Jun 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/getting-better-with-data/</guid>
      <description>
        
        

&lt;p&gt;Aimed at security folks, this talk is about how people involved with protecting our data can use some of it to improve protection.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;So many alerts and dashboards, so little time. It&amp;rsquo;s incredibly tough to know what to focus on when monitoring your network. This talk takes you through some ways of using the data available to you to reduce unimportant alerts, and liberating your time.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/betterwithdata.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/betterwithdata.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;


&lt;div style=&#34;position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;//www.youtube.com/embed/isEL3LuZsB8&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; allowfullscreen frameborder=&#34;0&#34; title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;June 8th, 2016 - &lt;a href=&#34;https://securitybsideslondon2016.sched.com/&#34;&gt;London BSides&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Cut the R Learning Curve</title>
      <link>https://itsalocke.com/talks/post/cut-the-r-learning-curve/</link>
      <pubDate>Sat, 21 May 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/cut-the-r-learning-curve/</guid>
      <description>
        
        

&lt;p&gt;Avoid the pain of learning R by finding out about the best bits.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;R is a powerful language to add to the BI, analytics and data science technologies you may already be using. This session circumvents the painful experience of on-boarding a new technology and will give you the foundation needed to use R effectively.Topics covered will include effective R coding, development best-practices, using R as a reporting tool, and how to build and administer a solid platform for analysis.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://itsalocke.com/slides/rlearningcurve&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/rlearningcurve&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;!--## Videos--&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;May 6th, 2016 - &lt;a href=&#34;http://sqlbits.com/%28S%28fueva455qrdns245thsoiovo%29%29/Sessions/Event15/Cut_the_R_learning_curve&#34;&gt;SQLBits XV&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;May 21st, 2016 - &lt;a href=&#34;http://tugait.pt/2016/sessions/cut-the-r-learning-curve/&#34;&gt;TUGA IT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;September 6th, 2017 - &lt;a href=&#34;https://www.meetup.com/Inspiring-Women-in-Data-Science/events/242949958/&#34;&gt;Inspiring Women In Data Science&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>My ways of being lazy with infrastructure</title>
      <link>https://itsalocke.com/talks/post/being-lazy-with-infrastructure/</link>
      <pubDate>Tue, 17 May 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/being-lazy-with-infrastructure/</guid>
      <description>
        
        

&lt;p&gt;Learn how we can take some of the effort out of infrastructure work&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Oops, I never made one apparently!&lt;/strong&gt;&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/lazyinfrastructure.html#/&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/lazyinfrastructure.html#/&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;May 17th, 2016 - &lt;a href=&#34;http://budapest.satrdays.org&#34;&gt;IT Pro Portugal&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Skilling up to code with data</title>
      <link>https://itsalocke.com/talks/post/skilling-up-to-code-with-data/</link>
      <pubDate>Wed, 13 Apr 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/skilling-up-to-code-with-data/</guid>
      <description>
        
        

&lt;p&gt;Coding helps you scale as an analyst - learn some important concepts to help you get started.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;It’s starting to feel like every data project is a software project. It’s becoming essential to have some coding skills to really analyse your data.  This session will cover how you can get to grips with programming.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Why code with data&lt;/li&gt;
&lt;li&gt;What coding languages can be used&lt;/li&gt;
&lt;li&gt;Coding best practices&lt;/li&gt;
&lt;li&gt;Source control&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;li&gt;Continuous testing (&amp;amp; deployment)&lt;/li&gt;
&lt;li&gt;Coding your infrastructure&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/skillinguptocodewithdata.html#/&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/skillinguptocodewithdata.html#/&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;!--## Videos--&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;April 13th, 2016 - &lt;a href=&#34;http://www.meetup.com/London-Business-Analytics-Group/events/229122315/&#34;&gt;London Business Analytics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Statistics 101</title>
      <link>https://itsalocke.com/talks/post/stats-101/</link>
      <pubDate>Sat, 12 Mar 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/stats-101/</guid>
      <description>
        
        

&lt;p&gt;Take a visual, intuitive tour through some important concepts of statistics.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;We can be better at our jobs if we have a good grasp of basic statistics.&lt;/p&gt;

&lt;p&gt;It doesn’t matter if you’re a DBA looking to understand query plan performance, a data warehouse person needing to come up with ETL load time estimates, or an analyst needing to report figures to managers. Statistics can help you all.&lt;/p&gt;

&lt;p&gt;If only maths classes hadn’t been so darn boring!&lt;/p&gt;

&lt;p&gt;Instead of going all mathsy, we’ll be doing some real-time data capture and taking an intuitive and visual approach through summary statistics right up to understanding how to produce simple predictive models.&lt;/p&gt;

&lt;p&gt;By the end of the session, you’ll understand concepts like sampling, error, regression, and outliers – important day-to-day stuff and a great base upon which to build. By the end of the session, you’ll wonder how people could have it made seem so hard for so many years.&lt;/p&gt;

&lt;h2 id=&#34;app&#34;&gt;App&lt;/h2&gt;

&lt;p&gt;Get the latest iteration of &lt;a href=&#34;//stef.shinyapps.io/dashboard&#34;&gt;the app&lt;/a&gt; to explore statistics.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;//stef.shinyapps.io/dashboard&#34;&gt;&lt;img src=&#34;../../img/stats101.jpg&#34; alt=&#34;sample image&#34; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2 id=&#34;old-slides&#34;&gt;(old) Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://itsalocke.com/slides/stats101.html#/&#34;&gt;full screen&lt;/a&gt;. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://skillsmatter.com/skillscasts/11379-statistics-101&#34;&gt;Latest talk video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=z57CNFAUcms&#34;&gt;GroupBy video&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;March 12th, 2016 - &lt;a href=&#34;http://www.sqlsaturday.com/496/EventHome.aspx&#34;&gt;SQLSaturday #496 Exeter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;September 1st, 2017 - &lt;a href=&#34;https://groupby.org/conference-session-abstracts/statistics-101/&#34;&gt;Group By&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;January 18th, 2018 - &lt;a href=&#34;https://www.meetup.com/London-Business-Analytics-Group/events/246461672&#34;&gt;LBAG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;July 4th, 2018 - &lt;a href=&#34;https://www.meetup.com/Southampton-Data-Platform-and-Cloud-Group/events/250095310/&#34;&gt;Southampton Data Platform and Cloud Group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;August 9th, 2018 - &lt;a href=&#34;//dps10.com&#34;&gt;DPS10&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Analytical web services</title>
      <link>https://itsalocke.com/talks/post/analytical-web-services/</link>
      <pubDate>Thu, 10 Mar 2016 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/analytical-web-services/</guid>
      <description>
        
        

&lt;p&gt;&amp;ldquo;Works on my machine&amp;rdquo; isn&amp;rsquo;t useful - learn how we can get our models into production.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;In your day job you build some awesome bit of analysis in R but now people want this information available real time and against every thing that comes into the business - you need an R web service but not being a developer you have no clue how to go about it.&lt;/p&gt;

&lt;p&gt;This session takes you through how to convert your analysis into a web service and how to take into account important stuff like security, scalability and error handling. We discuss the technologies and the defensive programming you should be using to help get you through.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/webservices.html#/&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/webservices.html#/&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;


&lt;div style=&#34;position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;//www.youtube.com/embed/GFt0P4UtIPI&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; allowfullscreen frameborder=&#34;0&#34; title=&#34;YouTube Video&#34;&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;October 12th, 2015 - &lt;a href=&#34;https://app.attendee.events/SQLRelay2015London/E/Agenda/AgendaSession/337&#34;&gt;SQL Relay&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;October 21st, 2015 - &lt;a href=&#34;https://www.meetup.com/RBelgium/events/225464911/&#34;&gt;RBelgium&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;March 10th, 2016 - &lt;a href=&#34;https://www.eventbrite.com/e/lidnug-steph-locke-implementing-analytics-in-your-applications-tickets-21681931240&#34;&gt;LIDNUG&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Knowing your Rs from your elbow</title>
      <link>https://itsalocke.com/talks/post/knowing-rs-from-elbow/</link>
      <pubDate>Sun, 04 Oct 2015 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/knowing-rs-from-elbow/</guid>
      <description>
        
        

&lt;p&gt;Learn the fundamentals of R.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;R, a fantastic open-source language, will rock your world.&lt;/p&gt;

&lt;p&gt;Instead of showing you how to do dry old statistics and worrying about your random trees and bagging methods, this session is going to take you through the super-cool stuff. No TLAs allowed in this session, only cool terms like shiny &amp;amp; LaTeX!&lt;/p&gt;

&lt;p&gt;We&amp;rsquo;re gonna get your data out of SQL Server in just a few lines, then we&amp;rsquo;re going to chart it for awesomeness, and then the fun begins.&lt;/p&gt;

&lt;p&gt;We&amp;rsquo;ll go through the easy experience of using shiny to make interactive, real-time reports.&lt;/p&gt;

&lt;p&gt;I&amp;rsquo;ll show you how you can add markdown &amp;amp; LaTeX to the mix to replace Excel, PowerPoint &amp;amp; Word so that you can save yourself months over your lifetime formatting bullet points and headers.&lt;/p&gt;

&lt;p&gt;By the end of this session, you&amp;rsquo;ll truly know your Rs from your elbow.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://stephlocke.info/Rtraining/KnowingYourRsFromYourElbow.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://stephlocke.info/Rtraining/KnowingYourRsFromYourElbow.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;


&lt;div style=&#34;position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;&#34;&gt;
  &lt;iframe src=&#34;//player.vimeo.com/video/132092881&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%;&#34; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;
 &lt;/div&gt;


&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;October 14th, 2015 &lt;a href=&#34;https://app.attendee.events/SQLRelay2015Cardiff/E/Agenda/AgendaSession/267&#34;&gt;SQL Relay&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;September 8th, 2015 &lt;a href=&#34;http://sqlne.pass.org/?EventID=3788&#34;&gt;SQLNE&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>R for Developers</title>
      <link>https://itsalocke.com/talks/post/r-for-developers/</link>
      <pubDate>Thu, 24 Sep 2015 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/r-for-developers/</guid>
      <description>
        
        

&lt;p&gt;Learn about R from a developer perspective.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Whether you&amp;rsquo;re interested in picking up another language, or you need to understand what those new data scientists have written and how you go about implementing their crazy new algorithms in your front-end, this session will take you through the R fundamentals, drawing comparisons against other languages, and give you a load of tips to make getting started easier.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://itsalocke.com/slides/r101.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/r101.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;!--## Videos--&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;September 24th, 2015 - &lt;a href=&#34;http://appdev.pass.org/?EventID=3838&#34;&gt;Application Development PASS Virtual Chapter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;April 19th, 2018 - Data Platform Geeks&lt;/li&gt;
&lt;li&gt;July 19th, 2018 - &lt;a href=&#34;https://www.meetup.com/DeveloperSouthCoast/events/250444749/&#34;&gt;DeveloperSouthCoast&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Agile BI</title>
      <link>https://itsalocke.com/talks/post/agile-bi/</link>
      <pubDate>Sat, 16 May 2015 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/agile-bi/</guid>
      <description>
        
        

&lt;p&gt;Work smart not hard. BI needs to scale and this talk helps you do that.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;Agile methodologies are widely used in the dev world and are becoming increasingly adopted in the database world. But what about BI?
Covering the technology and process sides of enabling agile BI, this session is designed to give you practical tips to get things moving more quickly for you.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://onedrive.live.com/view.aspx?cid=9fd41e98fed86626&amp;amp;id=documents&amp;amp;resid=9fd41e98fed86626%21185&amp;amp;app=PowerPoint&amp;amp;authkey=AD7Ctu00EWkXXYc&amp;amp;&amp;amp;wdSlideId=256&amp;amp;wdModeSwitchTime=1497022175450&#34;&gt;full screen&lt;/a&gt; or view it below.&lt;/p&gt;

&lt;iframe src=&#39;https://onedrive.live.com/embed?cid=9FD41E98FED86626&amp;resid=9FD41E98FED86626%21185&amp;authkey=AD7Ctu00EWkXXYc&amp;em=2&amp;wdAr=1.7777777777777777&#39; width=&#39;962px&#39; height=&#39;565px&#39; frameborder=&#39;0&#39;&gt;This is an embedded &lt;a target=&#39;_blank&#39; href=&#39;https://office.com&#39;&gt;Microsoft Office&lt;/a&gt; presentation, powered by &lt;a target=&#39;_blank&#39; href=&#39;https://office.com/webapps&#39;&gt;Office Online&lt;/a&gt;.&lt;/iframe&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;May 16th, 2015 - &lt;a href=&#34;http://www.sqlsaturday.com/369/EventHome.aspx&#34;&gt;SQL Saturday #369 Lisbon&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Intro to R</title>
      <link>https://itsalocke.com/talks/post/intro-to-r/</link>
      <pubDate>Fri, 04 Jul 2014 00:00:00 +0000</pubDate>
      
      <guid>https://itsalocke.com/talks/post/intro-to-r/</guid>
      <description>
        
        

&lt;p&gt;Learn the fundamentals of R.&lt;/p&gt;

&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;

&lt;p&gt;R, the statistical programming language, is another open-source program making inroads into the Microsoft world.&lt;/p&gt;

&lt;p&gt;R was originally for doing stats, but it now does database CRUD, reporting, documentation, and even websites.  It can be awkward to know where to start, so this session fast tracks you to the sections you need to know about to save yourself pains you didn&amp;rsquo;t even know you had.&lt;/p&gt;

&lt;h2 id=&#34;slides&#34;&gt;Slides&lt;/h2&gt;

&lt;p&gt;View the presentation &lt;a href=&#34;https://itsalocke.com/slides/shortrintro.html&#34;&gt;full screen&lt;/a&gt; or view it below. Hit the Space bar to navigate through the slides.&lt;/p&gt;

&lt;iframe src=&#34;https://itsalocke.com/slides/shortrintro.html&#34; width=&#34;960&#34; height=&#34;540&#34;&gt;&lt;/iframe&gt;

&lt;h2 id=&#34;videos&#34;&gt;Videos&lt;/h2&gt;

&lt;video width=&#34;640&#34; height=&#34;363&#34; controls=&#34;controls&#34; poster=&#34;https://sqlbits.com/information/Agenda/VideoImage.ashx?SessionId=4209&amp;amp;Regenerate=0&#34;&gt;
        &lt;source src=&#34;http://files.sqlbits.com/event12/Intro_to_R/Intro_to_R.mp4&#34; type=&#34;video/mp4&#34;&gt;
    &lt;/video&gt;

&lt;h2 id=&#34;presentation-history&#34;&gt;Presentation history&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;July 2014 - &lt;a href=&#34;https://sqlbits.com/Content/Event12&#34;&gt;SQLBits XII&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;May 24th, 2018 - &lt;a href=&#34;https://www.eventbrite.co.uk/e/r-and-data-science-with-steph-locke-from-locke-data-tickets-42227202700&#34;&gt;SQL Glasgow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
  </channel>
</rss>
