<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width initial-scale=1" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="google-site-verification" content="KwzdZXLAMiltqAAHh1lxBhr_EytIvRp2p_oEDWFaKS8" />

    <title>Matei Dorobantu</title>
    <meta name="description" content="My personal blog - so kind of a mixed bag really. Mostly development oriented posts with some creative writing mixed in or whatever else I feel like it.
">

    <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
    <link href='http://fonts.googleapis.com/css?family=Oswald|Oxygen' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" href="/css/simplexity.css">
    <link rel="canonical" href="http://matei.dorobantu.me/">

    <script data-main="/js/main" src="/js/require.js"></script>
</head>

<body>

    <header>
    <nav class="fixed full-width top-0">
        <div class="relative clearfix white bg-dark-gray">
            <div class="left">
                <a href="/" class="h3 button py2 m0 button-nav-dark">Matei Dorobantu</a>
            </div>
            <div class="right">
                <div id="account-menu" class="right inline-block disclosure-group" data-disclosure="">
                    <div class="disclosure-show fixed top-0 right-0 bottom-0 left-0 md-hide"></div>
                    <a href="#!" class="button py2 m0 button-nav-dark md-hide"><i class="fa fa-bars"></i></a>

                    <div class="disclosure-show absolute right-0 left-0 clearfix nowrap bg-dark-gray md-static md-show">
                        
                        
                        
                        
                        <a href="/about/" class="md-col button block py2 button-nav-dark">About</a>
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        <a href="/feed.xml" class="md-col button block py2 button-nav-dark"><i class="fa fa-rss"></i></a>
                    </div>
                </div>
            </div>
        </div>
    </nav>
</header>


    <div class="p2 mt3">
        <div class="clearfix">

    <ul class="post-list list-reset mt2">
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Jan 23, 2018</p>

            <a class="dark-gray hl-blue" href="/2018/01/23/hello-2018/">
              <h2 class="h1 mt1 mb1">
                Still kicking!
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> general
            </p>
            

            
            <p class="light-gray italic">
                <p>As a quick summary to 2017’s resolutions - I did manage to spend more time with the kids. No races, no ideas executed on and no product. Kinda of a downer really on a professional level.</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Mar 17, 2017</p>

            <a class="dark-gray hl-blue" href="/2017/03/17/follow-up-on-2017/">
              <h2 class="h1 mt1 mb1">
                Follow up on 2017
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> resolutions, personal
            </p>
            

            
            <p class="light-gray italic">
                <p>Just a follow up on 2017 resolutions post. I figured closing in on the end of the first quarter I should probably write a bit about the 2017 resolutions I’ve accomplished so far. Well, honestly, just one. I did get to spend more time with the kids;</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Jan 3, 2017</p>

            <a class="dark-gray hl-blue" href="/2017/01/03/hello-2017/">
              <h2 class="h1 mt1 mb1">
                Hello 2017!
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> resolutions
            </p>
            

            
            <p class="light-gray italic">
                <p>So here is the first post of 2017! I hope it is finding all of you healthy and eager to take on new and exciting projects!</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Dec 6, 2016</p>

            <a class="dark-gray hl-blue" href="/2016/12/06/amazon-re-invent-awesomeness/">
              <h2 class="h1 mt1 mb1">
                Amazon reInvent awesomeness
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> tech, news, cloud
            </p>
            

            
            <p class="light-gray italic">
                <p>If you’re a techie you’ve surely kept a keen eye on Amazon’s reInvent to see what new and exciting features/services they are bringing to market.</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Dec 5, 2016</p>

            <a class="dark-gray hl-blue" href="/2016/12/05/parsing-IIS-server-logs/">
              <h2 class="h1 mt1 mb1">
                Parsing IIS server logs with Tx.Windows and CsvHelper
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> IIS, C#, logs
            </p>
            

            
            <p class="light-gray italic">
                <p>A little while ago I put together a quick and dirty IIS log parser and I want to capture some of the things learned.</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Nov 4, 2016</p>

            <a class="dark-gray hl-blue" href="/2016/11/04/testing-powershell-with-pester/">
              <h2 class="h1 mt1 mb1">
                Testing Powershell with Pester
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> Powershell, Pester, TDD
            </p>
            

            
            <p class="light-gray italic">
                <p>One of the more interesting things that I got to work on lately is write some TTD Powershell. This was pretty cool and I just wanted to share a couple of simple snippets. I used <a href="https://github.com/pester/Pester">Pester</a> originally started by <a href="http://scottmuc.com/">Scott Muc</a> although it now has over 60 contributors on Github.</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Jun 30, 2016</p>

            <a class="dark-gray hl-blue" href="/2016/06/30/top-5-reasons-your-agile-is-broken/">
              <h2 class="h1 mt1 mb1">
                5 reasons why your agile is broken
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> agile, dysfunctions
            </p>
            

            
            <p class="light-gray italic">
                <p>As you may know most of my clients so far have been large Oil and Gas companies here in Calgary. A lot promote Agile as their methodology of choice, but is it really? Pretty much every interview you go to they ask about your Agile experience and tout their fast paced, dynamic environment. Unfortunately there is a lot of smoke and mirrors and when you actually hit the ground on your project and start working you realise that things are not really as advertised. Most times what you find is a very ceremonious process that is more concerned with producing various documents and appeasing people in certain roles than delivering working software.</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Nov 28, 2015</p>

            <a class="dark-gray hl-blue" href="/2015/11/28/deployments-and-environments/">
              <h2 class="h1 mt1 mb1">
                Deployments and environments
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> powershell, psake, devops
            </p>
            

            
            <p class="light-gray italic">
                <p>Last time I spoke of deployment with Powershell I didn’t really get into the nitty gritty details of how to actually do some of this stuff so i just want to go a little deeper into how to actually accomplish this.</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Nov 23, 2015</p>

            <a class="dark-gray hl-blue" href="/2015/11/23/deployments-with-psake/">
              <h2 class="h1 mt1 mb1">
                Deployments with psake
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> powershell, psake, devops
            </p>
            

            
            <p class="light-gray italic">
                <p>So this post has been overdue for a long time. I wanted to talk a bit about the setup we have on my current project for doing automated deployments to our various environments. The concepts are relatively simple but as always the devil is in the details.</p>


            </p>
            

        </li>
        
        <li class="mt2 bb1-lighter-grey">

            <p class="mb0 light-gray italic">Nov 11, 2015</p>

            <a class="dark-gray hl-blue" href="/2015/11/11/javascript-open-day-yyc/">
              <h2 class="h1 mt1 mb1">
                Javascript open day YYC
              </h2>
            </a>

            
            <p class="light-gray italic">
                <i class="fa fa-tags"></i> javascript, conference
            </p>
            

            
            <p class="light-gray italic">
                <p>So today is a holiday - <a href="http://en.wikipedia.org/wiki/In_Flanders_Fields">Remembrance Day</a> - and the client site is closed. We have the day off before the axe comes down tomorrow and we find out who, if anyone, we will lose to restructuring. Hopefully not too many people will be affected. Who knows I might be on the market as of tomorrow morning. It’s generally a pretty gloomy mood out there in the oil and gas circles.</p>


            </p>
            

        </li>
        
    </ul>
    <div class="mt3 mb2 clearfix">
        <div class="left">
            
        </div>
        <div class="right">
            
            <span class="p1 button bg-dark-gray">
                <a class="white" href="/page2/">Older</a> <i class="fa fa-angle-right white"></i>
            </span>
            
        </div>
    </div>

</div>

    </div>

    <footer class="clearfix bg-dark-gray mt3">
    <div class="clearfix">
        <div class="sm-col md-col-4">
            <div class="p2">
                <h5 class="m0 white">Powered by Simplexity</h5>
            </div>
            <div class="p2 m0 white">
                
                <p class="h6">My personal blog - so kind of a mixed bag really. Mostly development oriented posts with some creative writing mixed in or whatever else I feel like it.
</p>
                
            </div>
        </div>

        <div class="sm-col md-col-4">
            <div class="p2">
                <h5 class="m0 white">Other projects</h5>
            </div>
            <div class="p2 m0 white">
                <p class="h6">
                  <a href="http://www.rentzone.ca" class="light-blue">Rentzone.ca</a> - a small rental property classifieds site. Build with ASP .Net MVC, MongoDB a little jQuery and hosted in the AWS cloud.
                </p>

                <p class="h6">
                  <a href="http://www.github.com/mateid/simplexity" class="light-blue">Simplexity</a> - a simple monochromatic theme for Jekyll.
                </p>

                <p class="h6">
                  <a href="http://www.github.com/mateid/conways" class="light-blue">Conway's game of life</a> - a simple implementation build using JavaScript and the HTML5 Canvas API.</p>
            </div>
        </div>

        <div class="sm-col md-col-4">
            <div class="p2">
                <h5 class="m0 white">Get in touch</h5>
            </div>
            <div class="p2 m0 white">
                
                <p class="h6"><i class="fa fa-twitter h4"></i> <a href="http://www.twitter.com/mateid" class="light-blue ml1">Twitter</a></p>
                

                
                <p class="h6"><i class="fa fa-github h4"></i> <a href="http://www.github.com/mateid" class="light-blue ml1">Github</a></p>
                

                
                <p class="h6"><i class="fa fa-google-plus h4"></i> <a href="https://www.google.com/+MateiDorobantu" class="light-blue ml1">Google+</a></p>
                

                
            </div>
        </div>
    </div>

    <div class="clearfix p2">
        <div class="p1 border-top white">
          <p class="h6">Disclaimer: The material on this site is not necessarily suitable for human consumption, may be incomplete, half-baked or downright offensive and comes with no warranties express or implied. Reader discretion is advised.</p>
          <p class="h6">All code/software on this site is licensed according to the <a rel="license" href="http://opensource.org/licenses/MIT" class="light-blue">MIT License</a> unless stated otherwise.</p>
          <p class="h6">All other content is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/" class="light-blue">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
          <p class="h6">The views expressed herein are my own and not shared by my employer.</p>
          <p class="h6">Copyright &copy; 2014 Matei Dorobantu. All rights reserved.</p>
        </div>
    </div>
</footer>


    
    <script>

    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

    ga('create', 'UA-24494344-1', 'auto');
    ga('send', 'pageview');

    </script>
    
</body>
</html>
