<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cms &#8211; Stacie Arellano</title>
	<atom:link href="https://www.staciearellano.com/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.staciearellano.com</link>
	<description>Artist, Author, Web Maven</description>
	<lastBuildDate>Fri, 30 Mar 2018 21:09:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.staciearellano.com/wp-content/uploads/2019/09/cropped-bright-hair2019-32x32.jpg</url>
	<title>cms &#8211; Stacie Arellano</title>
	<link>https://www.staciearellano.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">47314203</site>	<item>
		<title>DrupalCon 2016 &#8211; New Orleans</title>
		<link>https://www.staciearellano.com/drupalcon-2016-new-orleans/</link>
					<comments>https://www.staciearellano.com/drupalcon-2016-new-orleans/#respond</comments>
		
		<dc:creator><![CDATA[Stacie]]></dc:creator>
		<pubDate>Thu, 02 Jun 2016 21:14:33 +0000</pubDate>
				<category><![CDATA[Convention]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[convention]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[new orleans]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://www.staciearellano.com/?p=868</guid>

					<description><![CDATA[Just returned from my first Drupalcon ever. It was held in fabulous New Orleans where the temps were in the 70s and 80s. Then I came&#8230;]]></description>
										<content:encoded><![CDATA[<p>Just returned from my first <a href="https://events.drupal.org/neworleans2016" target="_blank" rel="noopener">Drupalcon</a> ever. It was held in fabulous New Orleans where the temps were in the 70s and 80s. Then I came back to Wisconsin where the temps are 40s and 50s, brrr.</p>
<p>Here is a quick run down on the tech I learned about, I have so much to dig into and learn!</p>
<h3>Drupal 8:</h3>
<p><span style="text-decoration: underline;">Quick rundown for Drupal 8 -Kickstart Video</span></p>
<p><a href="https://www.youtube.com/watch?v=uVHLPuvDFQc">Drupal 8 Kickstart Session Video</a></p>
<ul>
<li><a href="https://symfony.com/" target="_blank" rel="noopener">Symfony</a> &#8211; Drupal 8 is now using the Sf PHP library.
<ul>
<li>Twig Templating &#8211; <a href="http://twig.sensiolabs.org/doc/templates.html">Designers (Templates)</a> &#8211; <a href="http://twig.sensiolabs.org/doc/api.html">Developers (api)</a>
<ul>
<li><a href="https://github.com/Anomareh/PHP-Twig.tmbundle">Sublime Twig Text Bundle </a></li>
</ul>
</li>
</ul>
</li>
<li><a href="https://getcomposer.org/" target="_blank" rel="noopener">Composer</a> &#8211; a Package Manager for PHP, uses JSON.
<ul>
<li>helps find what you need and installs it, and  any missing dependencies.</li>
<li>can download and keep current all software with 2 commands.</li>
<li><a href="https://www.drupal.org/node/2404989" target="_blank" rel="noopener">Using Composer to install Drupal/modules.</a></li>
</ul>
</li>
<li><a href="http://www.drush.org/en/master/" target="_blank" rel="noopener">Drus</a>h
<ul>
<li>Industry Standard best practice CLI tool</li>
<li>Does things 3x-10x faster than thru working through admin web.</li>
<li><a href="http://docs.drush.org/en/master/install/" target="_blank" rel="noopener">Requires PHP 5.5+ for current version 9, 5.3.0 for Drush 7</a></li>
</ul>
</li>
<li><a href="https://drupalconsole.com/" target="_blank" rel="noopener">Drupal Console</a>
<ul>
<li>New command line interface tool for Drupal</li>
<li>Creates boilerplate files for modules/themes</li>
<li>install into every website or globally.</li>
<li>&#8216;make a blank module scaffold, do some admin tasks&#8217;</li>
</ul>
</li>
<li><a href="http://yaml.org/" target="_blank" rel="noopener">YAML</a>
<ul>
<li>stands for &#8216;YAML Aint Markup Language&#8217;</li>
<li>new drupal config file format &#8211; for default settings</li>
<li><a href="https://www.drupal.org/node/2000204" target="_blank" rel="noopener">.info becomes .info.yml</a></li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<h3>Dev Ops -Workflow, Automation and Performance Tuning.</h3>
<ul>
<li><a href="http://building complete development environments" target="_blank" rel="noopener">Vagrant</a> &#8211; builds complete virtual dev environments, share them
<ul>
<li>ZivTech VM &#8211; <a href="https://github.com/zivtech/vagrant-development-vm" target="_blank" rel="noopener">https://github.com/zivtech/vagrant-development-vm</a></li>
<li>Charging Hawk Lightweight VM <a href="https://github.com/charginghawk/vagrant" target="_blank" rel="noopener">https://github.com/charginghawk/vagrant</a></li>
<li>Drupal VM <a href="http://www.drupalvm.com/" target="_blank" rel="noopener">http://www.drupalvm.com/</a></li>
</ul>
</li>
<li>Testing &amp; Automation
<ul>
<li><a href="http://www.seleniumhq.org/" target="_blank" rel="noopener">Selenium</a>/<a href="http://docs.behat.org/en/v3.0/" target="_blank" rel="noopener">Behat</a></li>
<li><a href="http://www.edzynda.com/continuous-integration-with-jenkins-part-i/" target="_blank" rel="noopener">Jenkins</a></li>
<li><a href="http://probo.ci/" target="_blank" rel="noopener">Probo.CI</a></li>
<li><a href="https://www.ansible.com/" target="_blank" rel="noopener">Ansible</a></li>
</ul>
</li>
<li>Caching
<ul>
<li><a href="https://varnish-cache.org/intro/index.html#intro" target="_blank" rel="noopener">Varnish</a></li>
</ul>
</li>
</ul>
<h4>My overall takeaways:</h4>
<p>We need to get our workflow in order, and we have so much to dive into for 8. Lots of the optimization will help our Drupal 7 installs as well.</p>
<p>I&#8217;d really like to get some common/version controlled local environments setup, like with Vagrant, so we can all be using the same local, and keep that under version control.</p>
<h3>Standardize! Automate! Version!</h3>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.staciearellano.com/drupalcon-2016-new-orleans/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">868</post-id>	</item>
	</channel>
</rss>
