Due to the COVID-19 outbreak, Google announced that it is completely cancelling its I/O Developers Event that was set to happen May 12 – 14th. “Please know that we remain committed to sharing ongoing Android updates with you through our developer blogs and community forums,” Google wrote in a tweet. Intel opens oneAPI DevCloud for … continue reading
JetBrains has released a preview of the upcoming release of Kotlin. The Kotlin 1.4-M1 release includes a new, more powerful type inference algorithm that is enabled by default, as well as new features and language changes. Within the more powerful algorithm, SAM conversion for Kotlin functions and interfaces allows users to pass a lambda when … continue reading
Estimating the time and cost it takes to deliver a project is the bane of system development and it is an old problem that doesn’t seem to be getting any better. How bad? According to a 2012 McKinsey-Oxford University study of 5,400 large- scale IT projects, 66 percent were over budget, 33 percent came in … continue reading
As I travel around talking to Scrum teams, developers and pretty much anyone involved in building products, they seem to always bring up “velocity.” Don’t get me wrong; velocity is a good measure, but it is only ONE measure, and it is one that can be quite subjective as well. In Scrum, for example, teams … continue reading
The ISO C++ Committee has completed the Committee Draft for C++20, and will move it to the Draft International Standard for final approval and publication. C++20 features major programming language features such as modules, concepts, coroutines, and better-time programming support. According to the committee, C++20 is “the most impactful revision of C++ in a decade.” … continue reading
Melissa is a technical professional in charge of application development for a large manufacturing organization. In the past few months, she’s had to make some changes to promptly meet the demands of the customer and the business — including regularly updating applications with user feedback and responding to new shifts in the market and changes … continue reading
Coding creates the backbone of most businesses today, whether it is developing an app for our smartphones or other software meant to ensure smooth technological processes. It is a way we can talk to machines using a logic base and make them do what we want them to do. However, one misplaced figure or apostrophe … continue reading
The Swift programming team wants to pursue new frontiers as it looks to version 6 of the programming language. According to the team, it has reached critical milestones of majority over the last couple of versions, making it possible for users to invest in using Swift. For instance, the arrival of ABI and module stability … continue reading
Progressive delivery is the natural extension of continuous delivery but refines what it means to “deliver” because unlike the ‘big bang’ of an all-or-nothing release cutover, progressive delivery enables the business to gradually expose new functionality to limited numbers of users to assess the impact on user behavior and system health before expanding the release … continue reading
The IBM board of directors has elected a new CEO to lead it into “the next era.” The company’s senior vice president for cloud and cognitive software, Arvind Krishna, will replace Ginni Rometty as CEO. The switch will become effective April 6, 2020. Rometty will continue as IBM’s executive chairman of the board until the … continue reading
I think it’s about time that we addressed the elephant in the room: predictions are a bit of a parlor trick! The problem is that we humans are horrible at predicting the future. There are several reasons for this, including challenges such as optimism bias, the curse of knowledge, and distinction bias. As analysts, we’re … continue reading
Organizations are figuring out how to deliver features faster, but they are still struggling to release without any issues. A recent report from Split Software found while a majority of organizations release new features on a bi-weekly basis, many are experiencing downtime after the new feature is introduced. According to the company, 82% of respondents … continue reading