Home
Reset your code
Cancel

Vagrant with windows

Slides: http://piotrstapp.azurewebsites.net/content/images/slides/vagrantwithwindows/ Sources: https://github.com/ptrstpp950/vagrantDemoWin2012 Survey: http://j.mp/vagrantWithWindows

Log on workshop slides

Slides are avaliable here: http://piotrstapp.azurewebsites.net/content/images/slides/logonworkshopslides/ The code to workshop is avaliable here: https://bitbucket.org/ptrstpp950/logonworkshop/

New notepad from MS - Visual Studio Code

First time form original Notepad Microsoft created a lightweight tool for coders: Visual Studio Code (Preview) There is a lot of amazing stuff what has changed: It is available on Windows, Mac...

Being an author of the "Legacy Code"

Legacy code Until you are not working in a startup, your organization has some legacy code. Moreover when this code was created it wasn’t a legacy. It was a shiny, quite impressive, used the best f...

mbank.devops slides and survey

Survey: https://www.surveymonkey.com/s/XFJ2BFX Slides: http://mbankdevops.azurewebsites.net/#/ Slides source code: https://github.com/ptrstpp950/mbank.devops

I need an alarm clock

Changes In last month my work little change. For the developer I was moved up to team leader - I am not calling myself manager yet :) But this has drastic change in my work hours. Basically I work ...

Generate API instead of GUI

Report system is a requirement Sooner or later every organization/solution/group needs a reporting system. The story usually begins like this: someone from “business part” come and say “we need sim...

Optimize your code - faster html parsing in PowerShell

First idea In PowerShell I need to parse an HTML page to get some stuff from HTML table. The web page is really simple - it contains one HTML table. I search goole and find out that I can use a lot...

Bad JSON escape sequence: \v - the war stories

Introduction Yesterday I did a small C# program for hash data in JSON. The are many files, which contains a lot of lines with JSON :) I was using Json.NET the most popular JSON library for .NET. O...

Time and culture

The problem Yesterday we find a cool bug in code. The code is really simple and was working on 3 of 4 machines. The problematic code is following: var path = @" E:\tmp\test_" + DateTime.Today.ToSh...