Microsoft Certified Professional Developer

Jan. 22, 2008

Posted by Nikola Malovic under About me
blog | Comments disabled

I took 70-551 exam and become certified ASP NET 2.0 Web developer. Questions were a little bit "strange" (most of them not related at all with what an average ASP NET devloper does on day basis, but ok I guess that's only my impression. Anyhow, I am certified. Cool! :)

Web Client Software Factory session

Dec. 13, 2007

Posted by Nikola Malovic under About me
blog | Comments disabled

Web client Software Factory is open source project offered by Microsoft Patterns & Practices team as a robust framework for building high quality web sites, regardless of their size. Some of the features offered out of the box by WCSF are: dependency injection, enterprise library 3.1 support, windows workflow powered front controller, MVP pattern implementation, customizable envelopment templates. Beside already built infrastructure list of features include also set of ready to use bundles: validation, auto complete search and other bundles (To get an quick overview what WCSF is, check out http://www.codeplex.com/websf ) The session would be presented in English by a group of Monster software engineers and it would be focused on how to use and extend these features in a set of *real world* concrete examples
So come join us on WCSF exploration evening!

Welcome to new VusCode site!

Oct. 1, 2007

Posted by Nikola Malovic under Site news
Trackback URI| Comments disabled

It's alive! After one year of blogging at VusCode blog I've finally found some time to make something for the main web site.
This initial version of the web site is contain version of the web site is containing some details about me.
Until the end of 2007 lot more content, so stay tuned

Employer platform Solution Architect

Aug. 15, 2007

Posted by Nikola Malovic under About me
Monster employer site | Comments disabled

Anyone knowing me, knows how passionate I am about architecture and how long I was working in last two years on getting architect title. So, when I've been told that I would be a Solution Architect of the Monster employer platform I was literally knocked down from excitement, because employer code base is impressive amount of code and different architecture concepts mixed into one unique system. Felt like dream coming true :)
I'm 100% sure there would be a lot of tough challenges in upcoming period but I am looking forward to each one of them!

Using design patterns in real world examples

Aug. 28, 2007

Posted by Nikola Malovic under About me
Blog URL | Comments disabled

I had a session for the Prague .NET user group about design patterns usage in real world.
I spoke about patterns not usually presented: Composite, Service stub, singleton, lazy load, mono state, and dependency injection.
I believe most of the attendees had a good time and found something useful there.

Have you ever ask yourselves what really design patterns are, when to use them and when to run away from them? How composition can find you a good job? How stubbing can help you getting promoted? How laziness can save your project? How injection can be pleasant thing?
All those questions and maybe some more Nikola Malovic would try to answer for you on this session, so in case you care for a cup of architectural talk with some pattern biscuits, stop by.

Using Microsoft Enterprise library - practical examples

July 17, 2007

Posted by Nikola Malovic under About me
Blog URL | Comments disabled

Antonin Jelinek (webmaster of Bohemians FC web site) and I had a session about Microsoft Enterprise Library 3.0 for the Prague .NET user group.
Antonin presented logging and data block on the examples from his web site and I've presented exception, validation and policy injection block
Session was more than 3 hours long but I beleive it was well spent 3 hours for most of the attendees

Cílem přednášky je seznámit s použitím Enterprise Library a její základní architekturou a jednotlivými aplikačními bloky. Kromě toho popíšeme, jak sami v praxi EntLib používáme, jak komunikujeme s vývojovým týmem a kde vidíme její silné a slabé stránky. V neposlední řadě se podíváme na její vývoj a chyby v minulosti a budoucí rozvoj směřující do integrace s velmi zajímavými projekty jako je např. WCFS. Akce bude přednášena v angličtině.

Commerce Server 2007 Bootcamp, Redmond, USA

June 12, 2007

Posted by Nikola Malovic under About me
Blog URL | Comments disabled

I've been in Microsoft HQ in Redmond, USA on 3 day of intensive Commerce Server 2007 training.
It was really unique opportunity to see how Microsoft campus looks, to visit Microsoft store :) , to listen Max Akbar himself presenting 3 whole days

Microsoft Developer Platform Evangelism division was so kind to invite all the developers (and others) interested in Commerce Server 2007 to came to 3 day training boot camp in Redmond, from June 12th - June 14th.
The training material are presented by the Max Akbar, which blog is one of the most useful source of information on Commerce Server 2007.
The boot camp is organized into the modules with the hands on labs at the end of the module and all the presented material is recorded on a DVD so the participants could watch them after the boot camp.

Extreme test driven development of Web Applications

March 22, 2007

Posted by Nikola Malovic under About me
Blog URL | Comments disabled

I had a session about "Extreme" Test Driven Development (AKA Behavioral Driven Design) for the Prague .NET user group.
The first part of presentation was focused on the ways how TDD can help in increasing quality of the produced code, decoupling the teams working on dependant blocks of code and increase quality of communication between the team members.
Second part has been related to more practical things: MVP design pattern and mocking with Rhino mocks

Session agenda:
1. Introduction
2. Making an example of Word “Functional Requirement (FR)” which would be used through the whole session
3. MVP related section of the session (as an introduction to TDD)
4. TDD related part
5. “Crossing the worlds” part
6. Q/A