<?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>Aymeric Gaurat-Apelli</title>
	<atom:link href="http://aymeric.gaurat.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://aymeric.gaurat.net</link>
	<description>Crafting profitable web applications</description>
	<lastBuildDate>Wed, 23 Jun 2021 04:14:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>In a tech startup, how to improve the quality of your product</title>
		<link>http://aymeric.gaurat.net/2021/in-a-tech-startup-how-to-improve-the-quality-of-your-product/</link>
					<comments>http://aymeric.gaurat.net/2021/in-a-tech-startup-how-to-improve-the-quality-of-your-product/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Mon, 21 Jun 2021 02:11:49 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=146</guid>

					<description><![CDATA[I am part of a mastermind group of 4 entrepreneurs. Last week, one question that came up was &#8220;How do you keep the quality of your product up?&#8221;. As the only technical founder of the group, I could offer some suggestions regarding the software development aspect. Since my suggestions were well received, I thought I [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>I am part of a mastermind group of 4 entrepreneurs. Last week, one question that came up was &#8220;How do you keep the quality of your product up?&#8221;. As the only technical founder of the group, I could offer some suggestions regarding the software development aspect. Since my suggestions were well received, I thought I would try to capture them in a blog post. Please note that this is targeted at non-technical founders.</p>



<p>There are several checkpoints in the development of a new feature where you can check for quality. The earlier you find a bug, the cheaper it usually is to fix it. </p>



<h3 class="wp-block-heading"><strong>Culture</strong></h3>



<p>If you run into product quality issues (bugs), the first thing to look at is your team culture. The two founders raising concerns about the quality of their product were also often referring to their velocity, which made me think velocity was important in their team culture.</p>



<p>If you have a poor quality outcome, maybe you are trying to go too fast. Try to reduce the scope of work per iteration. </p>



<blockquote class="wp-block-quote"><p>Better to have half a product than a half assed product.</p></blockquote>



<p>Something that can help you here is by improving your estimates. In the software development world, you can look at techniques like the Planning Poker. Planning Poker is a technique recommended as part of the broader SCRUM software development framework.</p>



<p>Check out SCRUM if you are not familiar with it. It has a lot of practices in place to keep the quality of your software up throughout the lifetime of the project.</p>



<h3 class="wp-block-heading"><strong>Design</strong></h3>



<p>Sometimes, a feature is badly implemented because the specifications are not defined well enough.</p>



<blockquote class="wp-block-quote"><p>Design quality in rather than test quality out</p></blockquote>



<p>It is worth spending extra time in the design phase to ensure you cover all cases (blank states, error states, mobile version, print version, etc…) so that the developer doesn&#8217;t have to solve them himself/herself.</p>



<h3 class="wp-block-heading"><strong>Development</strong></h3>



<p>To help developers remember everything that needs to be done during the development of a feature, make sure you have a well defined Definition of Done (another SCRUM concept).</p>



<p>It is basically a checklist of everything that needs to happen to a feature before it can really be considered done.</p>



<p>An example of a Definition of Done:</p>



<ul><li>Unit tested (where appropriate)</li><li>Mobile friendly</li><li>Documented</li><li>Peer reviewed</li><li>Deployed to test</li><li>Validated by QA</li><li>Validated by Product Owner</li></ul>



<h3 class="wp-block-heading"><strong>Peer review</strong></h3>



<p>Make sure that any code change is peer reviewed. The main two benefits of peer reviews are:</p>



<ul><li>Knowledge sharing between developers</li><li>Increased personal accountability: when you know your work is going to be reviewed by someone else, you can going to make extra sure your work is fine.</li></ul>



<h3 class="wp-block-heading"><strong>QA</strong></h3>



<p>One simple and relatively cheap thing you can do to reduce the bugs that make it to the live product is to hire a manual QA tester.</p>



<p>We live in an incredible world where you can find a QA tester in less than a week on platforms like Upwork. Depending on the complexity of the software to test you could find someone for about $10 USD per hour to help you.</p>



<p>Get your testers to list test cases for each new features, and to test them manually before deployment to production or after big changes to the product.</p>



<h3 class="wp-block-heading"><strong>Internal product demos</strong></h3>



<p>SCRUM (again) suggests having product demos at the end of each iteration where the developers have a chance to showcase their work and receive feedback from the team, product owner and stakeholders.</p>



<p>It is one thing to imagine a feature, it is another one to see it for real. The developers are likely to receive valuable feedback at this stage, even before a user gets to use the feature.</p>



<h3 class="wp-block-heading"><strong>Post-production</strong></h3>



<p>Once a feature is deployed to the production environment, you can put things in place to lessen the impact of bugs:</p>



<ul><li>Error tracking: make sure these are reviewed regularly and allow time to work on the issues that come up</li><li>User feedback: ask your users what they think about a particular feature</li></ul>



<h3 class="wp-block-heading"><strong>Conclusion</strong></h3>



<p>Quality in a product is an ongoing challenge you won&#8217;t solve in a week. Make sure quality is part of the regular conversations you are having with your team so that it becomes part of the DNA of the team. In doubt, look at the SCRUM framework because it has a lot of good ideas.</p>



<p>Do you have any tips for other founders?</p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2021/in-a-tech-startup-how-to-improve-the-quality-of-your-product/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Living the Lean Startup : slides</title>
		<link>http://aymeric.gaurat.net/2017/living-the-lean-startup-slides/</link>
					<comments>http://aymeric.gaurat.net/2017/living-the-lean-startup-slides/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Fri, 21 Apr 2017 01:37:21 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=140</guid>

					<description><![CDATA[Another presentation I did at Fishburners. This time I tried to share some of the ways I apply the concepts taught by the Lean Startup movement inside my startup.]]></description>
										<content:encoded><![CDATA[<p>Another presentation I did at Fishburners. This time I tried to share some of the ways I apply the concepts taught by the Lean Startup movement inside my startup.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-142" src="http://aymeric.gaurat.net/wp-content/uploads/2017/04/20170420_124811-580x326.jpg" alt="" width="580" height="326" srcset="http://aymeric.gaurat.net/wp-content/uploads/2017/04/20170420_124811-580x326.jpg 580w, http://aymeric.gaurat.net/wp-content/uploads/2017/04/20170420_124811-768x432.jpg 768w, http://aymeric.gaurat.net/wp-content/uploads/2017/04/20170420_124811-940x529.jpg 940w" sizes="(max-width: 580px) 100vw, 580px" /></p>
<p><iframe style="border: 1px solid #CCC; border-width: 1px; margin-bottom: 5px; max-width: 100%;" src="//www.slideshare.net/slideshow/embed_code/key/rv8omIATTTimOR" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"> </iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2017/living-the-lean-startup-slides/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to manage a development team in a startup: slides</title>
		<link>http://aymeric.gaurat.net/2017/how-to-manage-a-development-team-in-a-startup-slides/</link>
					<comments>http://aymeric.gaurat.net/2017/how-to-manage-a-development-team-in-a-startup-slides/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Thu, 09 Mar 2017 01:24:21 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=137</guid>

					<description><![CDATA[Shared a few tips on how to manage a dev team, especially useful for the non technical founders who have no dev project management experience.]]></description>
										<content:encoded><![CDATA[<p>Shared a few tips on how to manage a dev team, especially useful for the non technical founders who have no dev project management experience.</p>
<p><img decoding="async" class="wp-image-138 aligncenter" src="http://aymeric.gaurat.net/wp-content/uploads/2017/04/presenting-fishburners-580x773.jpg" alt="" width="300" height="400" srcset="http://aymeric.gaurat.net/wp-content/uploads/2017/04/presenting-fishburners-580x773.jpg 580w, http://aymeric.gaurat.net/wp-content/uploads/2017/04/presenting-fishburners-768x1024.jpg 768w, http://aymeric.gaurat.net/wp-content/uploads/2017/04/presenting-fishburners.jpg 900w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><iframe loading="lazy" style="border: 1px solid #CCC; border-width: 1px; margin-bottom: 5px; max-width: 100%;" src="//www.slideshare.net/slideshow/embed_code/key/Q4Q38uY4Vb1tg" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"> </iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2017/how-to-manage-a-development-team-in-a-startup-slides/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Outsourcing for startups: slides</title>
		<link>http://aymeric.gaurat.net/2017/outsourcing-for-startups-slides/</link>
					<comments>http://aymeric.gaurat.net/2017/outsourcing-for-startups-slides/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Thu, 16 Feb 2017 01:19:48 +0000</pubDate>
				<category><![CDATA[outsourcing]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=133</guid>

					<description><![CDATA[I presented at the coworking space Fishburners about outsourcing for startups. It is a good way for me to introduce myself to the community here in Sydney, and I got to improve my presentation skills 🙂]]></description>
										<content:encoded><![CDATA[<p>I presented at the coworking space Fishburners about outsourcing for startups. It is a good way for me to introduce myself to the community here in Sydney, and I got to improve my presentation skills <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><iframe loading="lazy" style="border: 1px solid #CCC; border-width: 1px; margin-bottom: 5px; max-width: 100%;" src="//www.slideshare.net/slideshow/embed_code/key/xZYTP9Ir5RvYNM" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"> </iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2017/outsourcing-for-startups-slides/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to publish a open source nuget package</title>
		<link>http://aymeric.gaurat.net/2015/how-to-publish-a-open-source-nuget-package/</link>
					<comments>http://aymeric.gaurat.net/2015/how-to-publish-a-open-source-nuget-package/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Fri, 04 Sep 2015 05:47:25 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=122</guid>

					<description><![CDATA[I have a piece of code that enables ELMAH SQlErrorLog to pull the connection string from the app settings. I needed that in order to make use of AppHarbor’s configuration variables. In this article, I am going to document the process I went through to open source the code, and package it in a nuget [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I have a piece of code that enables ELMAH SQlErrorLog to pull the connection string from the app settings. I needed that in order to make use of AppHarbor’s configuration variables.</p>
<p>In this article, I am going to document the process I went through to open source the code, and package it in a nuget package.</p>
<h2>Create a new repository on GitHub</h2>
<p><img loading="lazy" decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="http://aymeric.gaurat.net/wp-content/uploads/2015/09/image.png" width="1493" height="962"></p>
<p>Make sure to tick the “Initialize this repository with a README”.</p>
<p>If your project is a .NET project, you can choose the VisualStudio .gitignore configuration.</p>
<p>Once your repository is created grab the url:</p>
<p><img loading="lazy" decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="http://aymeric.gaurat.net/wp-content/uploads/2015/09/image1.png" width="407" height="224"></p>
<p>And execute “git clone &lt;URL&gt;”.</p>
<p>Move your project files in the new folder:</p>
<p><a href="http://aymeric.gaurat.net/wp-content/uploads/2015/09/image2.png"><img loading="lazy" decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="http://aymeric.gaurat.net/wp-content/uploads/2015/09/image_thumb.png" width="419" height="426"></a></p>
<p>&nbsp;</p>
<h2>Prepare project to be published as a nuget package</h2>
<p>First I needed to download the <a href="https://nuget.org/nuget.exe">nuget.exe command line tool</a>.</p>
<p>Then I run “nuget spec” in the folder where my .csproj file is. This generates a standard .nuspec file.</p>
<p>I included that file to the project and replaced the values:</p>
<p><img loading="lazy" decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="http://aymeric.gaurat.net/wp-content/uploads/2015/09/image3.png" width="1742" height="820"></p>
<p>&nbsp;</p>
<h2>Generating and publishing the package</h2>
<p>I called “nuget pack WiseLabs.AppSettings.csproj” to generate the .nupkg file.</p>
<p>I called “nuget setApiKey API-Key”. (You can find your API key in your nuget.org account).</p>
<p>“nuget push WiseLabs.AppSettings.0.1.nupkg”</p>
<p>That’s it, your code is available as a package and can be installed in a project using “Install-Package WiseLabs.AppSettings”.</p>
<h2>Pushing the code to github</h2>
<p>At the root for the repository folder:</p>
<p>git add –A</p>
<p>git commit –am “First commit”</p>
<p>git push origin master</p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2015/how-to-publish-a-open-source-nuget-package/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bangkok .NET user group: Write better javascript (slides)</title>
		<link>http://aymeric.gaurat.net/2013/bangkok-net-user-group-write-better-javascript-slides/</link>
					<comments>http://aymeric.gaurat.net/2013/bangkok-net-user-group-write-better-javascript-slides/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Wed, 13 Nov 2013 07:10:29 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=111</guid>

					<description><![CDATA[We had our fourth Bangkok .NET user group last Wednesday. Things went well although my presentation could have been a bit shorter :-/ Thanks to everyone for coming! Here are the slides:]]></description>
										<content:encoded><![CDATA[<p>We had our fourth Bangkok .NET user group last Wednesday. Things went well although my presentation could have been a bit shorter :-/ Thanks to everyone for coming!</p>
<p>Here are the slides:</p>
<p> <iframe loading="lazy" src="http://www.slideshare.net/slideshow/embed_code/28185093" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2013/bangkok-net-user-group-write-better-javascript-slides/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bangkok .NET User Group #3: Best tools for .NET developers 2013</title>
		<link>http://aymeric.gaurat.net/2013/bangkok-net-user-group-3-best-tools-for-net-developers-2013/</link>
					<comments>http://aymeric.gaurat.net/2013/bangkok-net-user-group-3-best-tools-for-net-developers-2013/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Thu, 10 Oct 2013 02:17:40 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[.net user group]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=109</guid>

					<description><![CDATA[Yesterday’s was the third event of the Bangkok .NET user group. We had the pleasure to have some people from Microsoft and an MVP attending. Here are the slides from yesterday’s session about the best tools for .NET developers.]]></description>
										<content:encoded><![CDATA[<p>Yesterday’s was the third event of the Bangkok .NET user group. We had the pleasure to have some people from Microsoft and an MVP attending.</p>
<p>Here are the slides from yesterday’s session about the best tools for .NET developers.</p>
<p>  <iframe loading="lazy" src="http://www.slideshare.net/slideshow/embed_code/27041705" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="margin-top: 20px; border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2013/bangkok-net-user-group-3-best-tools-for-net-developers-2013/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Next Bangkok .NET User Group session (#3): Tools of the Trade</title>
		<link>http://aymeric.gaurat.net/2013/next-bangkok-net-user-group-session-3-tools-of-the-trade/</link>
					<comments>http://aymeric.gaurat.net/2013/next-bangkok-net-user-group-session-3-tools-of-the-trade/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Sun, 15 Sep 2013 05:03:00 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[.net user group]]></category>
		<category><![CDATA[meetup]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=105</guid>

					<description><![CDATA[Last session, we were 12 people for the WPF presentation. Hopefully, we will be able to grow this number even more. Next session, I will be talking about some nifty tools I use and make my life easier. Tools like MvcMailer, NCrunch, MiniProfiler, Gyazo, etc… This session will be interactive, everyone is welcome to share [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Last session, we were 12 people for the WPF presentation. Hopefully, we will be able to grow this number even more.</p>
<p>Next session, I will be talking about some nifty tools I use and make my life easier. Tools like MvcMailer, NCrunch, MiniProfiler, Gyazo, etc…</p>
<p>This session will be interactive, everyone is welcome to share their own exotic tools <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Sign up here: <a href="http://www.meetup.com/Bangkok-NET-Users-Group/events/140006322/">http://www.meetup.com/Bangkok-NET-Users-Group/events/140006322/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2013/next-bangkok-net-user-group-session-3-tools-of-the-trade/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bangkok .NET User Group #1: source code of the Knockout.js taskboard</title>
		<link>http://aymeric.gaurat.net/2013/bangkok-net-user-group-1-source-code-of-the-knockout-js-taskboard/</link>
					<comments>http://aymeric.gaurat.net/2013/bangkok-net-user-group-1-source-code-of-the-knockout-js-taskboard/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Thu, 22 Aug 2013 05:00:00 +0000</pubDate>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[.net user group]]></category>
		<category><![CDATA[knockout.js]]></category>
		<category><![CDATA[meetup]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=102</guid>

					<description><![CDATA[Thanks for coming to the first session of the Bangkok .NET user group. I have pushed the source code of the taskboard project on Bitbucket: https://bitbucket.org/AymericG/taskboard. Next meetup will be the 11th of September (topic: WPF): http://www.meetup.com/Bangkok-NET-Users-Group/events/133324222/ Knockout (support slides for presentation) from Aymeric Gaurat-Apelli]]></description>
										<content:encoded><![CDATA[<p>Thanks for coming to the first session of the Bangkok .NET user group. </p>
<p>I have pushed the source code of the taskboard project on Bitbucket: <a href="https://bitbucket.org/AymericG/taskboard">https://bitbucket.org/AymericG/taskboard</a>.</p>
<p>Next meetup will be the 11th of September (topic: WPF): <a href="http://www.meetup.com/Bangkok-NET-Users-Group/events/133324222/">http://www.meetup.com/Bangkok-NET-Users-Group/events/133324222/</a></p>
<p><iframe loading="lazy" src="http://www.slideshare.net/slideshow/embed_code/27001304" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px; margin-top: 20px;" allowfullscreen> </iframe> </p>
<div style="margin-bottom:5px"> <strong> <a href="https://www.slideshare.net/AymericG/knockout-27001304" title="Knockout (support slides for presentation)" target="_blank">Knockout (support slides for presentation)</a> </strong> from <strong><a href="http://www.slideshare.net/AymericG" target="_blank">Aymeric Gaurat-Apelli</a></strong> </div>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2013/bangkok-net-user-group-1-source-code-of-the-knockout-js-taskboard/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ABjection.js: simple javascript library to A/B test with Google Universal Analytics</title>
		<link>http://aymeric.gaurat.net/2013/abjection-simple-javascript-library-to-ab-test-with-google-universal-analytics/</link>
					<comments>http://aymeric.gaurat.net/2013/abjection-simple-javascript-library-to-ab-test-with-google-universal-analytics/#respond</comments>
		
		<dc:creator><![CDATA[Aymeric]]></dc:creator>
		<pubDate>Mon, 19 Aug 2013 14:11:18 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">http://aymeric.gaurat.net/?p=89</guid>

					<description><![CDATA[I needed a simple way to write new A/B tests on a WordPress website and I couldn’t find one that was working specifically for Google Universal Analytics so I wrote one. https://github.com/AymericG/ABjection.js Basically, it comes down to this: The code will look for any DOM element with the class .ab-call-to-action and will either apply the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I needed a simple way to write new A/B tests on a WordPress website and I couldn’t find one that was working specifically for Google Universal Analytics so I wrote one.</p>
<p><a href="https://github.com/AymericG/ABjection.js">https://github.com/AymericG/ABjection.js</a></p>
<p>Basically, it comes down to this:</p>
<p><img loading="lazy" decoding="async" title="A/B testing with Google Universal Analytics" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="A/B testing with Google Universal Analytics" src="http://aymeric.gaurat.net/wp-content/uploads/2013/08/image.png" width="696" height="48"></p>
<p>The code will look for any DOM element with the class <strong>.ab-call-to-action </strong>and will either apply the <strong>default </strong>variant or the <strong>variant1 </strong>variant. The variant being applied is saved in a cookie and is set to the custom Google Universal Analytics dimension so that you can segment your traffic by that custom dimension (which I called Experiment in Google Universal Analytics).</p>
<p>Good luck with your testing!</p>
]]></content:encoded>
					
					<wfw:commentRss>http://aymeric.gaurat.net/2013/abjection-simple-javascript-library-to-ab-test-with-google-universal-analytics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
