JetBrains has released the latest version of Kotlin. For Kotlin 1.4, the team focused on quality and performance of the language and its tooling. This release includes over 60 performance fixes. One performance enhancement is that files open much faster and content is highlighted faster. According to the team, content will appear highlighted 1.5 to … continue reading
Software testing is nearing the end of its Cretaceous period. Personally, I invite the proverbial asteroid to advance its destructive approach so the practice of software testing can continue down its much-needed evolutionary journey. Don’t get me wrong, software testing has not been totally stagnant; it did evolve during its Cretaceous period. The most significant … continue reading
In response to COVID-19, the Angular team announced that it will extend AngularJS LTS by 6 months until the 31st of December 2021. After the LTS ends, the AngularJS package will still be available on npm, bower, and CDNs. “With the release of version 10 of Angular we continue to move the platform forward with … continue reading
As Agile software development continues to take hold across all industries, along with DevOps practices and tooling, refining the delivery of products and services is increasingly the focus for many firms. Ensuring business goals and customer requirements are being met is key to software delivery. This requires detailed planning and organization of all teams working … continue reading
Instana announced that its APM solution will now automatically detect the root cause of process crashes with new abnormal termination detection built with eBPF. “Instana’s new automatic crash detection and root cause analysis allows anyone involved with applications to see when and how a crash occurred so that it can be fixed, even issues that … continue reading
Amazon Web Services has announced the general availability of Amazon Braket, which was designed to help developers and researchers get started with quantum computing, providing development tools, simulators, and access to a diverse set of quantum hardware. According to the company, Amazon Braket can be used to test and troubleshoot quantum algorithms on simulated quantum … continue reading
Artificial intelligence (AI) is a broad field that spans academic research with ambitions to create an artificial human brain (general AI) through to practical applications of deep learning (DL), a branch of machine learning (ML, itself the part of AI concerned with learning systems built on data rather than prepared rules). DL has many real-world … continue reading
Microsoft launched a new open source site, which features aims to help people get involved, explore projects and join the ecosystem. The site also offers near real-time view of things that are happening across Microsoft’s projects on GitHub. In addition, the site highlights Microsoft’s open-source projects such as Accessibility Insights, PowerToys and Windows Terminal. More … continue reading
Jupyter Book is an open-source tool for building publication-quality books, websites and documents with computational content. It enables users to write content in markdown files or Jupyter notebooks, include computational elements, include rich syntax, and convert content into web-based interactive books and PDFs. This week, the team has announced it is reworking the project to … continue reading
There are a few definitions of “value stream management” floating around out there. Most seem pretty good, but they are necessarily very broad and maybe vague. That’s because value stream management is a very broad concept. Given the hype around these 3 words, and how it’s often shortened to 2 words, there is a lot … continue reading
Google has launched ChromeOS.dev, which features the latest news, product announcements, technical documentation, and code samples from popular apps. “Whether you’re a web, Android, or Linux developer who’s just getting started or a certified expert, you’ll find all the information you need on ChromeOS.dev,” Iein Valdex, head of Chrome OS developer relations, wrote in a … continue reading
The past year saw a 430% increase in next-generation cyber attacks aimed at actively infiltrating open source software supply chains, according to the 2020 State of the Software Supply Chain report. In the past 12 months, 929 next-generation software supply chain attacks were recorded. By comparison, 216 such attacks were recorded between February 2015 and … continue reading
Adobe announced it is ending the development for PhoneGap and PhoneGap Build. PhoneGap was created in 2008 to give mobile app developers a way to easily create web and mobile applications with a single codebase. Since 2008, the industry and market has evolved and PhoneGap usage has declined. “In the context of these developments and … continue reading
The new Go 1.15 release includes substantial improvements to the Go linker, improved allocation for small objects at high core counts, X.509 CommonName deprecation, and more. The key contributors to better linker performance are a newly redesigned object file format, and a revamping of internal phases to increase concurrency. GOPROXY supports skipping proxies that return … continue reading