General app stability improves as crash-free sessions near 100%

Thumbs up on a smartphone illustrating mobile app stability on Android and iOS platforms reaching almost perfection.

Instabug has released its Mobile App Stability Outlook 2024 report, shedding light on the current state of app performance across various platforms and industries.

The report reveals that mobile apps have maintained the high stability rates observed in the previous year, with only minor fluctuations across all percentiles. The median crash-free session rate stands at an impressive 99.95%, confirming a high level of stability across the board.

Top-performing mobile teams...

‘Impact Engineering’ development approach outperforms Agile

The Agile Manifesto has shaped software development for over 21 years. However, empirical research into its real-world effectiveness remains scarce. Recent findings highlight a pressing concern: 81% of business decision-makers in the UK and 89% in the USA worry about on-time software project delivery within their organisations.

A new study, conducted for the book "Impact Engineering," reveals that 65% of software projects using Agile principles fail to meet deadlines, budgets, and...

Java remains backbone of enterprise applications

Java is set to remain the stable backbone of enterprise applications, according to a new report from Perforce Software.

The 2024 Java Developer Productivity Report is based on a survey of 440 respondents across 72 countries. Among the key findings, 60 percent of respondents said their companies plan to add Java developers in the coming year, while 42 percent plan to increase their Java development tool budgets.

"These investments in tools and talent are testament to...

White House urges adoption of memory-safe programming languages

The White House Office of the National Cyber Director (ONCD) has released a new report today urging the technology industry to take steps to reduce vulnerabilities in software that leave digital systems open to cyberattacks.

The report, titled "Back to the Building Blocks: A Path Toward Secure and Measurable Software," emphasises the importance of technology manufacturers adopting memory-safe programming languages to prevent entire classes of vulnerabilities from entering the...

David DeSanto, GitLab: AI’s impact on software development in 2024

David DeSanto, Chief Product Officer at GitLab, foresees a paradigm shift in the realm of software development in 2024—with AI taking centre stage.

GitLab's 2023 Global DevSecOps Report serves as the foundation for these predictions, offering a glimpse into the future landscape of organisations' software development toolchains.

AI bias: A hurdle on the path to progress

In the short term, the accelerated integration of AI tools may present a formidable challenge: an...

Stack Overflow reveals UK’s top 10 best-paid developer roles

Stack Overflow has unveiled the UK's top 10 best-paid developer positions, shedding light on the lucrative avenues within the industry.

Leading the pack are developers in senior executive roles, enjoying an average salary of £128,200 ($155,173). Notably, these professionals experienced a significant 30 percent increase in their salaries between 2022 and 2023, reflecting the industry's robust growth. 

Following closely are engineering managers, earning an average of...

Apple releases visionOS SDK for crafting ‘all-new experiences’

Apple has released the visionOS SDK for developers eager to explore the possibilities of augmented reality (AR) and virtual reality (VR) experiences for Vision Pro.

While betas and SDKs for other Apple operating systems like iOS and macOS were launched on the first day of WWDC, developers had to wait for the release of the visionOS SDK. This meant that they could prepare their software for the upcoming fall releases but couldn't immediately start building for the new...

A quarter of tech firms use generative AI for software development

Almost one-in-four US technology firms use generative AI tools to boost software development, with significant growth in adoption across major business functions predicted over the next year.

This is according to a new survey of senior technology executives by global strategy consulting firm Altman Solon.

Altman Solon surveyed 292 senior technology executives and interviewed a panel of industry experts to better understand opportunities for generative AI in businesses....

ChatGPT-generated code is often insecure

OpenAI's large language model, ChatGPT, is capable of generating code but produces insecure code without alerting users to its inadequacies, according to research by computer scientists from the Université du Québec in Canada.

The researchers asked ChatGPT to generate 21 programs in five programming languages to illustrate specific security vulnerabilities such as memory corruption, denial of service, and improperly implemented cryptography.

ChatGPT produced only five...

TypeScript 5: A look at the major changes

In this article, we’ll take a look at some of the major changes in TypeScript 5.

TypeScript 5 was released earlier this month. The latest version features numerous improvements to make the language smaller, simpler, and faster.

Here are the biggest changes in the latest release:

Variadic tuple types

Variadic tuple types allow developers to define tuple types with a variable number of elements. 

In previous versions of TypeScript, the number...