image

Академия на Телерик за ученици – второ безплатно обучение – 20-22 декември 2010

November 17, 2010
„Академията на Телерик за ученици“ организира за втори път тридневно безплатно обучение по практическа разработка на софтуер и подготовка за олимпиадата по информационни технологии (НОИТ). Безплатното обучение ще се проведе на 20, 21 и 22 декември от 10:00 до 19:00 часа в Центъра за подготовка на ученици за олимпиади в гр. София, бул. Драган Цанков
image

Microsoft Windows Phone 7 Gets More Promising

November 8, 2010
The Microsoft Windows Phone 7 platform is getting more and more promising. Dell announced to move 2 500 employees from BlackBerry to Windows Phone 7. I hope some day Apple and their iPhone to have a real competitor, since Google Android seems like will not be able to be really in the game.
image

Intro C# Book: Just Published Alpha Edition

November 7, 2010
As part of the continuous work on writing a high-quality book on computer programming for beginners, I have significant progress with the “Introduction to Programming with C#” book. Most of the book chapters are completely finished and only one chapter (14. Defining Classes) is completely unfinished due to internal confusion. The good news are that
image

What is Web UI Prototype? Example of Web UI Prototype

November 2, 2010
Some people are asking me what is “prototyping”, why it is important to prototype the software in the early stages of the development process and how a prototype looks like. Prototyping is well-known concept in software engineering. We could find many good articles about it and answers to the above questions by performing a simple
image

Extract All Classes Loaded in the JVM into a Single JAR

August 27, 2008
Today I needed to optimize the file size for a commercial Java applet (Web form signer) that my team is developing in the last month. We use few external libraries (Bouncy Castle Crypto API and few others) and these libraries are above 2 MB in several JAR files. If we were developing server side application,
image

Java Won the IT Boxing Match on Web Technologies (ASP.NET vs. Java vs. PHP vs. Ruby)

March 8, 2008
The Java team won the second IT Boxing match on Web technologies on 6 March 2008 in Sofia. The battle was merciless: 24 contestants in 4 teams (.NET, Java, PHP and Ruby) fighted for proving their technology better in 9 technical talks with live demonstrations. The teams presented ASP.NET, ASP.NET AJAX, ASP.NET MVC, Echo2, Google

My Interview at Google in Zurich

December 27, 2007
A week ago I visited Google in Zurich, Switzerland. Initially I didn’t consider working in Google and changing my job. During the years many of their recruiters asked me once monthly (at average) to join Google. I had so much invitations to join Google in Mountain View, Zurich, Munich and other locations that I finally
image

GWT Advanced Table – new version

September 5, 2007
I published a new version of my GWT Advanced Table widget – a reusable GWT table component that supports data paging, sorting and filtering in AJAX fasion: I added row selection support that was missing in the first release. See the official Google Code project for more information and downloads: http://code.google.com/p/gwt-advanced-table/.