About
From being a junior developer all the way to Development Manager position, I was always interested in new technologies. Passionate speaker, IT junky, developer, architect, team lead, and development manager - many hats, one goal - making software better and closer to people’s needs. For the most part I am using my blog as a scratch pad, writing small articles on things which I came across, was asked about more then once, and which would otherwise require additional research again and again.

Testimonials
The greydragon theme is fantastic. It’s clean, stable and feature rich. It took me a while to decide to move...
Ed
I’m a huge fan of this theme. I’ve got more than 90,000 pictures in my gallery3 running on a Ubuntu...
Jklobo
I've been using this [theme] since the start. It is by far the most attractive, feature packed and stable of...
Rhyull
Categories
Monthly Archives: March 2008
Object-Oriented Programming
Object-Oriented Programming or OOP is the concept which you can find almost everywhere today. It is required for understanding of many modern programming languages. As a result, you would find it very often as a required skill when reading job … Continue reading
Posted in Delphi
Tagged delphi, object-oriented language, object-oriented programming, OOL, OOP
2 Comments
Make the Project Management simple
Now that we have established the differences between Product and Project management, we can look at them from a practical point of view. Let’s start with Project Management. Bottom line – if you feel straggle with the subject, then it is time … Continue reading
Posted in Delphi, Product Management
Tagged management, manager, project, project management
Leave a comment
Delphi for AS/400 is comming back home
Delphi for AS/400 is coming back. Some of you might remember this product from long time ago. Well… it is back. Let put onto our history book. CodeGear just announced a return of long missing child and it is available to … Continue reading
Load text file data into SQL Server table
Last time we have seen how to manipulate text files from SQL Server code using Scripting object. This time we would look at “Read File As Table” operation from a different angle – using BULK INSERT operation. There are pros and … Continue reading