<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tanja Lichtensteiger</title>
    <description>The latest articles on DEV Community by Tanja Lichtensteiger (@grappleshark).</description>
    <link>https://dev.to/grappleshark</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F11961%2FcNpPug7M.jpg</url>
      <title>DEV Community: Tanja Lichtensteiger</title>
      <link>https://dev.to/grappleshark</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/grappleshark"/>
    <language>en</language>
    <item>
      <title>Don't Drown in Documentation </title>
      <dc:creator>Tanja Lichtensteiger</dc:creator>
      <pubDate>Sun, 04 Jun 2017 11:08:03 +0000</pubDate>
      <link>https://dev.to/grappleshark/enough-with-documentation</link>
      <guid>https://dev.to/grappleshark/enough-with-documentation</guid>
      <description>

&lt;p&gt;In software development, how much documentation do you need?&lt;/p&gt;

&lt;p&gt;My answer: Just enough.&lt;/p&gt;

&lt;p&gt;I do not hate documentation, I am actually pretty good at organising and churning them out. But then I began to feel it was an exercise in futility. We could not keep up with the pace of change and it became quite cumbersome to maintain.&lt;/p&gt;

&lt;p&gt;Now there are many who may disagree with my stance, but hear me out. I am not advocating the eradication of documentation, but asking you to really question how much documentation you or your team needs that isn't already being created as part of other steps in the natural process of developing software. &lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;If you and your team write code well, I argue that in itself is great documentation. If code is kept to a consistent standard, organised and is easily readable, you have in your hands excellent documentation that is always up to date. Even consider not having comments in your code, which, when not well maintained, is usually already wrong. The running code never goes out of date.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tickets
&lt;/h2&gt;

&lt;p&gt;As part of your development, you might be creating tickets for features or workpackages. These could be stored in systems such as Redmine or Atlassian's JIRA. They also act as great historical documentation and within them usually are the reasons why certain decisions were made at crossroads during builds. Even tickets capturing bug fixes hold conversations that may have resulted in the build or rebuild of features. If a ticket is used to detail what is needed to be done, any relevant diagrams and visual aids should be attached to them as well. Keep up with consistently capturing your requirements in tickets, you need not create them elsewhere.   &lt;/p&gt;

&lt;h2&gt;
  
  
  Test Scripts
&lt;/h2&gt;

&lt;p&gt;Test scripts are an incredible form of documentation. If they cover all paths and all aspects to test your build, they accurately explain how your software works. If you follow Test Driven Development (TDD), these scripts are also always up to date. &lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ &amp;amp; other Must-Do Documentation
&lt;/h2&gt;

&lt;p&gt;Questions that keep coming up again and again, requiring the same answers that rarely change, highlight the need for documentation. This is what needs to be compiled in a quickly accessible resource like an FAQ. It could be stored in shared spaces such as Redmine Wiki or Atlassian's Confluence. Again, I would advocate that such documentation only cover what is asked for frequently.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Training
&lt;/h2&gt;

&lt;p&gt;After all of the above, I am aware that this may cause a learning curve. Teams will need to be trained to understand this new way of working. That they aren't looking for word documents stored in a shared drive anymore, but need to creatively explore other sources, to find the information they need. It may mean initial work in the beginning, but if it saves you time from creating documentation that no one ever reads, it will give you more time to deliver quality software to a deadline. Training, as an investment, is never a bad thing. &lt;/p&gt;




&lt;p&gt;Thank you for reading. Please feel free to share your thoughts and advice as I am also keen to learn and improve my way of working. &lt;/p&gt;

&lt;p&gt;I have specifically left out documentation that is customer facing, as that should ideally not be written by developers, but by someone who fully understands the customer's business and can communicate in their preferred terminologies. &lt;/p&gt;


</description>
      <category>documentation</category>
      <category>softwaredevelopment</category>
      <category>bestpractice</category>
    </item>
    <item>
      <title>The search for IT’s Holy Grail: Fostering DevOps Collaboration</title>
      <dc:creator>Tanja Lichtensteiger</dc:creator>
      <pubDate>Mon, 29 May 2017 21:00:00 +0000</pubDate>
      <link>https://dev.to/grappleshark/the-search-for-its-holy-grail-fostering-devops-collaboration</link>
      <guid>https://dev.to/grappleshark/the-search-for-its-holy-grail-fostering-devops-collaboration</guid>
      <description>&lt;p&gt;&lt;em&gt;This article was originally posted on &lt;a href="http://www.techpageone.co.uk/business-uk-en/search-holy-grail-fostering-devops-collaboration/"&gt;Dell EMC Tech Page One&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The Tech industry is constantly drawn to new concepts and one of the most talked about topics of the moment is DevOps. This new kid on the block promises to deliver a faster response to business change while reducing single points of failure. But to successfully implement a DevOps culture in any organisation collaboration is key. Yet many teams struggle to obtain this highly sought after prize due to fear and distrust between Software Development and IT Operations.&lt;/p&gt;

&lt;p&gt;So how can this culture of collaboration be fostered? Based on experience of working on DevOps projects over the last few years, here are my tips for making sure you get off on the right foot.&lt;/p&gt;

&lt;h2&gt;
  
  
  Not another Restructure!
&lt;/h2&gt;

&lt;p&gt;The first misunderstanding many make when they wade into DevOps is thinking that a restructure of their organisation is required and that a new DevOps team needs to be created. But DevOps is not a branch in your company’s organisational chart, but rather a culture and a way of working together that bridges the gap between Software Development and IT Operations. It can also include members of other teams, such as Security and Networking. It is born out of the Agile philosophy, valuing people over process over tools. Teams work together through an entire service lifecycle, all the way from design to implementation to support to the eventual decommission. The lines that split the tasks between teams start to blur, but this a good thing!&lt;/p&gt;

&lt;h2&gt;
  
  
  Why is this a Good Thing?
&lt;/h2&gt;

&lt;p&gt;Poor collaboration affects the outcomes of development projects. Fostering a good DevOps culture enables:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Faster software development&lt;/li&gt;
&lt;li&gt;Frequent software delivery&lt;/li&gt;
&lt;li&gt;Improved service quality&lt;/li&gt;
&lt;li&gt;Reduction of bottlenecks&lt;/li&gt;
&lt;li&gt;Creation of a holistic environment&lt;/li&gt;
&lt;li&gt;Improved working relationships&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Get off my Land!
&lt;/h2&gt;

&lt;p&gt;One of the obstacles to collaboration is the distrust between developers and IT Operation teams. Trust needs to be built for all parties to willingly move their territory lines. Before you can build this trust, you need to empathise and understand what each party fears.&lt;/p&gt;

&lt;p&gt;So what do they fear? No matter how much IT Operations reassure them, developers fear that the environment they are building in will be nothing like the production environment. If this is the case, any testing prior to implementation is meaningless. IT Operations on the other hand fear that if they allow developers to help create and configure these environments, Ops will be cleaning up the mess left in their wake. In the most negative mindsets, the other is out to get their job.&lt;/p&gt;

&lt;p&gt;During initial discussions all teams need to openly acknowledge these fears. Write it on post-it notes before sticking them on a white board. Facilitate that discussion so that team members all understand where everyone is coming from and address it with logic and solutions. Rely on allies to help you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Find your Allies.
&lt;/h2&gt;

&lt;p&gt;There are individuals on both sides who will want to collaborate and believe in a closer working relationship. Join them for coffee and talk about the best way to implement a collaborative culture. Ensure that you all share the same message and one voice, regardless who is asked and who asks. As they bring up DevOps in conversations, support them and they will support you back. The more others hear it repeated by different sources, the belief in this new culture will gain strength and eventually momentum.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Big Sell.
&lt;/h2&gt;

&lt;p&gt;Besides listing the benefits to the organisation, you need to sell the benefits to the individuals. This includes access to new skills and training followed by the opportunity to put it into practice. At the same time reassure them that they are not expected to be an expert of all these new skills. It is more about breadth than depth. Show them that you value their own niche and expertise.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tool Up
&lt;/h2&gt;

&lt;p&gt;After people and process, comes tools, which will help support this new way of working. Tools that allow automation, continuous integration, delivery and deployment, should be agreed by members of both teams and implemented together. These tools should allow process transparency and open discussion.&lt;/p&gt;

&lt;h2&gt;
  
  
  Job done?
&lt;/h2&gt;

&lt;p&gt;You finally reach the DevOps nirvana! But it isn’t the end of the line. Like any ecosystem, this culture needs to be maintained to remain healthy. Existing relationships will need to flourish and the belief in the culture will need to spread to new employees entering the organisation. You and your allies will continue to be the gatekeepers, guarding this trusted collaborative partnership.&lt;/p&gt;

</description>
      <category>devops</category>
      <category>collaboration</category>
      <category>dev</category>
      <category>ops</category>
    </item>
    <item>
      <title>I'm a Techie on TV! Save Me!</title>
      <dc:creator>Tanja Lichtensteiger</dc:creator>
      <pubDate>Thu, 25 May 2017 16:59:49 +0000</pubDate>
      <link>https://dev.to/grappleshark/interviews--media-appearances-for-techies</link>
      <guid>https://dev.to/grappleshark/interviews--media-appearances-for-techies</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eaPUgZpD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/http://grappleshark.github.io/radio.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eaPUgZpD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/http://grappleshark.github.io/radio.jpg" alt="alt text" title="At BBC Radio 4 The Today Programme"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The overused stereotype of a techie is someone quite introverted, who would rather not present to audiences and actively shuns the limelight. The idea of getting on TV or radio would be equal to having their skin slowly peeled off with a blunt spoon. &lt;/p&gt;

&lt;p&gt;But when you do feel brave enough to engage with the media, there are benefits. If you have a message that you would like to get across to the world, this is the box that you can stand on to be seen. &lt;/p&gt;

&lt;p&gt;Here are some tips to help you on your way when you do get contacted by the media:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Be Flexible&lt;br&gt;
     Journalists are busy and live in a world that is in constant change, running after one breaking news item after another. They are more likely to work with you, if you are able to understand the challenges they face in their jobs and accommodate their time slots. The quicker you reply to their messages and keeping your schedule flexible, makes you a prime candidate for their go-to-person on certain subjects. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Politeness Costs Nothing&lt;br&gt;
     As much as some would like to believe otherwise, people who work in the media are human and like everyone, appreciate the small things. Always greet them and end your interview with a thank you. Your manners will come across well not just to the journalist, but to the audience watching. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Be Helpful&lt;br&gt;
     Before the interview, provide the following information as soon as possible to help them prepare their work.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your Name&lt;/li&gt;
&lt;li&gt;Your Job Title &lt;/li&gt;
&lt;li&gt;Your Company or the one you work for&lt;/li&gt;
&lt;li&gt;Videos / Photos if visual aids will help explain what you are trying to get across&lt;/li&gt;
&lt;li&gt;Facts about the topic and any other material that you may feel will be of interest. They may not use it, but you have helped them further their research into the topic that is usually out of their comfort zone.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Keep Jargon to a Minimum&lt;br&gt;
     This is obvious and you do hear about it all the time while working in Tech. You need to be able to speak to people who are not well versed in technical jargon. You work in a niche, but if your message needs to go out to a wider audience, you need to be able to speak their language. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Keep it Interesting!&lt;br&gt;
     Abstract the information appropriately to your target audience. What are they looking for? The interest is not necessarily in all the specific details, which may go above the heads of most listening. Be aware of this and they will less likely tune you out.  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Build a Rapport &lt;br&gt;
      Working with the media may be a rare occurrence for you, but for the journalist, this is their job. If you find a way to help them enjoy their work, even better! They will look forward to working with you again. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Avoid the Dead Air&lt;br&gt;
     Nothing is worse for journalists than having you respond to their questions with awkward silence while you are live on air. Avoid this at all cost. Prepare your answers beforehand, ready to respond to questions you believe they may ask. It is worth asking before the camera starts rolling, what their first question will be to help get you started. If you are caught in the dreaded dear air, they will also try to help you out of this hole, so latch on to this helping hand and don't let go. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;F*** Fake News&lt;br&gt;
     Check your facts. Avoid spreading incorrect information, just because it sounds juicy. It will spread like wildfire and you will be criticised by those in the know. This will only damage your reputation and the message you are trying to get across. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Do Not Lie&lt;br&gt;
     This really should go unsaid, but like the last point, people are curious creatures. You will be found out. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Have Fun&lt;br&gt;
     Not many people get a chance to talk about their passions in front of the media. Stay humble. Be grateful. Enjoy the moment!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3wAY9_OH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/http://grappleshark.github.io/devtostickers.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3wAY9_OH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/http://grappleshark.github.io/devtostickers.jpg" alt="alt text" title="Repping The Practical Dev"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tech</category>
      <category>news</category>
      <category>tv</category>
      <category>radio</category>
    </item>
    <item>
      <title>Hack Yourself </title>
      <dc:creator>Tanja Lichtensteiger</dc:creator>
      <pubDate>Sun, 23 Apr 2017 12:33:53 +0000</pubDate>
      <link>https://dev.to/grappleshark/hack-yourself</link>
      <guid>https://dev.to/grappleshark/hack-yourself</guid>
      <description>&lt;p&gt;April 22, 2017 is my bionic birthday. At around 17:15 I chose to upgrade myself. An &lt;a href="http://dngr.us/xNT" rel="noopener noreferrer"&gt;NFC tag&lt;/a&gt; was implanted into the webbing of my hand. This was the day I had waited for since I was a teenager, watching the original Ghost in the Shell and daydreaming of integrating with the machine world.   &lt;/p&gt;

&lt;p&gt;If you thought it was not yet possible for an individual to choose to technologically modify themselves, let me assure you that the dawn of "transcending" has begun to split our evolutionary horizon.  &lt;/p&gt;

&lt;p&gt;People may question the ethics of such procedures, but I believe in the importance of distributed knowledge. This technology is out there and in the hands of people and organisations that I do not fully trust. Instead of fearing it, I choose to understand and learn how to hack it. Hopefully I am one of many with knowledge and skills to be the defense against any unethical practice. Humans are both the cause and the cure of technology gone wrong.&lt;/p&gt;

&lt;p&gt;With that in mind, myself and five other individuals were invited by the &lt;a href="http://leedsinternationalfestival.com/" rel="noopener noreferrer"&gt;Leeds International Festival&lt;/a&gt; to receive implants as part of their &lt;a href="http://leedsinternationalfestival.com/event/cyber-punk-immersive-experience/" rel="noopener noreferrer"&gt;Biohacking, Cyberpunk &amp;amp; Hacker Culture&lt;/a&gt; event. With TEDx Speaker and Body Hacker &lt;a href="https://www.hannessjoblad.se/" rel="noopener noreferrer"&gt;Hannes SjÃ¶blad&lt;/a&gt; observing the procedure, we were upgraded.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fgrappleshark.github.io%2Fbiohack2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fgrappleshark.github.io%2Fbiohack2.jpg" title="My Bionic Family - Born April 22, 2017" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The tag was produced by &lt;a href="http://dangerousthings.com/" rel="noopener noreferrer"&gt;Dangerous Things&lt;/a&gt; and implanted into my hand by a lovely body piercing professional (who decided to become one of us). The procedure with the sterile injector felt like a deep bite for a couple of seconds and then it was done. I could feel a tiny foreign object embedded into the flesh of my hand. &lt;/p&gt;

&lt;p&gt;Within minutes I started to hack myself.  &lt;/p&gt;

&lt;p&gt;One of the first steps I took was to secure my NFC tag from malicious attack with the &lt;a href="https://t.co/VI90FQ06lE" rel="noopener noreferrer"&gt;Dangerous NFC App&lt;/a&gt;. With 17 years experience as an IT professional I take technology security very seriously. &lt;/p&gt;

&lt;p&gt;Using a &lt;a href="https://play.google.com/store/apps/details?id=com.nxp.nfc.tagwriter&amp;amp;hl=en_GB" rel="noopener noreferrer"&gt;tag writer&lt;/a&gt; I found it very easy to manipulate the data with my mobile phone. I can imagine if it came in contact with those of deviant inclinations, it could have been easily sealed in a way that I would not be able to handle the data stored within.   &lt;/p&gt;

&lt;p&gt;It has been less than 24 hours since I upgraded, but I have already been able to use my new component to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;bring up my twitter account&lt;/li&gt;
&lt;li&gt;play one of my favourite songs&lt;/li&gt;
&lt;li&gt;call me an Uber to take me home&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I plan to enjoy this journey with my new feature and look forward to writing about my future enhancements. But I will always remember the first bit of data I stored into my body using my latest upgrade. Words that spoke to me when I was a little girl. Words that guided me as I explored the revolutionary cyber landscape that was being built. &lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;em&gt;Cogito ergo sum.&lt;/em&gt;
&lt;/h3&gt;

&lt;p&gt;I think, therefore I am.&lt;/p&gt;

&lt;p&gt;Words that I will literally carry with me always.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fgrappleshark.github.io%2Fbionic.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/http%3A%2F%2Fgrappleshark.github.io%2Fbionic.jpg" title="Dot marks the spot" alt="alt text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hacker</category>
      <category>biohacking</category>
      <category>nfc</category>
      <category>implant</category>
    </item>
    <item>
      <title>Why Pay It Forward</title>
      <dc:creator>Tanja Lichtensteiger</dc:creator>
      <pubDate>Sun, 16 Apr 2017 14:06:49 +0000</pubDate>
      <link>https://dev.to/grappleshark/why-pay-it-forward</link>
      <guid>https://dev.to/grappleshark/why-pay-it-forward</guid>
      <description>

&lt;p&gt;Over the past two years I have been involved in outreach/mentoring programs and events which focused on getting more people interested in careers in technology. As a passionate techie, I want everyone to be encouraged to join in, specifically women and ethnic minorities, as I am a representative of both and there are still far too few of us in this field.&lt;/p&gt;

&lt;p&gt;Friends have asked me why am I spending most of my free time constantly speaking, writing, networking and for what? To potentially help people enter my industry, who may prove to be better techies than me and eventually compete with me for jobs. (Honestly: what a terrible way to look at it!)&lt;/p&gt;

&lt;p&gt;I often reply: “Don’t you remember the person who helped you?”&lt;/p&gt;

&lt;p&gt;Because I do.&lt;/p&gt;

&lt;p&gt;There are no words to express the extent of my appreciation of the people who believed in me, took risks and went out of their way to give me a helping hand.&lt;/p&gt;

&lt;p&gt;One of those was Herr Markus Erkenbrecher, an IT big shot (at least to me!) in Migros, the largest retailer in Switzerland.&lt;/p&gt;

&lt;p&gt;I sent a CV off to the company not knowing if there was even a job available. That CV was one of over 80, which I sent out to different companies in the span of two weeks.&lt;/p&gt;

&lt;p&gt;Honestly, I was 17 and desperate. I had strong logical thinking and problem solving skills, but my German was not perfect and my French was appalling. Unfortunately they were all required skills if you wanted to get ahead in any technical vocation in Switzerland. University closed its doors on me, I saw no way forward to move into tech and my career counselor was suggesting I go into hairdressing instead!&lt;/p&gt;

&lt;p&gt;Thankfully my CV landed on Markus’ desk. He somehow saw through my poorly written German, his curiousity piqued by my potential. I remember getting a letter detailing their IT apprenticeship program and inviting me to take some tests. It was like finding the golden ticket.&lt;/p&gt;

&lt;p&gt;I remember sitting in the waiting room (the only girl) with other applicants, brimming with excitement. I am not usually excited about tests, but what I had was a chance to prove myself. I was unphased.&lt;/p&gt;

&lt;p&gt;And I did.&lt;/p&gt;

&lt;p&gt;Months later Markus told me that although my language tests were subpar, the result of my logic tests stood leagues above the rest. This was still enough for me to miss out on this apprenticeship.&lt;/p&gt;

&lt;p&gt;The next round of the application process was to work in the company for one week. Along with the other applicants who made it through, I learned about the company, its systems and its values. As I did so, the company was learning about us, judging our suitability.&lt;/p&gt;

&lt;p&gt;During that week employees met me with thinly veiled bemusement. I could see it in their eyes that they did not believe I would get the job. After all, how can a brown girl, who spoke broken German, fit within a giant of a company, a gatekeeper of Swiss history and tradition. The employees knew it and the other applicants knew it too. The latter did not hide their opinions on that matter.&lt;/p&gt;

&lt;p&gt;At the end of the week, I was invited to a formal interview. And in that interview you can bet I tried my damnedest to convey to the panel how much I wanted this job, how hard I would be willing to work (take language classes at night school, no problem!) and how I would not let them down, if they just gave me a chance.&lt;/p&gt;

&lt;p&gt;After my impassioned speech, I remember Markus leaning forward and saying: “You are a risk. But I am going to gamble on you.”&lt;/p&gt;

&lt;p&gt;And he did.&lt;/p&gt;

&lt;p&gt;The risk was not imagined. All through the three year apprenticeship his reputation was influenced by that decision and my resulting performance. People questioned why he had hired me and why he had given one of the two valuable spots of the company’s IT apprenticeship program to a brown girl, who should be learning to cut hair.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rgUYeL4y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://grappleshark.github.io/blackboard.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rgUYeL4y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://grappleshark.github.io/blackboard.jpg" alt="alt text" title="Speaking at Code First: Girls"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;14 years ago I passed my IT Apprenticeship with flying colours. The doubters became believers. And the doors to my future career swung open.&lt;/p&gt;

&lt;p&gt;I have not (yet) needed to use French in my current career as a Software Development Team Leader, but I constantly apply what I have learned from the pages of Markus’ book.&lt;/p&gt;

&lt;p&gt;Take a risk, pay it forward and change lives.&lt;/p&gt;


</description>
      <category>womenintech</category>
      <category>mentoring</category>
      <category>softwaredevelopment</category>
      <category>career</category>
    </item>
    <item>
      <title>Hi, I'm Tanja Lichtensteiger</title>
      <dc:creator>Tanja Lichtensteiger</dc:creator>
      <pubDate>Sat, 18 Mar 2017 07:30:00 +0000</pubDate>
      <link>https://dev.to/grappleshark/hi-im-tanja-lichtensteiger</link>
      <guid>https://dev.to/grappleshark/hi-im-tanja-lichtensteiger</guid>
      <description>&lt;p&gt;I have been coding since I was 8 years old and professionally for 17 years.&lt;/p&gt;

&lt;p&gt;You can find me on Twitter as &lt;a href="https://twitter.com/grappleshark" rel="noopener noreferrer"&gt;@grappleshark&lt;/a&gt;&lt;br&gt;
You can find me on Github as &lt;a href="https://github.com/grappleshark" rel="noopener noreferrer"&gt;@grappleshark&lt;/a&gt;&lt;br&gt;
Website: &lt;a href="https://grappleshark.github.io/" rel="noopener noreferrer"&gt;https://grappleshark.github.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I work for Leeds Beckett University as a Software Development Team Leader. No, I don't have a degree - I have grit.&lt;/p&gt;

&lt;p&gt;I live in Leeds, Yorkshire, UK. I used to live in Switzerland, Philippines, Malaysia and Indonesia.&lt;/p&gt;

&lt;p&gt;I mostly program in PHP, Web, Oracle toolsets, Java, C# .NET.&lt;/p&gt;

&lt;p&gt;I am currently learning more about Python.&lt;/p&gt;

&lt;p&gt;In my free time I am currently building an Athlete Communication Platform for Yorkshire County Cricket Club.&lt;/p&gt;

&lt;p&gt;Feel free to talk to me about Software Development, DevOps, Diversity in Tech, Data and any emerging technologies/cool stuff. &lt;/p&gt;

&lt;p&gt;I am partial to pistachio ice cream. &lt;/p&gt;

&lt;p&gt;Nice to meet you.&lt;/p&gt;

</description>
      <category>introduction</category>
    </item>
  </channel>
</rss>
