Profiling is probably the most important overlooked step in the modern applications development process. Often the reason for this is the fact that in the development cycle our application looks … Continue reading “Code Profiling and Optimizations”
Technology
Static code analysis and more with MONO-CECIL
You may have heard about tools like FxCop which are very useful in static code analysis, they basically check your code for possible performance hitting mistakes. Code analysers like FxCop … Continue reading “Static code analysis and more with MONO-CECIL”
The Decalogue for Good Testing – What you have to learn to become a tester. Part 2
From the first part of the Decalogue for Good Testing you have learned about the basics of a tester’s work. I told you about web technologies, browsers and terminology. I … Continue reading “The Decalogue for Good Testing – What you have to learn to become a tester. Part 2”
Programming is like doing DIY in your garage – interview with Krzysztof Górnowicz
He joined the team for an internship. He stayed for quite a while. He wanted to develop mobile apps. He is a C# programmer instead. Like many fellow developers he … Continue reading “Programming is like doing DIY in your garage – interview with Krzysztof Górnowicz”
The ritual performed. Goyello at Global Game Jam 2016
In January this year’s edition of Global Game Jam (GGJ), the world’s biggest annual game development marathon took place. Every year the event gains in popularity, however in Poland still … Continue reading “The ritual performed. Goyello at Global Game Jam 2016”
Top five business and IT-related topics to focus on in 2016
Business and technology are becoming more and more linked to one another. As we put it: “Every company is an IT company these days.” That is why most of recent … Continue reading “Top five business and IT-related topics to focus on in 2016”
Fluent Automated Testing
It is pretty common these days to use Selenium and NUnit or any other unit testing framework to create an automated regression solutions. If you are not familiar with this … Continue reading “Fluent Automated Testing”
Micro Services Architecture – A Practical Look
Most of us know and are used to WCF and WEB API services, we know how to model applications to best utilize these frameworks. Some also heard about micro services … Continue reading “Micro Services Architecture – A Practical Look”
The Decalogue For Good Testing – What you have to learn to become a tester. Part 1
New technologies, devices, applications and games. Digital solutions are everywhere. Someone has to design and develop them. And test them when they are ready. In my previous post I discussed … Continue reading “The Decalogue For Good Testing – What you have to learn to become a tester. Part 1”
7 reasons why you should consider migrating your projects to GIT
Recently we have finished migration of all our Java projects from SVN to GIT. Why have we done it? #1 Merging First of all, let’s talk about one of the … Continue reading “7 reasons why you should consider migrating your projects to GIT”