<!DOCTYPE html> <html lang="en" xmlns:fb="http://ogp.me/ns/fb#"> <head> <title>Blog | tretton37</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"> <link rel="prefetch" href="/assets/i/join.jpg"> <link rel="prefetch" href="/assets/i/contact.jpg"> <link rel="prefetch" href="/assets/i/covid-19.jpg"> <link rel="prefetch" href="/assets/i/events.jpg"> <link rel="prefetch" href="/assets/i/blog.jpg"> <link rel="prefetch" href="/assets/i/knowledge-sharing.jpg"> <link rel="prefetch" href="/assets/i/meet.jpg"> <link rel="prefetch" href="/assets/i/privacy-policy.jpg"> <link rel="prefetch" href="/assets/i/what-we-do.jpg"> <link rel="prefetch" href="/assets/i/who-we-are.jpg"> <meta property="og:title" content="Blog"> <meta property="og:site_name" content="tretton37"> <meta property="twitter:title" content="Blog"> <meta itemprop="name" content="Blog"> <meta property="og:type" content="article"> <meta property="twitter:card" content="summary_large_image"> <meta property="og:url" content="https://www.tretton37.com/blog.html"> <meta property="twitter:url" content="https://www.tretton37.com/blog.html"> <meta name="description" content="We love sharing knowledge in many different ways. Our blog is just one of the outlets where you can grow and learn...."> <meta property="og:description" content="We love sharing knowledge in many different ways. Our blog is just one of the outlets where you can grow and learn...."> <meta property="twitter:description" content="We love sharing knowledge in many different ways. Our blog is just one of the outlets where you can grow and learn...."> <meta itemprop="description" content="We love sharing knowledge in many different ways. Our blog is just one of the outlets where you can grow and learn...."> <meta property="og:image" content="https://tretton37.com/assets/i/tretton37square-blog.jpg"> <meta property="twitter:image" content="https://tretton37.com/assets/i/tretton37square-blog.jpg"> <meta itemprop="image" content="https://tretton37.com/assets/i/tretton37square-blog.jpg"> <meta name="thumbnail" content="https://tretton37.com/assets/i/tretton37square-blog.jpg"> <link rel="image_src" content="https://tretton37.com/assets/i/tretton37square-blog.jpg"> <meta name="parsely-image-url" content="https://tretton37.com/assets/i/tretton37square-blog.jpg"> <link rel="author" type="text/x-markdown" href="/humans.txt"> <link href="assets/css/main.css?39792b03-9947-421a-a904-c802e162bb1d" rel="stylesheet"> <link rel="icon" type="image/png" href="assets/i/favicon.png"> <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet"> <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> <style> @import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#subs-cont {
  font-size: 12.5px;
  font-family: "Sora", sans-serif;
}

.subscribe-container {
  width: 100vw;
  min-height: 100vh;
  background: #0c0c91ed;
  width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed ;

  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.subscribe-container.show {
  display: flex;
}

.subscribe {
  display: flex;
  background-color: #fff;
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  position: relative;

}
.subscribe .close {
  cursor: pointer;
  position: absolute;
  font-size: 3rem;
  top: -20px;
  right: -20px;
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 30px;
padding-top:4px;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.subscribe .close:hover {
  color: #0C0C91;
}

.subscribe .img {
  min-width: 260px;
  background: #2193b0;
  background: -webkit-linear-gradient(to right bottom, #6dd5ed, #2193b0);
  background: linear-gradient(to right bottom, #6dd5ed, #2193b0);
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.subscribe .img img {
  width: 90%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  animation: animate_subs_img 1s alternate infinite linear;
}

.subscribe .content {
    overflow: auto;
  overflow-x: hidden;
  max-height: 90vh;
  padding: 2.5rem 1.5rem;
}
.subscribe .content h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.subscribe .content p {
  font-size: 0.9rem;
 margin-top: 2rem;
  margin-bottom: 2.5rem;
  line-height: 1.35;
  color: #555;
}

.mainbtn {
  font-size: 200%;
  background: #05E273;
  padding: 15px;
  color: #0C0C91;
  text-decoration: none;
  margin: auto;
  margin-top: 40px;
  font-weight: bold;
  left: 30%;
  position: relative;
  transform: translateX(-100%);
}

.mainbtn:hover {
  opacity: 0.9;
}

.subscribe-container h2 {
  color: #0C0C91;
display: block;
 margin-bottom: 30px;
 font-weight: bold;
}

.iframe-container {
  position: relative;
  padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 650px) {
  .subscribe {
    display: block;
    max-width: 80%;
  max-height: 80vh;
  margin-top: -10vh;
  }
  .subscribe .content h2 {
  font-size: 1rem;
  margin-bottom: 2rem;
}
  .mainbtn {
  font-size: 100%;
  position: absolute;
  left: 50%;
  margin-top: 0px;
  text-align: center;
  transform: translateX(-50%);
}
} </style> <!--[if lte IE 8]>
    <script src="/assets/js/lib/rem.min.js" type="text/javascript"></script>
    <script src="//cdn.jsdelivr.net/g/html5shiv@3.7.0,selectivizr@1.0.3b,respond@1.4.2"></script>
    <link href="/assets/css/main.ie.css?a513cd24-e688-4854-94ea-82db1308bf6b" rel="stylesheet" />
  <![endif]--> </head> <body class="spotlight-inactive"> <div id="subs-cont" class="subscribe-container show" data-nosnippet> <div class="subscribe"> <span id="subs-close" class="close">&times;</span> <div class="content"> <h2>We've gone from tretton37 to 13<span style="color:#05E273">|</span>37.</h2> <div class="iframe-container"> <iframe src="https://www.youtube.com/embed/PwVexSg4S9k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> <p> We’re still the same company with the same heart and focus on empowering clients and colleagues – and that will never change – but now we’re shorthand! If you want to get in touch to talk to us about empowering your organisation, uncovering your digital capabilities or find out more about life at 13|37 then head on over to <a href="https://1337.tech">1337.tech</a>. <br><br> tretton37.com will be available for a limited transition period only. Have a wonderful day. </p> <a href="https://1337.tech" class="mainbtn">Visit us at 1337.tech</a> <span></span> </div> </div> </div> <header class="navbar" role="navigation"> <div class="inner-scroll"> <ul class="navbar-menu" role="navigation"> <li><a href="/who-we-are">Who we are</a></li> <li><a href="/what-we-do">What we do</a></li> <li><a href="/knowledge-sharing">Knowledge sharing</a></li> <li><a href="/join" data-switch-to="#hiring!">Join</a></li> <li><a class="typeform-share button" href="https://form.typeform.com/to/wmJczaqk" data-mode="popup" data-submit-close-delay="2" target="_blank">Inquire</a></li> <li><a href="/contact">Contact</a></li> <!--<li><a href="/covid-19" data-special="covid-19" >COVID-19</a></li>--> </ul> <ul class="navbar-menu navbar-menu-sub"> <li><a href="/events">Events</a></li> <li><a href="/blog" class="active">Blog</a></li> <li><a href="https://leetspeak.se" target="_blank">Leetspeak 2020 <i class="icon-external-link icon-right"></i></a></li> </ul> </div> <div class="branding"> <a href="/"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 456.82 89.62"><defs></defs><title>_tretton37 logo green</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="logoFill" d="M16.19,74.86a27.32,27.32,0,0,1-6.86-.8,11.4,11.4,0,0,1-4.89-2.64,12.94,12.94,0,0,1-3.23-5A24,24,0,0,1,0,58.1V0H14V14.76H28.47V27H14V55.33c0,5,2.61,7.72,7.35,7.72a21,21,0,0,0,6.89-1V72.28A33.94,33.94,0,0,1,23.39,74,26,26,0,0,1,16.19,74.86Z"/><path class="logoFill" d="M240.23,74.87c-12.88,0-25-7.41-29.46-19.72a30.1,30.1,0,0,1,9.83-33.82A33.44,33.44,0,0,1,256.84,19,30,30,0,0,1,271,51c-2.61,12.48-13.44,21.82-25.92,23.53A36.25,36.25,0,0,1,240.23,74.87Zm0-49.06a17.38,17.38,0,0,0-16.64,12.45c-2.25,7.29-.4,15.74,5.47,20.79a18,18,0,0,0,20.72,1.7c6.55-4,9.18-12.18,7.94-19.53C256.27,32.68,249,25.81,240.23,25.81Z"/><polygon class="logoFill" points="402.4 14.76 402.4 27.02 441.25 27.02 406.7 89.62 422.68 89.62 456.82 25.82 456.82 14.76 402.4 14.76"/><path class="logoFill" d="M305,14.76H278.67v60.1h14V27h12.77a11,11,0,0,1,8.07,3.1c3.89,4.11,3.89,13.42,3.89,20.69V74.86h14V41.12C331.4,18.18,314.88,14.76,305,14.76Z"/><polygon class="logoFill" points="54.14 14.76 38.47 14.76 38.47 74.86 52.47 74.86 52.47 27.01 67.05 27.01 54.14 14.76"/><path class="logoFill" d="M119.4,68.2a32.45,32.45,0,0,1-7.92,6.23,23.94,23.94,0,0,1-11.57,2.68,14.17,14.17,0,0,1-9.32-3,10.43,10.43,0,0,1-3.78-8.41v-.23a10.09,10.09,0,0,1,4.94-9c3-1.92,7.24-2.9,12.53-2.9h2.38l2.19-8.92L91.33,27h33.72V14.76h-51v11L93.22,44l-.15,0a39.83,39.83,0,0,0-7.66,2.09A21.81,21.81,0,0,0,79,49.93a17.82,17.82,0,0,0-4.48,6,21,21,0,0,0-1.68,8.86v.23a25,25,0,0,0,1.88,9.83,23,23,0,0,0,5.38,7.75,24.5,24.5,0,0,0,8.57,5.14,34.1,34.1,0,0,0,11.49,1.85c7,0,12.94-1.24,17.76-3.69a38.59,38.59,0,0,0,11.21-8.47Z"/><path class="logoFill" d="M347.05,68.2A32.68,32.68,0,0,0,355,74.43a23.87,23.87,0,0,0,11.56,2.68,14.15,14.15,0,0,0,9.32-3,10.43,10.43,0,0,0,3.78-8.41v-.23a10.1,10.1,0,0,0-4.93-9c-3-1.92-7.25-2.9-12.53-2.9h-2.39l-2.19-8.92L375.13,27H341.4V14.76h51v11L373.23,44l.15,0a40.13,40.13,0,0,1,7.67,2.09,22.07,22.07,0,0,1,6.43,3.83A17.8,17.8,0,0,1,392,56a21,21,0,0,1,1.69,8.86v.23a25,25,0,0,1-1.89,9.83,23,23,0,0,1-5.38,7.75,24.5,24.5,0,0,1-8.57,5.14,34.06,34.06,0,0,1-11.49,1.85c-7,0-12.94-1.24-17.76-3.69a38.42,38.42,0,0,1-11.2-8.47Z"/><path class="logoFill" d="M151.28,74.88a26.84,26.84,0,0,1-6.86-.81,11.28,11.28,0,0,1-4.89-2.63,13.09,13.09,0,0,1-3.23-5,24,24,0,0,1-1.21-8.29V0h14V14.77h14.47V27H149.09V55.34c0,5,2.61,7.72,7.35,7.72a21,21,0,0,0,6.89-1V72.29A31.64,31.64,0,0,1,158.48,74,25.56,25.56,0,0,1,151.28,74.88Z"/><path class="logoFill" d="M189.74,74.88a26.76,26.76,0,0,1-6.85-.81A11.22,11.22,0,0,1,178,71.44a13,13,0,0,1-3.23-5,23.81,23.81,0,0,1-1.21-8.29V0h14V14.77H202V27H187.55V55.34c0,5,2.62,7.72,7.36,7.72a20.88,20.88,0,0,0,6.88-1V72.29A31.52,31.52,0,0,1,197,74,25.63,25.63,0,0,1,189.74,74.88Z"/></g></g></svg> </a> </div> <div class="menu-link menu-link-top"><a data-toggle-menu-top><span></span></a></div> <div class="menu-link menu-link-sub"><a data-toggle-menu-sub><span></span></a></div> </header> <section class="hero short hero-blog"> <div class="title" style=""> <h1>Sharing knowledge</h1> <h2>Is what we do</h2> </div> </section> <section class="site-section blog-list-section"> <div class="container"> <h1>tretton37 knowledge sharing entires</h1> <p><a href="blog/blog.xml" target="_blank" class="rss-subscription">Subscribe to feed</a></p> <article id="companyBlog" class="full" data-bind="showFirstNElements: {selector: 'article', count: visibleBlogPostsCount()}"> <article class="blog-post-intro hidden"> <a href="/blog/Seamless-order-information-flows-support-Alfa-Laval-business-objectives.html"> <span style="background-image: url(/assets/i/alfalaval-Seamless-order-information-flows-support-Alfa-Laval-business-objectives.jpg);"></span> </a> <h1> <a href="/blog/Seamless-order-information-flows-support-Alfa-Laval-business-objectives.html">Seamless order information flows support Alfa Laval’s business objectives</a> </h1> <span class="summary"> <p>Alfa Laval pushing the industry expectations with a new order flow team (GOAL Team) with members from tretton37, a proven IT partner at Alfa Laval, to together design and develop a new future-proof document handler.</p> <a href="/blog/Seamless-order-information-flows-support-Alfa-Laval-business-objectives.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/diaverum-patient-focus-in-paperless-clinics.html"> <span style="background-image: url(/assets/i/diaverum-patient-focus-in-paperless-clinics.jpg);"></span> </a> <h1> <a href="/blog/diaverum-patient-focus-in-paperless-clinics.html">Patient Focus in Paperless Clinics</a> </h1> <span class="summary"> <p>Diaverum provides renal care to patients with Chronic Kidney Disease (CKD). Their vision, aside from keeping people alive, is to transform renal care, offering the highest quality of care and empower patients to live a fulfilling life.</p> <a href="/blog/diaverum-patient-focus-in-paperless-clinics.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/prisjakt-insights-for-a-future-powered-by-data.html"> <span style="background-image: url(/assets/i/prisjakt_Insights-for-a-future-powered-by-data.jpg);"></span> </a> <h1> <a href="/blog/prisjakt-insights-for-a-future-powered-by-data.html">Insights for a future powered by data</a> </h1> <span class="summary"> <p>Customers have requested the Prisjakt data for a long time. The challenge has been to make it available in a way that meets the wants and needs of all the relevant stakeholders; from tech savvy e-commerce giants who want near real time data</p> <a href="/blog/prisjakt-insights-for-a-future-powered-by-data.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/2019-08-23-machine-learning-talk.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/41401817245_96b503137b_o);"></span> </a> <h1> <a href="/blog/2019-08-23-machine-learning-talk.html">How I used Machine Learning to help our client within the retail sector</a> </h1> <span class="summary"> <p>Read more about how Michał was able to help one of our clients with a chain of stores within Scandinavia using Machine Learning. Bonus - watch his talk from DevConf.</p> <a href="/blog/2019-08-23-machine-learning-talk.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/alfa-laval-explore-the-story.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/alfa-laval-explore-the-story);"></span> </a> <h1> <a href="/blog/alfa-laval-explore-the-story.html">Alfa Laval Explore, the story</a> </h1> <span class="summary"> <p>This is a story of how we worked closely together with our client Alfa Laval and Tom Manelius to create a groundbreaking product called Explore.</p> <a href="/blog/alfa-laval-explore-the-story.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/press-release-expand-slovenia-40-percent.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/expansion_to_slovenia);"></span> </a> <h1> <a href="/blog/press-release-expand-slovenia-40-percent.html">(Press release) tretton37 ökar omsättning med 40 procent och expanderar utomlands</a> </h1> <span class="summary"> <p>It-konsultbolaget tretton37 fortsätter att växa snabbt och ökade omsättningen med nästan 40 procent under 2017. Nu förbereder sig företaget för en internationell expansion.</p> <a href="/blog/press-release-expand-slovenia-40-percent.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/2019-01-24-usability-testing-in-Germany.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/31141556698_59aa127984_o);"></span> </a> <h1> <a href="/blog/2019-01-24-usability-testing-in-Germany.html">Usability testing in Germany</a> </h1> <span class="summary"> <p>A couple of months ago we completed a usability test of an app in Germany for our client. We were a team that developed a check-in and check-out solution as an add-on to current apps.</p> <a href="/blog/2019-01-24-usability-testing-in-Germany.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/youthspeak-press-release.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/youthspeak-teach);"></span> </a> <h1> <a href="/blog/youthspeak-press-release.html">(Press release) Utsatta ungdomar lär sig programmera</a> </h1> <span class="summary"> <p>Tillsammans med Statens institutionsstyrelse har it-konsultbolaget tretton37 startat initiativet YouthSpeak som ska inspirera utsatta ungdomar genom att lära dem programmering.</p> <a href="/blog/youthspeak-press-release.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/join-me-for-devconf.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/blog_image_dev);"></span> </a> <h1> <a href="/blog/join-me-for-devconf.html">Join me for DevConf</a> </h1> <span class="summary"> <p>Our own Michał is going to speak at DevConf. And we have tickets for those of you who want to join him.</p> <a href="/blog/join-me-for-devconf.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/designsprint-week-in-short.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/miscellaneous/IMG_0190);"></span> </a> <h1> <a href="/blog/designsprint-week-in-short.html">Design sprint week - a quick report</a> </h1> <span class="summary"> <p>How do we usually facilitate a design sprint with our clients? Find out from our brief day-to-day report on our latest one we had with one of our customers.</p> <a href="/blog/designsprint-week-in-short.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/panel-discussion.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/panel_talk);"></span> </a> <h1> <a href="/blog/panel-discussion.html">Panel discussion with State Secretary</a> </h1> <span class="summary"> <p>A seminar organized by The Confederation of Swedish Enterprise in which we discussed effective language training for enabling immigrants to enter the job market.</p> <a href="/blog/panel-discussion.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/we-ran-we-saw-we-conquered.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/tretton37_ifgirlsrantheworld2016_4);"></span> </a> <h1> <a href="/blog/we-ran-we-saw-we-conquered.html">We ran, we saw, we conquered!</a> </h1> <span class="summary"> <p>During October, 1273 people gathered together all over the world to run for a cause. Together we raised awareness for girls and women all over the globe.</p> <a href="/blog/we-ran-we-saw-we-conquered.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/if-girls-ran-the-world.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/miscellaneous/If_girls_ran_the_world);"></span> </a> <h1> <a href="/blog/if-girls-ran-the-world.html">What if girls ran the world?</a> </h1> <span class="summary"> <p>From October 1-31 we will run as much as we can to benefit a charity of our choice. For each 1337 meters we run, tretton37 will donate 50 SEK to the organization Girls in Tech.</p> <a href="/blog/if-girls-ran-the-world.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/leethack-alpha-2.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/miscellaneous/header);"></span> </a> <h1> <a href="/blog/leethack-alpha-2.html">Leethack alpha 2</a> </h1> <span class="summary"> <p>As a side project at tretton37, a few of us ninjas have been working on a project we call LeetHack. It’s a system for competition, a chance for learning and a social event for nerds.</p> <a href="/blog/leethack-alpha-2.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/present-at-meetings.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/ppt);"></span> </a> <h1> <a href="/blog/present-at-meetings.html">Presenting at Meetings</a> </h1> <span class="summary"> <p>It is a hard thing to present things in a good way at meetings. When things are hard people often fall back on default. The default way of presentation is often Power Point by Microsoft.</p> <a href="/blog/present-at-meetings.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/tretton37_open_source.html"> <span class="empty"><span>tretton37 &amp; Open Source</span></span> </a> <h1> <a href="/blog/tretton37_open_source.html">tretton37 &amp; Open Source</a> </h1> <span class="summary"> <p>Over the years we have been involved in many different Open Source initiatives, and always with our own passion for software craftsmanship at the core.</p> <a href="/blog/tretton37_open_source.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/Top-100-most-exciting-employers.html"> <span class="empty"><span>Top 100 Most Exciting Employers</span></span> </a> <h1> <a href="/blog/Top-100-most-exciting-employers.html">Top 100 Most Exciting Employers</a> </h1> <span class="summary"> <p>tretton37 made the list of Top 100 Most Exciting Employers 2016 rating higher than the other ninety-nine entrants</p> <a href="/blog/Top-100-most-exciting-employers.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/coderdojo-for-girls.html"> <span class="empty"><span>CoderDojo for Girls</span></span> </a> <h1> <a href="/blog/coderdojo-for-girls.html">CoderDojo for Girls</a> </h1> <span class="summary"> <p>tretton37 will be hosting CoderDojo for girls between 7-17 years to get started with programming.</p> <a href="/blog/coderdojo-for-girls.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/most-diverse-company-of-the-year.html"> <span class="empty"><span>The Most Diverse Company of the Year</span></span> </a> <h1> <a href="/blog/most-diverse-company-of-the-year.html">The Most Diverse Company of the Year</a> </h1> <span class="summary"> <p>Last night, tretton37 was awarded the Most Diverse Company of the Year and we could not be prouder!</p> <a href="/blog/most-diverse-company-of-the-year.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/algorithm-challenge.html"> <span class="empty"><span>Algorithm Challenge</span></span> </a> <h1> <a href="/blog/algorithm-challenge.html">Algorithm Challenge</a> </h1> <span class="summary"> <p>For all of you eagerly awaiting the upcoming devnull developer game in February, we’re arranging a series of weekend algorithmic challenges!</p> <a href="/blog/algorithm-challenge.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/devnull-the-prizes.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/devnull-2);"></span> </a> <h1> <a href="/blog/devnull-the-prizes.html">Devnull - the prizes</a> </h1> <span class="summary"> <p>Escape from devnull is a science-fiction or fantasy adventure that you experience by coding it. Solve the problems - claim the prizes.</p> <a href="/blog/devnull-the-prizes.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/becoming-a-software-movement.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/mission);"></span> </a> <h1> <a href="/blog/becoming-a-software-movement.html">Becoming a Software Movement...</a> </h1> <span class="summary"> <p>At tretton37, we believe in challenging the norm to progress. Now it’s time for us to challenge it once again.</p> <a href="/blog/becoming-a-software-movement.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/introduction-to-hardware-programming.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/tretton37pcb);"></span> </a> <h1> <a href="/blog/introduction-to-hardware-programming.html">Introduction to Hardware Programming (Part 1)</a> </h1> <span class="summary"> <p>Part 1 in the series about hardware programming. Introduction to circuits and electricity</p> <a href="/blog/introduction-to-hardware-programming.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/a-magical-pet-project.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/magic-mirror-1);"></span> </a> <h1> <a href="/blog/a-magical-pet-project.html">A magical pet project</a> </h1> <span class="summary"> <p>It all started off with some spare time and an idea, so a little pet project was started to construct a magic mirror.</p> <a href="/blog/a-magical-pet-project.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/devnull-is-coming-to-lund.html"> <span style="background-image: url(https://tretton37img.blob.core.windows.net/blog/devnull-2);"></span> </a> <h1> <a href="/blog/devnull-is-coming-to-lund.html">Devnull is coming to Lund</a> </h1> <span class="summary"> <p>Escape from devnull is a science-fiction or fantasy adventure that you experience by coding it. It is also one of the greatest and most fun development tournaments that one can attend.</p> <a href="/blog/devnull-is-coming-to-lund.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/we-heart-nancy.html"> <span class="empty"><span>We &lt;3 Nancy</span></span> </a> <h1> <a href="/blog/we-heart-nancy.html">We &lt;3 Nancy</a> </h1> <span class="summary"> <p>At tretton37 we have always used and developed open source software, it is just one of the ways we create value by sharing knowledge. During the last few years we have used Nancy for customers and pet projects, and during the years Nancy has grown to be a fantastic lightweight framework.</p> <a href="/blog/we-heart-nancy.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/moving-towards-autonomous-knowledge-development.html"> <span class="empty"><span>Moving towards autonomous knowledge development</span></span> </a> <h1> <a href="/blog/moving-towards-autonomous-knowledge-development.html">Moving towards autonomous knowledge development</a> </h1> <span class="summary"> <p>For us tretton37 knowledge and knowledge sharing has always been top priority. Our business model hinges on sharing knowledge, not only with our clients but also with the community and each other. This makes experimenting with different ways of learning key to our success.</p> <a href="/blog/moving-towards-autonomous-knowledge-development.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/it-all-begins-at-coderdojo.html"> <span style="background-image: url(http://i.imgur.com/E2eFTca.jpg);"></span> </a> <h1> <a href="/blog/it-all-begins-at-coderdojo.html">It all begins at CoderDojo</a> </h1> <span class="summary"> <p>The burning question came from one of the youngest members in the audience. As I gathered my thoughts, I noticed how the rest of the group was looking at me with the eagerness and impatience typical of someone whose thirst for knowledge is inversely proportional to their age. I felt the energy in the air. And so I began to give my answer.</p> <a href="/blog/it-all-begins-at-coderdojo.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/we-love-open-source.html"> <span class="empty"><span>We &lt;3 Open Source</span></span> </a> <h1> <a href="/blog/we-love-open-source.html">We &lt;3 Open Source</a> </h1> <span class="summary"> <p>Open source and the open source community are, and always will be, an important part of our company culture. It was not too long ago that we spent <a href="/blog/report-on-knowledge-sharing-day-1337oss-at-the-lund-office.html">a full day contributing to various open source projects</a>, as a small way for us to show our appreciation for the projects and all the hard work that goes into them.</p> <a href="/blog/we-love-open-source.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/so-leetspeak-that-happened.html"> <span class="empty"><span>So, Leetspeak, that happened</span></span> </a> <h1> <a href="/blog/so-leetspeak-that-happened.html">So, Leetspeak, that happened</a> </h1> <span class="summary"> <p>I started at tretton37 just about a year ago. My first couple of weeks at tretton37 involved a lot of mug posting to the far corners of the globe. I couldn’t quite understand why requests were coming in from all over the world for a mug that had something about France being bacon on it. I just didn’t get it. So, I bought in about 900km of bubblewrap, thought “computer nerds are a funny bunch” and posted them off. Job done.</p> <a href="/blog/so-leetspeak-that-happened.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/lundabolag-vill-vaxa-men-fortsatta-som-it-ninjor.html"> <span class="empty"><span>Lundabolag vill växa men fortsätta som IT-ninjor</span></span> </a> <h1> <a href="/blog/lundabolag-vill-vaxa-men-fortsatta-som-it-ninjor.html">Lundabolag vill växa men fortsätta som IT-ninjor</a> </h1> <span class="summary"> <p>På lördag arrangerar tretton 37 sin systemutvecklarkonferens för tredje gången. Bolaget har vuxit till nittio anställda sedan starten 2010. Inom tre år vill man vara 150 medarbetare och etablerade utomlands.</p> <a href="/blog/lundabolag-vill-vaxa-men-fortsatta-som-it-ninjor.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/coldfront-tickets-up-for-grabs.html"> <span class="empty"><span>Coldfront Tickets Up For Grabs</span></span> </a> <h1> <a href="/blog/coldfront-tickets-up-for-grabs.html">Coldfront Tickets Up For Grabs</a> </h1> <span class="summary"> <p>ColdFront is a brand new, single-day front end conference taking place in Copenhagen on the 4th of September 2014. It’s kicking off in style with a pretty impressive speaker line-up, which can be found <a href="http://coldfrontconf.com/#speakers">here</a>.</p> <a href="/blog/coldfront-tickets-up-for-grabs.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/the-third-knowabunga-day-of-2014.html"> <span class="empty"><span>The third knowabunga day of 2014</span></span> </a> <h1> <a href="/blog/the-third-knowabunga-day-of-2014.html">The third knowabunga day of 2014</a> </h1> <span class="summary"> <p>Previously I’ve discussed the challenges of organising our Knowabunga days due to the wide range of different and exciting interests we have here at tretton37. When planning companywide activities we have to cater to all of these interests or we run the risk of not getting a return on the investment. We are convinced that learning goes hand in hand with the individual’s aspirations, and therefore interest is an important factor. I like to think that we have succeeded with that so far, but we can always strive to make it even better.</p> <a href="/blog/the-third-knowabunga-day-of-2014.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/knowabunga-day-june.html"> <span class="empty"><span>KNOWABUNGA DAY JUNE</span></span> </a> <h1> <a href="/blog/knowabunga-day-june.html">KNOWABUNGA DAY JUNE</a> </h1> <span class="summary"> <p>Yes, it’s time for another full-blown action-packed day of Knowledge! We’ll be enhancing our competence, and sharing our knowledge with one another – it’s the event we call Knowabunga! It’s also the final Knowabunga before we all head off to enjoy our well-deserved vacations :-)</p> <a href="/blog/knowabunga-day-june.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/agilistas-vs-cowboys.html"> <span class="empty"><span>Agilistas vs. Cowboys</span></span> </a> <h1> <a href="/blog/agilistas-vs-cowboys.html">Agilistas vs. Cowboys</a> </h1> <span class="summary"> <p>We're happy to welcome you all to ‘Agilistas vs. Cowboys’ by Martin Mazur! The evening will kick-off at 17:30 with something nice to eat before Martin begins his session at 18:15. Afterwards we'll open the doors to our comfy office and you'll have the opportunity to grab yourself something to drink and carry on the discussion!</p> <a href="/blog/agilistas-vs-cowboys.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/the-second-knowabunga-day-of-2014.html"> <span class="empty"><span>The Second Knowabunga Day of 2014</span></span> </a> <h1> <a href="/blog/the-second-knowabunga-day-of-2014.html">The Second Knowabunga Day of 2014</a> </h1> <span class="summary"> <p>Our first knowledge day was code-named &quot;Knowabunga Day&quot;. It is a direct reference to our favourite childhood cartoon; Teenage Mutant Ninja Turtles. One of the characters - Michelangelo - used to yell &quot;Cowabunga!&quot;, a nonsensical word but with a lot of heart behind it.</p> <a href="/blog/the-second-knowabunga-day-of-2014.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/game-night.html"> <span class="empty"><span>Game Night</span></span> </a> <h1> <a href="/blog/game-night.html">Game Night</a> </h1> <span class="summary"> <p>Come join us for a night of board-gaming fun. Grab your Cloak of Obscurity, plot your railway line, and meet us in our Lund office from 18:00 for food, drinks, and a bunch of games!</p> <a href="/blog/game-night.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/movie-night.html"> <span class="empty"><span>Movie Night</span></span> </a> <h1> <a href="/blog/movie-night.html">Movie Night</a> </h1> <span class="summary"> <p>Come and join us at our tretton37 office in Stockholm for an old-school movie night! We'll open up our doors at 17:00 and start the movie around 18:30, so feel free to drop in whenever you feel like during that time.</p> <a href="/blog/movie-night.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/knowabunga-day-april.html"> <span class="empty"><span>Knowabunga day April</span></span> </a> <h1> <a href="/blog/knowabunga-day-april.html">Knowabunga day April</a> </h1> <span class="summary"> <p>A while back I wrote about our knowledge sharing day and how we would spend that time on contributing to OSS projects. We are just around the corner for the second edition of this day which is now, after an evening of beer tasting, simply known as Knowabunga day. Yes, it's a word play on cowabunga, popularized to us swedes by the fictional team of four teenage anthropomorphic turtles, and the word knowledge. It's perhaps a bit on the corny side but it seems to have stuck so let's roll with it.</p> <a href="/blog/knowabunga-day-april.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/my-thoughts-about-spc14.html"> <span class="empty"><span>My thoughts about SPC14</span></span> </a> <h1> <a href="/blog/my-thoughts-about-spc14.html">My thoughts about SPC14</a> </h1> <span class="summary"> <p>Maybe I am getting too old for travelling getting jet lagged or maybe it is just the fact that I had a surgery 2 weeks before going to the SPC that I was totally exhausted most of the time being there. I went to bed early every evening and got up early because I could not sleep any longer. So this is how it feels like to be an old man. Too tired to stay up at night and too alert to sleep in the early morning. So much for Las Vegas night life. He .. I blame it on the surgery and not the fact that I not so long ago turned 40. But the reason I went to this event was not to rumble in the jungle in the first place.</p> <a href="/blog/my-thoughts-about-spc14.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/that-time-i-moved-to-sweden.html"> <span class="empty"><span>That time I moved to Sweden...</span></span> </a> <h1> <a href="/blog/that-time-i-moved-to-sweden.html">That time I moved to Sweden...</a> </h1> <span class="summary"> <p>In 2012 I moved from Australia to Sweden to join the tretton37 family. This is my story, but it could also be yours. Well except for the “2012” part – that ship has sailed.</p> <a href="/blog/that-time-i-moved-to-sweden.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/leetspeak-2014.html"> <span class="empty"><span>Leetspeak 2014</span></span> </a> <h1> <a href="/blog/leetspeak-2014.html">Leetspeak 2014</a> </h1> <span class="summary"> <p>Leetspeak is a conference born out of the desire to bring inspiring, hardcore technical content to those who need to know. It's an alternative to all those big expensive conferences out there that are held on weekdays. It aims to be both affordable and accessible as it’s always held on a Saturday. We wanted to make it that anyone who has the drive to learn should be able to attend, not just those lucky few that can get sponsored by their companies and get time off work.</p> <a href="/blog/leetspeak-2014.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/report-on-knowledge-sharing-day-1337oss-at-the-lund-office.html"> <span class="empty"><span>Report on Knowledge Sharing Day #1337oss at the Lund office</span></span> </a> <h1> <a href="/blog/report-on-knowledge-sharing-day-1337oss-at-the-lund-office.html">Report on Knowledge Sharing Day #1337oss at the Lund office</a> </h1> <span class="summary"> <p>On Friday 31st January 2014 we started out with a fairly low level of expectation. It was &quot;low&quot; as in &quot;we'd be happy if we get a pull request together&quot; and there was also a whole stack of legal agreements that needed our attention. Some of the projects required that CLA's (Contributor License Agreement) were signed for a large variety of &quot;you can't sue us&quot; reasons. Expectations were also low due to the need for wading through large code bases and attempting to configure weirdly build set-ups, etc., things that may well occur when working on Open Source Software (OSS).</p> <a href="/blog/report-on-knowledge-sharing-day-1337oss-at-the-lund-office.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/community-quid-pro-quo.html"> <span class="empty"><span>Community – Quid Pro Quo</span></span> </a> <h1> <a href="/blog/community-quid-pro-quo.html">Community – Quid Pro Quo</a> </h1> <span class="summary"> <p>As developers and as companies we benefit tremendously from what is done within open source projects. We, and every one else profiting from this really owe it to the community to provide something in return - Quid pro quo.</p> <a href="/blog/community-quid-pro-quo.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/deniz-yildirim-arets-manliga-stjarnskott.html"> <span class="empty"><span>Deniz Yildirim - årets manliga stjärnskott</span></span> </a> <h1> <a href="/blog/deniz-yildirim-arets-manliga-stjarnskott.html">Deniz Yildirim - årets manliga stjärnskott</a> </h1> <span class="summary"> <p>Igår delades den årliga utmärkelsen EY Entrepreneur Of The Year ut på en galakväll på Slagthuset i Malmö. Deniz Yildirim, VD på tretton37, blev utnämnd till Årets manliga stjärnskott.</p> <a href="/blog/deniz-yildirim-arets-manliga-stjarnskott.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/leetspeak-2013.html"> <span class="empty"><span>Leetspeak 2013</span></span> </a> <h1> <a href="/blog/leetspeak-2013.html">Leetspeak 2013</a> </h1> <span class="summary"> <p>We created <a href="http://leetspeak.se/2013">Leetspeak</a> as a reaction to all the big expensive conferences out there. There’s nothing wrong with them content wise, but we felt that they excluded a lot of passionate developers that couldn’t afford or get time off work to attend. So we challenged the notion that a quality conference had to be expensive and scheduled on Monday - Friday. We created Leetspeak, affordable, on a weekend and with quality sessions/speakers that we at tretton37 would like to see.</p> <a href="/blog/leetspeak-2013.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/build-2013-june-26-28-san-francisco.html"> <span class="empty"><span>//build/ 2013 June 26-28 // San Francisco</span></span> </a> <h1> <a href="/blog/build-2013-june-26-28-san-francisco.html">//build/ 2013 June 26-28 // San Francisco</a> </h1> <span class="summary"> <p>It all started with a piece of paper with my name on it. You might think that I mean the ticket, but then you are not quite right. It was a place on the waiting list, meaning that I might get a ticket to Build. Nerves built up and I was of course hoping for that ticket every day. Fortunately, as you may have already figured out, that place on the waiting list turned into a genuine ticket, and who was happier than me? :-)</p> <a href="/blog/build-2013-june-26-28-san-francisco.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/global-code-lunch.html"> <span class="empty"><span>Global Code Lunch</span></span> </a> <h1> <a href="/blog/global-code-lunch.html">Global Code Lunch</a> </h1> <span class="summary"> <p>We love Knowledge Sharing! However, going to conferences like <a href="http://leetspeak.se">Leetspeak</a> isn’t part of our daily work. Code crunches and weekend hackathons are nice activities but they just aren't feasible for everyone.</p> <a href="/blog/global-code-lunch.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/challenge-the-world.html"> <span class="empty"><span>Challenge the World</span></span> </a> <h1> <a href="/blog/challenge-the-world.html">Challenge the World</a> </h1> <span class="summary"> <p>I find that people are preoccupied with history. Always looking back and referencing the past to make decisions about the future. One important fact to remember is that it is just that – history. What I mean by this is that the events we are reflecting on occurred in a context which is very different from our current situation. The processes we wrote, the work we did, the technology we used has eventually become stale. Everything has a shelf life simply because time moves forward and the context changes.</p> <a href="/blog/challenge-the-world.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/tretton37-slapper-mindfulness-appen.html"> <span class="empty"><span>Mindfulness appen för Windows Phone</span></span> </a> <h1> <a href="/blog/tretton37-slapper-mindfulness-appen.html">Mindfulness appen för Windows Phone</a> </h1> <span class="summary"> <p>På lördag arrangerar tretton 37 sin systemutvecklarkonferens för tredje gången. Bolaget har vuxit till nittio anställda sedan starten 2010. Inom tre år vill man vara 150 medarbetare och etablerade utomlands.</p> <a href="/blog/tretton37-slapper-mindfulness-appen.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/elitesoldaten-som-blev-företagsbyggare.html"> <span class="empty"><span>Elitesoldaten som blev företagsbyggare</span></span> </a> <h1> <a href="/blog/elitesoldaten-som-blev-företagsbyggare.html">Elitesoldaten som blev företagsbyggare</a> </h1> <span class="summary"> <p>Deniz Yildirims resa från elitsoldat till it-entreprenör.</p> <a href="/blog/elitesoldaten-som-blev-företagsbyggare.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/expansion-but-how.html"> <span class="empty"><span>&quot;Expansion&quot; but &quot;HOW&quot;?</span></span> </a> <h1> <a href="/blog/expansion-but-how.html">&quot;Expansion&quot; but &quot;HOW&quot;?</a> </h1> <span class="summary"> <p>I wrote a post a while ago on &quot;<em>why</em>&quot; expansion has become our strategic choice in the pursuit of <a href="http://blog.tretton37.com/2011/04/08/in-the-pursuit-of-becoming-the-most-admired-company-in-our-region/">Becoming the Most Admired Company</a>.</p> <a href="/blog/expansion-but-how.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/tretton37-skriver-kod-for-valgorenhet.html"> <span class="empty"><span>tretton37 skriver kod för välgörenhet</span></span> </a> <h1> <a href="/blog/tretton37-skriver-kod-for-valgorenhet.html">tretton37 skriver kod för välgörenhet</a> </h1> <span class="summary"> <p>Under helgen den 16-17 februari kommer tretton37 att hålla ett välgörenhets-event för Team Rynkeby. Totalt 16 utvecklare, designers och testare kommer att samlas på tretton37s kontor i Stockholm och Lund. Där kommer man tillsammans att utveckla en webbapplikation för att underlätta Team Rynkebys välgörenhetsarbete. Team Rynkeby är ett nordiskt välgörenhetsprojekt som syftar till att samla in pengar till Barncancerfonden i Sverige, Sylva i Finland och Børnecancerfonden i Danmark.</p> <a href="/blog/tretton37-skriver-kod-for-valgorenhet.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/impressions-from-the-sharepoint-conference-in-las-vegas.html"> <span class="empty"><span>Impressions from the SharePoint conference in Las Vegas</span></span> </a> <h1> <a href="/blog/impressions-from-the-sharepoint-conference-in-las-vegas.html">Impressions from the SharePoint conference in Las Vegas</a> </h1> <span class="summary"> <p>Last week I had the opportunity to attend the SharePoint conference in Las Vegas. There were 10 000 attendees and around 4 000 exhibitors and speakers. Lots of people!</p> <a href="/blog/impressions-from-the-sharepoint-conference-in-las-vegas.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/mingle-and-jingle-stockholm.html"> <span class="empty"><span>Mingle and Jingle - Stockholm</span></span> </a> <h1> <a href="/blog/mingle-and-jingle-stockholm.html">Mingle and Jingle - Stockholm</a> </h1> <span class="summary"> <p>You are very welcome to our very first Mingle &amp; Jingle event in Stockholm! The evening will be filled with great company, glögg and lussekatter. To top it all off - we're hosting the event in our brand new office.</p> <a href="/blog/mingle-and-jingle-stockholm.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/mingle-and-jingle-lund.html"> <span class="empty"><span>Mingle and Jingle - Lund</span></span> </a> <h1> <a href="/blog/mingle-and-jingle-lund.html">Mingle and Jingle - Lund</a> </h1> <span class="summary"> <p>You are very welcome to join us for an evening filled with gingerbread cookies, lussekatter, glögg and great company.</p> <a href="/blog/mingle-and-jingle-lund.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/global-day-of-coderetreat.html"> <span class="empty"><span>Global Day of Coderetreat</span></span> </a> <h1> <a href="/blog/global-day-of-coderetreat.html">Global Day of Coderetreat</a> </h1> <span class="summary"> <p>Malmö and Stockholm is participating in the Global Day of Coderetreat 2012!</p> <a href="/blog/global-day-of-coderetreat.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/swag-cloud-burst-2012.html"> <span class="empty"><span>SWAG Cloud Burst 2012!</span></span> </a> <h1> <a href="/blog/swag-cloud-burst-2012.html">SWAG Cloud Burst 2012!</a> </h1> <span class="summary"> <p>This September, we had the fortune of partaking in <a href="http://www.azureug.se">Sweden Windows Azure user Group</a>'s <a href="http://www.azureug.se/CloudBurst2012">Cloud Burst 2012</a> event. The event, hosted at Microsoft's facilities in Stockholm, brought attendees from all over Sweden as well as people from abroad, including our neighbour country Finland and even from Indonesia! And thanks to <a href="http://www.streamshed.com/">Streamshed</a>, the event was not limited to the available seats in Microsoft's conference facilities, but was also live-streamed ... <a href="http://www.streamshed.com/microsoft/cloudburst.htm">and recorded</a>.</p> <a href="/blog/swag-cloud-burst-2012.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/two-day-masterclass-faster-software-delivery-with-dan-north-at-foo-cafe-in-malmo.html"> <span class="empty"><span>Two-day masterclass: Faster Software Delivery with Dan North at Foo café in Malmö</span></span> </a> <h1> <a href="/blog/two-day-masterclass-faster-software-delivery-with-dan-north-at-foo-cafe-in-malmo.html">Two-day masterclass: Faster Software Delivery with Dan North at Foo café in Malmö</a> </h1> <span class="summary"> <p>Last week, three of us from tretton37 in Lund had the opportunity to, along with two guys from a telecom company in Copenhagen, attend Dan North’s two-day masterclass, Faster Software Delivery. The class was held at Foo Café in Malmö which is an independent meeting place for people within the IT industry in the Malmö/Lund area in the south of Sweden. Foo Café is located in Media Evolution City, which is a nice place for this kind of event. In addition to that, the coffee and food served were great. (On a side note, it was really interesting to see six software guys trying to set up the AV in a meeting room)</p> <a href="/blog/two-day-masterclass-faster-software-delivery-with-dan-north-at-foo-cafe-in-malmo.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/robowars.html"> <span class="empty"><span>Robowars</span></span> </a> <h1> <a href="/blog/robowars.html">Robowars</a> </h1> <span class="summary"> <p>We at tretton37 love to code and now, for the first time, it's time to bring that love to Stockholm. We would like to invite all of you developers in Stockholm to a robot battle to celebrate that Winter is coming.</p> <a href="/blog/robowars.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/leetspeak-beyond-the-framework.html"> <span class="empty"><span>Leetspeak - Beyond the Framework</span></span> </a> <h1> <a href="/blog/leetspeak-beyond-the-framework.html">Leetspeak - Beyond the Framework</a> </h1> <span class="summary"> <p>It was just a matter of time. We have done it internally, and on a smaller scale in the past, and now we at tretton37 are elated to unveil Leetspeak, our first ever, full day conference, open to the public!</p> <a href="/blog/leetspeak-beyond-the-framework.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/meet-new-friends-then-beat-them-at-cloudball.html"> <span class="empty"><span>Meet new friends - then beat them at Cloudball</span></span> </a> <h1> <a href="/blog/meet-new-friends-then-beat-them-at-cloudball.html">Meet new friends - then beat them at Cloudball</a> </h1> <span class="summary"> <p>As the European football championship draws ever closer, we at tretton37 thought that we should warm up with an epic <a href="http://cloudball.se/">cloudball</a> event! Cloudball is a fantastic game developed by <a href="http://giraff.se/">Giraff</a> in cooperation with Microsoft.</p> <a href="/blog/meet-new-friends-then-beat-them-at-cloudball.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/sharepoint-is-that-really-ninja.html"> <span class="empty"><span>SharePoint - Is That Really Ninja?</span></span> </a> <h1> <a href="/blog/sharepoint-is-that-really-ninja.html">SharePoint - Is That Really Ninja?</a> </h1> <span class="summary"> <p>We at tretton37 never do anything half arsed. We’re into SharePoint and we mean it. We are ninjas, even on SharePoint!</p> <a href="/blog/sharepoint-is-that-really-ninja.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/make-your-system-administrator-friendly-with-powershell.html"> <span class="empty"><span>Make your system administrator friendly with PowerShell</span></span> </a> <h1> <a href="/blog/make-your-system-administrator-friendly-with-powershell.html">Make your system administrator friendly with PowerShell</a> </h1> <span class="summary"> <p>Have you ever been in a software project where the IT staff that would run the system in production, was accounted for right from the start? My guess is not very often. In fact, it’s far too rare to see functionality being built into software systems specifically to make the job of the IT administrator <em>easier</em>. It's a pity, because pulling that off doesn't require as much time and effort as you might think with tools like PowerShell.</p> <a href="/blog/make-your-system-administrator-friendly-with-powershell.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/tretton37-till-stockholm.html"> <span class="empty"><span>tretton37 till Stockholm</span></span> </a> <h1> <a href="/blog/tretton37-till-stockholm.html">tretton37 till Stockholm</a> </h1> <span class="summary"> <p>Lundabaserade konsultbolaget Tretton37 står i startgroparna för att öppna upp kontor i Stockholm.</p> <a href="/blog/tretton37-till-stockholm.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/taking-control.html"> <span class="empty"><span>Taking control</span></span> </a> <h1> <a href="/blog/taking-control.html">Taking control</a> </h1> <span class="summary"> <p>I'm sure you're familiar with this situation, and if not, you're either lucky or new: Starting a new assignment and taking over someone’s code, code that is in some sort of state of decay or disarray. Bonus points if the original author isn't even around anymore to answer any questions you have. Extra bonus points if there's no source control.</p> <a href="/blog/taking-control.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/why-you-should-talk-to-strangers.html"> <span class="empty"><span>Why you should talk to strangers</span></span> </a> <h1> <a href="/blog/why-you-should-talk-to-strangers.html">Why you should talk to strangers</a> </h1> <span class="summary"> <p>You know how your mother told you to never talk to strangers? Well, she was wrong. Not talking to strangers means never leaving your comfort zone, never exploring anything new and never learning anything beyond that what is familiar - .NET.</p> <a href="/blog/why-you-should-talk-to-strangers.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/mingle-and-jingle.html"> <span class="empty"><span>Mingle and Jingle</span></span> </a> <h1> <a href="/blog/mingle-and-jingle.html">Mingle and Jingle</a> </h1> <span class="summary"> <p>We would like to welcome you to an evening in the spirit of the holidays, with glögg, gingerbread cookies and socializing. There will even be a chance for you to try out flying the LeetZeppelin!</p> <a href="/blog/mingle-and-jingle.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/leetzeppelin.html"> <span class="empty"><span>LeetZeppelin</span></span> </a> <h1> <a href="/blog/leetzeppelin.html">LeetZeppelin</a> </h1> <span class="summary"> <p>During Øredev this year we decided to have a zeppelin in our booth, and to make it more fun we decided that it should be remote controlled! After a few iterations (hardware projects can be done agile too) we ended up with the following thing - an <a href="http://arduino.cc">Arduino</a> powered zeppelin that communicates with a computer using XBee and is controlled with a <a href="http://en.wikipedia.org/wiki/Wii_Remote">Wiimote</a> connected to the same computer. The leetZeppelin was built by Fredrik Leijon (<a href="https://twitter.com/#!/fleijon">@fleijon</a>) and Marcus Olsson (<a href="https://twitter.com/#!/_macke_">@<em>macke</em></a>). We think that all the gazing at the sky and half opened mouths proves that it was a huge success!</p> <a href="/blog/leetzeppelin.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/tretton37-forlanger-ramavtal-med-alfa-laval-lund-ab.html"> <span class="empty"><span>tretton37 förlänger ramavtal med Alfa Laval Lund AB</span></span> </a> <h1> <a href="/blog/tretton37-forlanger-ramavtal-med-alfa-laval-lund-ab.html">tretton37 förlänger ramavtal med Alfa Laval Lund AB</a> </h1> <span class="summary"> <p>tretton37 har förnyat sitt ramavtal med Alfa Laval Lund AB. Avtalet omfattar specialisttjänster inom systemutveckling med Microsoft .NET och SharePoint. Förnyandet möjliggör att tretton37 kan förstärka det idag nio man starka teamet ytterligare under 2012 inom såväl befintliga som nya områden.</p> <a href="/blog/tretton37-forlanger-ramavtal-med-alfa-laval-lund-ab.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/jesper-carlgren-ar-tretton37.html"> <span class="empty"><span>Jesper Carlgren är tretton37</span></span> </a> <h1> <a href="/blog/jesper-carlgren-ar-tretton37.html">Jesper Carlgren är tretton37</a> </h1> <span class="summary"> <p>Jesper Carlgren börjar på tretton37 som ansvarig för verksamheten i Skåne. Jesper är 37 år och civilingenjör i teknisk fysik med industriell ekonomi från Lunds Tekniska Högskola. Han har över 10 års erfarenhet i IT-branschen och har haft olika ledande positioner i både publika och privata bolag, både i och utanför Sverige.</p> <a href="/blog/jesper-carlgren-ar-tretton37.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/make-sure-that-your-co-workers-makes-a-push-the-first-day-at-work.html"> <span class="empty"><span>Make sure that your co-workers makes a Push the first day at work</span></span> </a> <h1> <a href="/blog/make-sure-that-your-co-workers-makes-a-push-the-first-day-at-work.html">Make sure that your co-workers makes a Push the first day at work</a> </h1> <span class="summary"> <p>How can you introduce a new co-worker the first day at work, so that he or she will feel welcome and become a committed team member as soon as possible?</p> <a href="/blog/make-sure-that-your-co-workers-makes-a-push-the-first-day-at-work.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/one-day-course-in-tdd-with-roy-osherove.html"> <span class="empty"><span>One day course in TDD with Roy Osherove</span></span> </a> <h1> <a href="/blog/one-day-course-in-tdd-with-roy-osherove.html">One day course in TDD with Roy Osherove</a> </h1> <span class="summary"> <p>As soon as we saw that Roy Osherove, the author of <a href="http://artofunittesting.com/">The Art of Unit Testing</a>, was looking for companies to help him host TDD courses in Sweden we immediately responded. We didn’t want to miss out on such an opportunity - to have Roy Osherove come to our office in Lund and teach TDD!</p> <a href="/blog/one-day-course-in-tdd-with-roy-osherove.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/thomas-barge-blir-ny-styrelseordforande-i-tretton37.html"> <span class="empty"><span>Thomas Barge blir ny styrelseordförande i tretton37</span></span> </a> <h1> <a href="/blog/thomas-barge-blir-ny-styrelseordforande-i-tretton37.html">Thomas Barge blir ny styrelseordförande i tretton37</a> </h1> <span class="summary"> <p>Thomas Barge blir ny styrelseordförande i tretton37. Han har arbetat i ledande roller i IT-branchen sedan 20 år tillbaka och har lång och gedigen erfarenhet av att utveckla start-ups till internationella och respekterade bolag.</p> <a href="/blog/thomas-barge-blir-ny-styrelseordforande-i-tretton37.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/qliktech-gar-in-som-exklusiv-sponsor-for-leetspeak.html"> <span class="empty"><span>QlikTech går in som exklusiv sponsor för Leetspeak</span></span> </a> <h1> <a href="/blog/qliktech-gar-in-som-exklusiv-sponsor-for-leetspeak.html">QlikTech går in som exklusiv sponsor för Leetspeak</a> </h1> <span class="summary"> <p>Det Lundabaserade kunskapsbolaget tretton37, som hjälper sina kunder att nå sina mål med hjälp av olika typer av mjukvarulösningar främst på .NET-plattformen, arrangerar för första gången konferensen Leetspeak.</p> <a href="/blog/qliktech-gar-in-som-exklusiv-sponsor-for-leetspeak.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/hey-theres-a-nuget-for-that.html"> <span class="empty"><span>Hey, there&#x27;s a NuGet for that!</span></span> </a> <h1> <a href="/blog/hey-theres-a-nuget-for-that.html">Hey, there&#x27;s a NuGet for that!</a> </h1> <span class="summary"> <p>Recently I was struggling with how to share and re-use code between my current client projects. An easy copy-paste of the code wasn’t an option, off course, since I don’t want any duplicated code. I could probably create a separate solution with the code I want shared and branch that code from our source control to the projects that need the code. As soon as I thought of this option I saw problems with people forgetting to merge back any changes in the shared code.</p> <a href="/blog/hey-theres-a-nuget-for-that.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/migrating-with-tfs-integration-platform.html"> <span class="empty"><span>Migrating with TFS Integration Platform</span></span> </a> <h1> <a href="/blog/migrating-with-tfs-integration-platform.html">Migrating with TFS Integration Platform</a> </h1> <span class="summary"> <p>There comes a time in the life of an IT department when you want to migrate your projects from one TFS instance to another, e.g. from a 2008 to a 2010 installation, and you'd like to keep your version control history. To help us, Microsoft gave us <a href="http://visualstudiogallery.msdn.microsoft.com/f854dd59-8eeb-4673-8d9a-ae012989bfa2/">TFS Integration Tools</a> (there is an unofficial version at CodePlex too). It comes with documentation, but it's very theoretical and not very hands-on or, frankly, useful.</p> <a href="/blog/migrating-with-tfs-integration-platform.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/code-retreat.html"> <span class="empty"><span>Code Retreat</span></span> </a> <h1> <a href="/blog/code-retreat.html">Code Retreat</a> </h1> <span class="summary"> <p>How often do we as developers get a chance to practice and really hone our craft without focusing mainly on the end-result? Wouldn’t it be great to try? We thought so! That’s why, in the spirit of <a href="http://www.coreyhaines.com">Corey Haines</a>, we’d like to invite you to a Code Retreat for a full day at our office in Lund.</p> <a href="/blog/code-retreat.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/tretton37-tecknar-ramavtal-med-sembo.html"> <span class="empty"><span>tretton37 tecknar ramavtal med Sembo</span></span> </a> <h1> <a href="/blog/tretton37-tecknar-ramavtal-med-sembo.html">tretton37 tecknar ramavtal med Sembo</a> </h1> <span class="summary"> <p>tretton37 har tecknat ramavtal med Sembo avseende leverans av expertkompetens inom systemutveckling med Microsoft .NET. Under 2011 väntas affären omsätta närmare 10 MSEK och samarbetet avses därefter fortsätta.</p> <a href="/blog/tretton37-tecknar-ramavtal-med-sembo.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/in-the-pursuit-of-becoming-the-most-admired-company-in-our-region.html"> <span class="empty"><span>In the Pursuit of Becoming the Most Admired Company in Our Region</span></span> </a> <h1> <a href="/blog/in-the-pursuit-of-becoming-the-most-admired-company-in-our-region.html">In the Pursuit of Becoming the Most Admired Company in Our Region</a> </h1> <span class="summary"> <p>Our awesome company tretton37 has grown from only two developers to 23 within only 13 months. Yet, we still want to grow and some surely wonder why… Here is a quick insight to my thoughts.</p> <a href="/blog/in-the-pursuit-of-becoming-the-most-admired-company-in-our-region.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/unit-testing-the-forgotten-view-in-sharepoint-web-parts.html"> <span class="empty"><span>Unit Testing the Forgotten View In SharePoint Web Parts</span></span> </a> <h1> <a href="/blog/unit-testing-the-forgotten-view-in-sharepoint-web-parts.html">Unit Testing the Forgotten View In SharePoint Web Parts</a> </h1> <span class="summary"> <p>A while back ago I had the opportunity to take part in the development of a SharePoint Web Part that should display a plain list of open orders in a SPGridView. My previous experience of SharePoint hadn't exactly been a fairytale and nicknames like SharePain and PainPoint were frequently used in our team. These nicknames are still used from time to time but experience has shown me that by using test-driven development when developing a SharePoint Web Part the implementation can be made rather friction free. But to be honest the deployment process is not my friend and weird things keep surprising me.</p> <a href="/blog/unit-testing-the-forgotten-view-in-sharepoint-web-parts.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/software-craftsmanship-discussion.html"> <span class="empty"><span>Software Craftsmanship Discussion</span></span> </a> <h1> <a href="/blog/software-craftsmanship-discussion.html">Software Craftsmanship Discussion</a> </h1> <span class="summary"> <p>A couple of weeks ago Dan North published the article <a href="http://dannorth.net/2011/01/11/programming-is-not-a-craft/">&quot;Programming is not a craft&quot;</a>, discussing some potential risks with the Software Craftsmanship movement. This stirred quite a discussion between software professionals all over the globe. Many have strong arguments for each side, of course <a href="http://cleancoder.posterous.com/software-craftsmanship-things-wars-commandmen">Bob Martin</a> chimed in but also <a href="http://martinfowler.com/bliki/CraftmanshipAndTheCrevasse.html">Martin Fowler</a>. <a href="http://marcin.floryan.pl/blog/2011/01/software-craftsmanship-discussion">Marcin Floryan</a> has a write-up collecting several links to different resources putting forth arguments for both sides.</p> <a href="/blog/software-craftsmanship-discussion.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/tretton37-gar-mot-konsultstrommen.html"> <span class="empty"><span>tretton37 går mot konsultströmmen</span></span> </a> <h1> <a href="/blog/tretton37-gar-mot-konsultstrommen.html">tretton37 går mot konsultströmmen</a> </h1> <span class="summary"> <p>The small Microsoft specialist tretton37 was founded by two consultants from one of the big listed consultancy companies. Contrary to many other competitors in the same region, tretton37 has made a strategic choice not to pursuit clients within the telecom sector.</p> <a href="/blog/tretton37-gar-mot-konsultstrommen.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/we-love-new-knowledge.html"> <span class="empty"><span>We Love New Knowledge!</span></span> </a> <h1> <a href="/blog/we-love-new-knowledge.html">We Love New Knowledge!</a> </h1> <span class="summary"> <p>We at tretton37 like to hang out and have fun while stilling our hunger for new knowledge. So we decided to do something fun and useful one evening every week.</p> <a href="/blog/we-love-new-knowledge.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/we-have-a-new-shiny-blog.html"> <span class="empty"><span>We Have a New Shiny Blog </span></span> </a> <h1> <a href="/blog/we-have-a-new-shiny-blog.html">We Have a New Shiny Blog </a> </h1> <span class="summary"> <p>Being a knowledge company sharing what we know and constantly learning new things is central to the work we do. What better way to share our ideas and thoughts, both as individuals and as a team, than through a shiny new blog?</p> <a href="/blog/we-have-a-new-shiny-blog.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/holiday-mingle.html"> <span class="empty"><span>Holiday Mingle</span></span> </a> <h1> <a href="/blog/holiday-mingle.html">Holiday Mingle</a> </h1> <span class="summary"> <p>We want to invite everyone to an open evening of holiday socializing. Even if the Internet is great we would like to meet up in person, chat and wish each other a fantastic holiday season. Please feel free to drop by our office for some drinks and snacks.</p> <a href="/blog/holiday-mingle.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/robot-fight-night.html"> <span class="empty"><span>Robot Fight Night</span></span> </a> <h1> <a href="/blog/robot-fight-night.html">Robot Fight Night</a> </h1> <span class="summary"> <p>We want to welcome everyone to a full evening of building and fighting virtual robots. Let's all come together eat some pizza, drink some beer, program virtual robots and watch them blow each other to bits.</p> <a href="/blog/robot-fight-night.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/tretton37-blue-pebble.html"> <span class="empty"><span>tretton37 + Blue Pebble</span></span> </a> <h1> <a href="/blog/tretton37-blue-pebble.html">tretton37 + Blue Pebble</a> </h1> <span class="summary"> <p>We are happy to announce that the nice folks from <a href="http://www.bluepebble.se/">Blue Pebble</a> are joining the tretton37 family.</p> <a href="/blog/tretton37-blue-pebble.html">continue reading ...</a> </span> </article> <article class="blog-post-intro hidden"> <a href="/blog/have-a-1337-summer.html"> <span class="empty"><span>Have a 1337 summer!</span></span> </a> <h1> <a href="/blog/have-a-1337-summer.html">Have a 1337 summer!</a> </h1> <span class="summary"> <p>We at tretton37 want to take some time to wish everyone a 1337 summer. During the last 7 months we've managed to build a really awesome business and we owe a big deal of it to YOU!</p> <a href="/blog/have-a-1337-summer.html">continue reading ...</a> </span> </article> </article> <a class="btn-primary show-more-blog-posts" title="Load More" data-bind="visible: isLoadMoreBlogPostsVisible(), click: showMoreBlogPosts"><span>Load More</span></a> </div> </section> <footer> <section> <aside class="aside-left hide-small footerText"><img src="/assets/i/_tretton37_slogan_white.svg" data-aos="fade-right" data-aos-duration="250" data-aos-offset="-200" data-aos-mirror="true" data-aos-easing="ease-in-out"></aside> <nav> <ul> <li><a href="/contact">Contact</a></li> <li><a href="http://leetspeak.se" target="_blank">Leetspeak 2020<i class="icon-external-link icon-right"></i></a></li> <li><a href="/events">Events</a></li> <li><a href="/blog">Blog</a></li> <li><a href="/cookies">Cookies</a></li> <li><a href="/privacy-policy">Privacy Policy</a></li> </ul> </nav> <aside class="aside-right" data-aos="fade-left" data-aos-duration="250" data-aos-offset="-200" data-aos-mirror="true" data-aos-easing="ease-in-out"> <a href="https://www.linkedin.com/company/tretton37" target="_blank" class="icon-linkedin big"></a> <a href="https://www.facebook.com/tretton37ab" target="_blank" class="icon-facebook big"></a> <a href="https://twitter.com/tretton37" target="_blank" class="icon-twitter big"></a> <a href="https://www.youtube.com/channel/UCyDoSePfYWLL4re0Dr5fRMw" target="_blank" class="icon-youtube big"></a> <a href="https://github.com/tretton37" target="_blank" class="icon-github big"></a> <a href="https://instagram.com/tretton37ab" target="_blank" class="icon-instagram big"></a> <a href="https://www.flickr.com/photos/tretton37/albums" target="_blank" class="icon-flickr big"></a> </aside> <aside class="aside-left hide-big"><img src="/assets/i/_tretton37_slogan_white.svg"></aside> </section> </footer> <script src="assets/js/lib/polyfills.js"></script> <script src="//cdn.jsdelivr.net/g/jquery@1.11.1,lodash@2.4.1,knockout@3.1.0,enquire.js@2.0.2,momentjs@2.10.6"></script> <script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@2.4.14/dist/js/splide.min.js"></script> <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> <script src="assets/js/lib/common.js?57996d17-d549-4ac5-be30-7f488e91513c"></script> <script src="/assets/js/lib/polyfills.js"></script> <script src="/assets/js/lib/knockout-extensions.js"></script> <script src="/assets/js/blog.js"></script> <!-- Tracking codes --> <script> if(window.triggerInProductionEnvironment()) {
      // Google analytics START
      script = document.createElement('script');
      script.async = true;
      script.onload = function(){
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', 'UA-162290178-1');
      };
      script.src = 'https://www.googletagmanager.com/gtag/js?id=UA-162290178-1';
      document.getElementsByTagName('body')[0].appendChild(script);
      // Google analytics END

      // Facebook Pixel Code START
      !function(f,b,e,v,n,t,s)
      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
      n.callMethod.apply(n,arguments):n.queue.push(arguments)};
      if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
      n.queue=[];t=b.createElement(e);t.async=!0;
      t.src=v;s=b.getElementsByTagName(e)[0];
      s.parentNode.insertBefore(t,s)}(window,document,'script',
      'https://connect.facebook.net/en_US/fbevents.js');
      fbq('init', '154055993505720');
      fbq('track', 'PageView');
      document.body.insertAdjacentHTML('beforeend', '<noscript><img height="1" width="1" src="https://www.facebook.com/tr?id=154055993505720&ev=PageView&noscript=1"/></noscript>');
      // Facebook Pixel Code END
    } </script> <script> const subs_cont_elm = document.getElementById("subs-cont");
  const btn_sub_close = document.getElementById("subs-close");

  btn_sub_close.addEventListener("click", () => {
    subs_cont_elm.classList.remove("show");

    /* Code To Show Subscribe Modal After 2 Seconds */
    setTimeout(() => {
      subs_cont_elm.classList.add("show");
    }, 1000 * 60);
  }); </script> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script> <script type="text/javascript"> _linkedin_partner_id = "1845220"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); </script><script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=1845220&fmt=gif"> </noscript> </body> </html> 