<?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>Cecilia Ribeiro, Autor em SoftDesign</title>
	<atom:link href="https://www.softdesign.com.br/en/blog/author/cecilia-ribeiro/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Da Ideia ao Software</description>
	<lastBuildDate>Mon, 28 Aug 2023 22:19:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.softdesign.com.br/en/wp-content/uploads/2022/08/favicon.png</url>
	<title>Cecilia Ribeiro, Autor em SoftDesign</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Build a DevOps Culture</title>
		<link>https://www.softdesign.com.br/en/blog/how-to-build-a-devops-culture/</link>
					<comments>https://www.softdesign.com.br/en/blog/how-to-build-a-devops-culture/#respond</comments>
		
		<dc:creator><![CDATA[Cecilia Ribeiro]]></dc:creator>
		<pubDate>Thu, 25 May 2023 12:01:49 +0000</pubDate>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[operation]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[software engineering]]></category>
		<guid isPermaLink="false">https://softdesign.com.br/en/?p=7600</guid>

					<description><![CDATA[<p>Those who work with Software Development may be used to the term DevOps. But for employees who work in other areas of the company, the real meaning of the word could be a little bit confusing.&#160; Do you know what means DevOps culture and why it is so relevant? What are the benefits of adopting [&#8230;]</p>
<p>O post <a href="https://www.softdesign.com.br/en/blog/how-to-build-a-devops-culture/">How To Build a DevOps Culture</a> apareceu primeiro em <a href="https://www.softdesign.com.br/en">SoftDesign</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Those who work with Software Development may be used to the term DevOps. But for employees who work in other areas of the company, the real meaning of the word could be a little bit confusing.&nbsp;</p>



<p>Do you know what means DevOps culture and why it is so relevant? What are the benefits of adopting this philosophy in the company when creating a digital solution?  </p>



<p>In IT, it is difficult to combine such different areas as Operation and Development. While the first one is related to ensuring the stability of the environment or the infrastructure, the second one aims at delivering value with new features and improvements in the enterprise software. The massification of Agile Methodology, which promotes an iterative, incremental development format, highlighted this separation and demanded a new form of communication.&nbsp;</p>



<h3 class="wp-block-heading" id="What-is-DevOps">What is DevOps?</h3>



<p>We can say that DevOps is a set of practices aiming at strengthening the relationships between Developers (Dev) and Operation (Ops), allowing them to work in a unified and collaborative manner to deliver value to the user. Although the need to integrate teams has long been discussed, the term was coined only in 2009 during the <a href="https://conferences.oreilly.com/velocity/vl-eu.html" target="_blank" rel="noreferrer noopener">Velocity Conference by O’Reilly</a>. Patrick Debois, one of the attendees of this conference, is the creator of the <a href="https://devopsdays.org/" target="_blank" rel="noreferrer noopener">DevOpsDay Event</a>.&nbsp;</p>



<p>It is possible to say that the DevOps embryo is called Agile infrastructure. To adopt this culture, it is possible to have tools that will allow this constant integration between teams. In this sense, it is worth highlighting that none of this will be effective if the employees are not willing to create this collaboration environment. For this reason, it is necessary to change the team’s mindset to an <a href="https://softdesign.com.br/en/blog/agile-culture-to-drive-digital-transformation/" target="_blank" rel="noreferrer noopener">Agile Culture</a>, giving maximum contribution to joint work.&nbsp;</p>



<h3 class="wp-block-heading" id="DevOps-Practices">DevOps Practices</h3>



<p>For the benefits of implementing a DevOps culture to be perceived by the organization, it is important to use practices from this philosophy consistently. The key guidance is the one we commented above: communication and collaboration, two of the four pillars of DevOps culture. In addition to them, we also have measurement (assessment) and automation. </p>



<p>The first refers to measuring and analyzing as many items as possible, from performance to processes, because we will be able to propose enhancements from this analysis. The latter has the goal of automating all possible processes, reducing time loss and the risk of human faults. We have some disseminated practices in automation, such as:&nbsp;</p>



<p><strong>Infrastructure As A Code:</strong> to manage and provision resources automatically, instead of making a feature available manually. This practice increases speed and reliability when installing the software in a new environment, for example.&nbsp;</p>



<p>This occurs because we have guarantee that all items were executed in the same manner. Additionally, this application maintenance also becomes effective.  Here, we can use some technologies, such as: Ansible, Chef, Puppet, Vagrant, Docker, Kubernertes.&nbsp;</p>



<p><strong>Continuous Integration:</strong> in this practice, we use a version control enterprise software such as Git, for example. The source code must be integrated as quickly as possible, several times a day, in a branch shared among project developers.&nbsp;</p>



<p>This process allows them to have the updated code, avoiding possible conflicts both in the code and in business rules. In continuous integration, for each code sent to the repository a compilation is made and automated/unit tests are conducted. This ensures that it is ready for deployment.&nbsp;</p>



<p><strong>Continuous Delivery:</strong> the enterprise software deployment is offered in an automated, fast and safe manner. When we use continuous delivery, we must make sure that the main branch of the repository is in stable state, so we can deploy the software at any time. Usually, automated pipelines that compile, test and deploy are used.&nbsp;</p>



<h3 class="wp-block-heading" id="Benefits-of-Adopting-DevOps-Culture">Benefits of Adopting DevOps Culture</h3>



<p>From the definition we have seen previously, it is possible to see a series of benefits that adopting this practice promotes. One of them is the reliability of what is being delivered, whether new features or changes in infrastructure. Operation security is also benefited from the automation of compliance policies and other management techniques.&nbsp;</p>



<p>Speed and ability to adapt to changes also increase. With the DevOps culture, it is possible to correct bugs and launch new features with more agility and lower risk of downtimes, for example. Additionally, the application scalability becomes more fluid and secure from automated processes and shared responsibility. This way, with areas working in an integrated manner, it is possible to make even better deliveries. </p>



<p class="has-vivid-cyan-blue-color has-text-color"><strong>Need help to build a DevOps Culture at your company? Fill the form below, so our specialists can help you.</strong></p>



<section class="softdesign-hubspot-contact-form">
    <div class="softdesign-hubspot-contact-form__wrapper">             <h2 class="softdesign-hubspot-contact-form__title">
                Let&#8217;s build exceptional software solutions together!            </h2>
                    <p class="softdesign-hubspot-contact-form__description">
                Experience having a reliable partner to your IT challenges. Let&#8217;s talk about our unique approach to discover and deliver outstanding solutions.            </p>
                <script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
        <script>
            hbspt.forms.create({
                region: "na1",
                portalId: "20894839",
                formId: "347c41a1-8d40-4516-9004-c889e947dc3c",
                locale: 'en',
                onFormReady: function($form) {
                    $form.find('label').eq(0).find('span:first-child').text('Name');
                    $form.find('label').eq(1).find('span:first-child').text('Last Name');
                    $form.find('label').eq(2).find('span:first-child').text('E-mail');
                    $form.find('label').eq(3).find('span:first-child').text('Company Name');
                    $form.find('.hs-form-booleancheckbox').eq(0).find('label span').html('I agree to receive communications. <a href="https://softdesign.com.br/en/terms-of-use-and-service/" target="_blank">Privacy Policy</a>');
                    const $div = $form.find('.hs-richtext').eq(0);
                    $div.find('p').html('');
                    $form.find('.hs-submit .hs-button').val('Let\'s connect');

                }
            });
        </script>
        </script>
    </div>
</section><p>O post <a href="https://www.softdesign.com.br/en/blog/how-to-build-a-devops-culture/">How To Build a DevOps Culture</a> apareceu primeiro em <a href="https://www.softdesign.com.br/en">SoftDesign</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.softdesign.com.br/en/blog/how-to-build-a-devops-culture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Customer Success in Organizational Culture </title>
		<link>https://www.softdesign.com.br/en/blog/customer-success-in-organizational-culture/</link>
					<comments>https://www.softdesign.com.br/en/blog/customer-success-in-organizational-culture/#respond</comments>
		
		<dc:creator><![CDATA[Cecilia Ribeiro]]></dc:creator>
		<pubDate>Thu, 23 Mar 2023 13:25:32 +0000</pubDate>
				<category><![CDATA[Digital Business]]></category>
		<category><![CDATA[customer success]]></category>
		<category><![CDATA[digital products]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[UX]]></category>
		<guid isPermaLink="false">https://softdesign.com.br/en/?p=7458</guid>

					<description><![CDATA[<p>To develop a digital product or service,&#160;it is necessary to understand the customer&#8217;s needs. However, to ensure that they feel satisfied, it is not enough just to do what was signed in the contract. It is necessary to deliver value, quality and a good experience to build a healthy and lasting relationship. From this context, [&#8230;]</p>
<p>O post <a href="https://www.softdesign.com.br/en/blog/customer-success-in-organizational-culture/">Customer Success in Organizational Culture </a> apareceu primeiro em <a href="https://www.softdesign.com.br/en">SoftDesign</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>To <a href="https://softdesign.com.br/en/services/software-development/" target="_blank" rel="noreferrer noopener">develop</a> a digital product or service,&nbsp;it is necessary to understand the customer&#8217;s needs. However, to ensure that they feel satisfied, it is not enough just to do what was signed in the contract. It is necessary to deliver value, quality and a good experience to build a healthy and lasting relationship. From this context, <a href="https://www.linkedin.com/in/brunaricardo/" target="_blank" rel="noreferrer noopener">Bruna Ricardo</a>, spoke with colleagues in another edition of SoftDrops*, about Customer Success (CS) and the importance of delivering a positive experience compatible with the company’s purpose for the customer – at all stages of your journey with the organization. </p>



<p>The Product Owner (PO) has already worked in this area and shared some of her knowledge with other employees.&nbsp;Customer Success&nbsp;is when&nbsp;your customers achieve their Desired Outcome through their interactions&nbsp;with&nbsp;your company (<a href="https://www.linkedin.com/in/lincolnmurphy/" target="_blank" rel="noreferrer noopener">Lincoln Murphy</a>).</p>



<h3 class="wp-block-heading" id="The-role-of-Customer-Success-nbsp-nbsp">The role of Customer Success&nbsp;&nbsp;</h3>



<p>According to Bruna, the person who works with Customer Success acts on four main points, aiming at ensuring that the customer has a satisfactory experience and, consequently, also promoting benefits for the organization.&nbsp;</p>



<ul class="wp-block-list">
<li><strong>Retention: </strong>for the company, acquiring a new customer can be up to seven times more expensive than keeping one;&nbsp;</li>



<li><strong>Enchantment:</strong> support and ensure that the customer knows and makes the most of the products and services offered;&nbsp;</li>



<li><strong>Value delivery:</strong> the customer receives what he expects, following from the negotiation to the delivery of what was agreed, aligning expectations;&nbsp;</li>



<li><strong>Expansion:</strong> support in renewing contracts or contracting additional services. Monitor the client&#8217;s health and identify new needs, proposing new services to be offered.&nbsp;</li>
</ul>



<h3 class="wp-block-heading" id="Customer-Success-and-the-Customer-Journey">Customer Success and the Customer Journey</h3>



<p>Several corporates, mainly in the technology area, are investing in teams responsible for this follow-up. With that in mind, Bruna highlighted the importance of distinguishing Customer Success from sectors such as Support and Service. These fronts act reactively, focusing on solving specific problems and managing crises. The CS person works proactively, guiding the client throughout their relationship with the company, being data-driven and implementing a follow-up plan.&nbsp;</p>



<p>However, Bruna clarified that the responsibility for delivering success is not just of one person or one sector, it must be shared. Everyone is responsible, as everyone interacts in some way with the customer. It&#8217;s not just people from the Commercial or Customer Success areas who act as points of contact. &nbsp;</p>



<p>There are also those involved in running the project, all this impacts on the experience. That is why Customer Success must also be part of the company&#8217;s organizational culture, ensuring that service is qualified throughout the customer&#8217;s journey, as shown in the figure below.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img fetchpriority="high" decoding="async" width="596" height="318" src="https://softdesign.com.br/en/wp-content/uploads/2023/03/DL_CustomerJourney_V2.jpg" alt="" class="wp-image-7459"/><figcaption class="wp-element-caption">Source: DecisionLink</figcaption></figure>
</div>


<h3 class="wp-block-heading" id="Customer-Success-x-Customer-Experience">Customer Success x Customer Experience</h3>



<p>Bruna also reinforced the difference between the role of Customer Success and <a href="https://softdesign.com.br/en/blog/total-experience-how-to-ensure-the-best-experience/" target="_blank" rel="noreferrer noopener">Customer Experience</a> (CX). Even if they have common goals, the CX person is responsible for defining the identity of the experience and ensuring that the entire organization is aware of it. It is only after this stage that the figure of CS appears, ensuring that the experience will be delivered continuously, acting as an interlocutor between the areas.&nbsp;</p>



<p>This reinforces the idea that customer success should be seen as company value. If that assumption is part of the organizational culture, it will be possible to provide the same experience at all points of contact.&nbsp;</p>



<p>Bruna concluded her presentation by reinforcing that we always deliver success, in every interaction that the customer has with the company. If this is not clear, each area will have its individual metrics and objectives, without this common goal – so it is necessary to work together to prevent this from happening.</p>



<p>&nbsp;</p>



<p></p>



<p><em>*SoftDrops is a knowledge exchange event that takes place every Wednesday at SoftDesign. Each week, an employee is willing to expose to colleagues some topic of interest that is related to the three pillars of our business: design, agility and technology. The mini lecture lasts around thirty minutes and is followed by a chat between the participants.</em>&nbsp;</p>
<p>O post <a href="https://www.softdesign.com.br/en/blog/customer-success-in-organizational-culture/">Customer Success in Organizational Culture </a> apareceu primeiro em <a href="https://www.softdesign.com.br/en">SoftDesign</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.softdesign.com.br/en/blog/customer-success-in-organizational-culture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
