Konstantin Vlasenko

An engineer is someone who can make for a dollar what any fool could make for two. – Alan Kay

Category Archives: fine words

Cloud adds new statement to Manifesto for Agile Software Development

The cloud is not only a new way to more easily and cheaply get the computing power needed to do what companies and individuals are doing today… This may be the most important benefit of the cloud—it enables companies of all sizes and in all sectors, as well as governments, non-profits, and individuals, to more [...]

Программисты в первую очередь ответственны за демографию в России

Интересное интервью на fontanka.ru. Вы же не призываете население России во имя размножения сломя голову селиться в деревнях? – Нет, конечно. Речь идёт о принципиальной смене типа поселения и внешнего вида нашего жилья, его параметров. Если выделить достаточный материальный ресурс, полностью изменить стратегию расселения людей и тип жилищных поселений, то с использованием средств современных дистанционных [...]

You are smart but we don’t have a such position

Would you hire an actor without an audition? You wouldn’t last long as a director if you did. But this is exactly what almost all companies who hire software developers do today. Usually the process involves talking through an applicant’s experience with them. And that’s all. Imagine asking an aspiring actor if they enjoyed their [...]

WCF and JSON

You can also use the WebGet attribute to specify the format for request and response messages By default, operations marked with WebGet send response messages formatted as XML data, and the WCF runtime serializes them as POX objects However, you can send response messages in JSON format by specifying the ResponseFormat property of the WebGet [...]

Исследование CNews: Где учились лучшие ИТ-менеджеры России

Ключевые фигуры российского ИТ-рынка имеют образование связанное с физико-математическими науками. На мой взгляд, лучше всего либо получить фундаментальное образование в одном из ведущих вузов по математике или физике, что хорошо тренирует, прежде всего, умение приобретать знания, широко и системно мыслить, либо по экономике или юриспруденции, если склонности к точным наукам не наблюдается, – говорит Рязанцев. [...]

Первенство Санкт-Петербурга среди младших школьников 2011

Кировский шахматный центр занял 3 место из 18-и участников. Rankings

Which countries are most interested in Powershell?

Russia Czech Republic Norway http://www.google.com/trends?q=powershell

Testing: unit vs. acceptance

Acceptance testing is mandatory for agile development! With unit tests you can refactor just code. With acceptance tests you can refactor product (product’s architecture). In ideal world a software development team should use acceptance tests first.

When not to use progress bars

Even worse than making the user guess when an operation will complete is lying to them about it. Progress bars should only be used when a reasonable level of accuracy is possible. It’s never a good idea to have a progress bar that reaches 10 percent and suddenly jumps to the end (leading users to [...]

#PowerShell Timing How Long it Takes a Script to Run

If you’ve ever wondered how long it takes to perform a specific task then the Measure-Command cmdlet is exactly what you’ve been looking for: it enables you to measure the running time of a command or script down to the millisecond. Measure-Command {Get-Service | Export-Clixml c:\scripts\test.xml} When you run this command, service information will be saved [...]

Follow

Get every new post delivered to your Inbox.