In my latest blog, I share a pattern that describes 5 levels of Agile maturity. Agile Leaders can use these insights to create effective, self-organising Scrum teams. If you are a Leader and want to get the best out of …
Think twice, cut once. A paradigm that has guided software engineers and developers over the years. Planning and thinking things out before beginning to code helps make development a lot easier and helps with developing more accurate software at the …
Shoppers get to decide whom to share their data with Thanks to the ever-growing list of data breaches across retail companies and Facebook’s privacy crisis with data firm Cambridge Analytica, data and privacy issues are at the top of people’s minds both in and out of the retail …
Any average HR department is rich in data. Personal employee data, recruitment data, and performance KPIsare just a few examples of the kinds of data a typical HR team is sitting on. Now, as our world becomes increasingly ‘datafied’, HR teams …
API Fortress: API Fortress is an API testing and monitoring platform built specifically to align development and operations in today’s architectures. Automate test executions as part of deployments from any CI platform, including Jenkins (try our plug-in). The platform simplifies creating …
Big data is past the hype stage, but are organizations really past the challenges and getting the most value out of big data technologies? Not so much. Here’s a look at the state of big data maturity and the challenges …
One dev walks through some features he enjoys in Kotlin and would like to see brought to the Java language. There is no doubt that Java has enjoyed a superior position when it comes to programming languages and is considered …
While blockchain holds great promise for some applications, companies have to understand the various challenges. Blockchain is likened to the Internet in terms of its ability to boost a business’s reach and reduce expenses. This has positive connotations, but as …
Multi-dimensional arrays and Matrices are popular interview topics in programming technical interviews. Although practical applications for such questions may be a stretch at times, such questions do test an interviewees ability to work with different data types, as well as …
Kevin Hoffman is the master of meetings. In his new book Meeting Design from Rosenfeld Media, Kevin lays out exactly how to take on meetings as a design problem, but you don’t have to be a designer to appreciate this advice. He …
Since we’ve already established what to look out for in 2018, let’s take a look at what the next decade could hold for Agile Back in 2001 a bunch of people met up in a ski resort in Utah to …
And most feel that AI morality is management’s problem. Developer Q&A site Stack Overflow performs an annual survey to find out more about the programmer community, and the latest set of results has just been published. JavaScript remains the …
Video training is undeniably one of the most popular methods, for self-taught programmers and according to Forbes, the most popular, amongst millennials. Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The …
You cannot be a crypto investor or entrepreneur without having a real understanding of the differences between these types of blockchains as well as their implications. Even if they are based on similar principles, their operation is, in fact, …
Vectorization trick is fairly well-known to data scientists and is used routinely in coding, to speed up the overall data transformation, where simple mathematical transformations are performed over an iterable object e.g. a list. What is less appreciated is that …
Measurement of code coverage is one of those things that always catches my attention. On the one hand, I often find that organizations don’t necessarily know how much code they are covering during testing — which is really surprising! …
Originally, I’ve shared this article to Syndicode blog. In this post, you will find the TOP 10 errors JavaScript errors to be aware of. I’m going to show you what causes them and how to prevent them from happening. …
I read Abisekh’s post on not knowing what to study next while trying to learn programming and data science. I’m lost and don’t know what to do. Abisekh subedi #discuss#career#beginners I really felt for him. He’s obviously passionate about …
Albert Einstein famously said, “Everything should be made as simple as possible, but not simpler.” Agile development guru Venkat Subramaniam has a knack for taking that insight and illustrating just how desperately the software development process needs the lessons …
Should new Android developers learn Java, or go straight to Kotlin? This article talks about the usefulness of both languages. Ever since Google announced Kotlin as the official language for Android development at Google IO in 2017, programmers who …