Today are final presentations in Startup Weekend Wroclaw. It’s a great idea to watch this stream if you want run your own startup.
Stream : http://swwro.janmedia.pl/
Video : http://vimeo.com/search?q=startup+weekend+wroclaw
Today are final presentations in Startup Weekend Wroclaw. It’s a great idea to watch this stream if you want run your own startup.
Stream : http://swwro.janmedia.pl/
Video : http://vimeo.com/search?q=startup+weekend+wroclaw
This post is about my experience with job interviews. Two months ago I have started looking for a job. As you know there is plenty of job offers for .NET Developer, but in the beginning I decided to reject working in big corporation, and focus at small / medium companies. I have participated in six interviews till this moment (15 May 2013).
Ardua prima via est!
My first interview was quite good and it was leaded by owner. My friend has recommended this company. There is 10+ developers. First minutes was terrible because I had been a little nervous but after few minutes I was relaxed. There wasn’t any test.
The first meeting where I had to pass test was a small company with department in other city. This time, before we met I had invested my time to prepare, unfortunately even with preparation I had got stressed Damn it! After presentation I had to pass a skill exam, but what was great we just had discussion about problem described on paper. There wasn’t need of writing code in a paper.
The worst interview was few days ago, I got call and immediately I decided to meet up in same day. I wanted to check how it goes without any preparations, and it went wrong! Don’t do it! Always schedule your interviews at least one week ahead.
In six meetings I had to do three skills exams, so if HR or recruiter will call to you. Remember to ask him/her if there will be skill exam, because it’s the most important case! Prepare properly your knowledge
For basic and some intermediate issues try : C# 5.0 in a Nutshell, 5th Edition. Moreover you should know answer to this questions. Now I will list me skills question that I got.
In conclusion, here I am a little wiser than two months ago, so to the next interview I will focused on this next things :
tl;tr; Deploy from external repo on MS Azure
Few days ago I was on a Global Windows Azure Bootcamp,We had few sessions, one of those session was lectured by @mpraglowski, he showed us this wonderful feature. What if we want to deploy our website on each git push without any extra action on our server ? With help come Azure Web Sites.
First, create new web site by choosing New -> Compute -> Web site-> Custom create
Next step will be, fill out these boxes. Important is that to check box “Publish from source control”.
Third step is to choose which service we want to use (Bitbucket, TFS, Github etc.)
In final step of creating web site, we choose repository that will be use.
If there is no error we should see deploy with a green header like in this picture. Azure has a nice feature, we can freely manage which git push we want on our website any time. Let’s imagine that you push commits but something don’t work exactly how you assumed. You can change to early version of deploy just clicking on it and clicking “redeploy” on bottom of website