Home
Reset your code
Cancel

How to analyze log files (part 1)

Log files In the beginning I start I would like to present some very simple error log [2014-09-30 20:00:00] ERROR Exception: Client doesn't have Facebook id [...] [2014-09-30 20:01:00] ERROR Networ...

[about.mbank] devs for devs @ wrocnet - slides + video

To be very short: video is here: http://www.youtube.com/watch?v=jVrihtoGknA slides are here: http://piotrstapp.azurewebsites.net/content/images/slides/about.mbank/#/

My children asked for own Windows accounts

Today is end of the universe I cannot believe, but I have following following conversation with my son (age almost 6): I will never hack in to Your account Daddy. - said D. Why You want to do...

Get through corporate proxy - any host any protocol

Prerequisites Install putty Install favorite Linux machine on Azure portal Install and configure Cntlm Enable endpoint In azure portal (old or new one) you need to modify SSH endpoint to ...

Track every single change in folder with git

During my last work with Vagrant I need to track every single file change. The easiest way which I found was to create simple git repository in selected folder (with git init of course) and two new...

[about.mbank] devs for devs: meet me on 16.08.2014 at Wrocław .NET UG

Sometime ago a group of very special people did a unique application. Above sentence can describe almost any IT project, but I am sure You will agree that the New mBank in 100% meets above definiti...

Vagrant provisioning using shell - how to setup storm project

Provisioning in Vagrant There is a lot of choices when you want to provision your virtual machine with vagrant: Run scripts manually - completely insane idea Run shell scripts inline or not ...

Run vagrant on your Windows

Prerequisites Windows machine :) Install vagrant form https://www.vagrantup.com/downloads.html Install git with tools (or other ssh.exe client) + add folder to PATH. In powershell just invok...

StackOverflow question - my personal anti-record

Some minutes ago I asked a simple question on StackOverlow: How to compile C# to .NET 4.0 on machine with 4.5.1 But in the text of question I made a stupid mistake because I wrote: In my c...

Why your perfect website design is lost?

Let’s look on simple website creation flow. 1. Your idea -> 2. Find design/hire designer -> 3. Implement/customize design The step one is obvious. With the second step: you go to designers ...