<?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>process &#8211; Christian Lüdemann</title>
	<atom:link href="https://christianlydemann.com/tag/process/feed/" rel="self" type="application/rss+xml" />
	<link>https://christianlydemann.com</link>
	<description>Advanced Angular Training Made Simple</description>
	<lastBuildDate>Wed, 10 Jun 2020 21:17:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://i0.wp.com/christianlydemann.com/wp-content/uploads/2019/06/cropped-logo-3.png?fit=32%2C32&#038;ssl=1</url>
	<title>process &#8211; Christian Lüdemann</title>
	<link>https://christianlydemann.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">147954794</site>	<item>
		<title>Angular Projects and Lessons Learned</title>
		<link>https://christianlydemann.com/angular-projects-and-lessons-learned/</link>
					<comments>https://christianlydemann.com/angular-projects-and-lessons-learned/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Tue, 14 Jan 2020 17:28:33 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Development Process]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[process]]></category>
		<guid isPermaLink="false">https://christianlydemann.com/?p=12201</guid>

					<description><![CDATA[Throughout my career, I have worked on quite a few Angular projects. In this post, I will go through some of the different projects I have worked on and explain the lessons learned in each so you can learn from them. Ionic + Cordova mobile app with AngularJS (2015) This app was about creating an &#8230;<p class="read-more"> <a class="" href="https://christianlydemann.com/angular-projects-and-lessons-learned/"> <span class="screen-reader-text">Angular Projects and Lessons Learned</span> Read More »</a></p>]]></description>
		
					<wfw:commentRss>https://christianlydemann.com/angular-projects-and-lessons-learned/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">12201</post-id>	</item>
		<item>
		<title>How to Implement Continuous Delivery in Highly Regulated Companies</title>
		<link>https://christianlydemann.com/how-to-implement-continuous-delivery-in-highly-regulated-companies/</link>
					<comments>https://christianlydemann.com/how-to-implement-continuous-delivery-in-highly-regulated-companies/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Tue, 26 Feb 2019 18:00:17 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Development Process]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[banks]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[regulated]]></category>
		<guid isPermaLink="false">https://christianlydemann.com/?p=1255</guid>

					<description><![CDATA[It is no wonder, that the highest performing companies in the IT industry are also the ones who push the most delivery responsibility on the engineers as a contrast to the classical chain of handovers for ensuring &#8220;segregation of duties&#8221;. There is an inverse proportional relationship between how much segregation of duties a company enforces and their &#8230;<p class="read-more"> <a class="" href="https://christianlydemann.com/how-to-implement-continuous-delivery-in-highly-regulated-companies/"> <span class="screen-reader-text">How to Implement Continuous Delivery in Highly Regulated Companies</span> Read More »</a></p>]]></description>
		
					<wfw:commentRss>https://christianlydemann.com/how-to-implement-continuous-delivery-in-highly-regulated-companies/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1255</post-id>	</item>
		<item>
		<title>End-To-End Testing with Protractor: A Pragmatic Guide to Get Started in Your Team</title>
		<link>https://christianlydemann.com/end-to-end-testing-with-protractor-a-pragmatic-guide/</link>
					<comments>https://christianlydemann.com/end-to-end-testing-with-protractor-a-pragmatic-guide/#disqus_thread</comments>
		
		<dc:creator><![CDATA[Christian]]></dc:creator>
		<pubDate>Sun, 25 Nov 2018 18:00:35 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Development Process]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[E2E]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[Protractor]]></category>
		<guid isPermaLink="false">https://christianlydemann.com/?p=912</guid>

					<description><![CDATA[It seems that a lot of developer teams fall in one of these two categories for end-to-end testing: Have no end-to-end tests because they are too hard to create Have too many end-to-end tests, making many fulltime jobs to maintain Either one of these is not practical as the first one is causing the team &#8230;<p class="read-more"> <a class="" href="https://christianlydemann.com/end-to-end-testing-with-protractor-a-pragmatic-guide/"> <span class="screen-reader-text">End-To-End Testing with Protractor: A Pragmatic Guide to Get Started in Your Team</span> Read More »</a></p>]]></description>
		
					<wfw:commentRss>https://christianlydemann.com/end-to-end-testing-with-protractor-a-pragmatic-guide/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">912</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/1362 objects using Memcache
Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching using Disk (Request-wide modification query)

Served from: christianlydemann.com @ 2026-02-22 13:11:24 by W3 Total Cache
-->