As a Scrum Master and Agile Coach, every day I deal with issues that result from lack of understanding the basic rules of Scrum. Its principles are often misinterpreted. For … Continue reading “10 Myths of Scrum Planning Debunked”
Technology
Cloud Basics You Should Know
Do you know: when the story of the cloud actually began? what cloud computing forms there are to choose from? in what way cloud deployment models differ from one another? … Continue reading “Cloud Basics You Should Know”
How to save and send credentials – rules you need to know
Don’t write your logins and passwords on a piece of paper. Don’t let your browser save your passwords. Don’t keep them as pure text among your files. Don’t create passwords … Continue reading “How to save and send credentials – rules you need to know”
Testing your code performance with JMH tool
Java Microbenchmark Harness is a toolkit designed and implemented by Jakob Jenkov for running accurate and valid Java microbenchmarks. For now, it is available in OpenJDK package, but will be … Continue reading “Testing your code performance with JMH tool”
From zero to Angular hero
There are lots of tutorials on the internet showing how to start your adventure with the newest Google framework. But what is really missing are some guidelines presenting a bigger … Continue reading “From zero to Angular hero”
Let .NET framework care about transactions handling for you by implementing IEnlistmentNotification
Well known TransactionScope Since version 2 of .NET Framework every developer has a great tool to handle different types of “transactions” (transaction processing, or business transaction is information processing that … Continue reading “Let .NET framework care about transactions handling for you by implementing IEnlistmentNotification”
Overlay Loading View for XAMARIN.FORMS
Almost every mobile app has to display some kind of a loading sequence once in a while through the application life cycle.
How technology counterstrikes financial fraud
Fraud prevention has been lately generating a heated debate in the insurance and banking industries. Financial institutions struggle with different forms of fraud, which causes great losses for organizations. Unfortunately, … Continue reading “How technology counterstrikes financial fraud”
Save time mocking – use your real Entity Framework DbContext in unit tests
How many times have you spotted software architecture that utilizes .NET Entity Framework database context as a simple Repository pattern? Let us imagine an architecture structure like this, from top … Continue reading “Save time mocking – use your real Entity Framework DbContext in unit tests”
Visual Studio Code vs WebStorm
One of the most important tools for a programmer is an IDE. Sure, we can use a text editor (Notepad, Vim or Emacs to name a few), but realistically it … Continue reading “Visual Studio Code vs WebStorm”