Current DevOps tools and processes aren’t cutting it for many organizations. Despite the industry having now supposedly largely moved to a continuous integration and continuous delivery (CI/CD) approach, it appears that the majority of development teams aren’t actually practicing true CI/CD at an expert level. According to CloudBolt’s latest report, “The Truth About DevOps in … continue reading
Engineering trust, accelerating growth, and sculpting change are three main reasons companies are looking to explore emerging technologies, such as NFTs, sovereign cloud, data fabrics, generative AI, and composable networks, according to Gartner’s Hype Cycle for Emerging Technologies 2021. “Technology innovation is a key enabler of competitive differentiation and is the catalyst for transforming many … continue reading
A number of major companies are coming together to form a foundation to advance eBPF technology. EBPF enables sandboxed programs to run in an operating system kernel, which allows developers to extend the kernel’s capabilities without having to change source code or load modules for the kernel. The eBPF Foundation will be hosted as an … continue reading
Recently GitLab open-sourced a tool that enables developers and security teams to detect malicious code in app dependencies. Package Hunter analyzes dependencies for both malicious code and other unexpected behavior. It installs the dependencies in a sandbox environment and then reports any suspicious behavior to the developer who can then further examine them. According to … continue reading
Online resources are increasingly becoming the way that new developers learn. Stack Overflow’s 2021 Developer Survey indicated that for coders under the age of 18, videos and blogs are more popular than books and school combined. The development profession is full of new developers. Over 50% of respondents indicated that they have been coding for … continue reading
University student enrollment in computer science programs has been increasing over the years, but many of those programs focus heavily on the foundations of how to write code and not so much on some of what is needed once a developer enters the workforce, such as DevOps practices. “I would say that most college graduates … continue reading
As organizations and their IT infrastructure grow more complex, the number of different places where data gets stored also grows. Gone are the days where a company had just one large database to look after; now data might be stored across several different sources. “Historically data was stored in databases, on-premises. As we enter this … continue reading
The latest version of the programming language Rust is now available. Rust 1.54 introduces a few new stable features. One new update is that attributes can invoke function-like macros. An example use case of is including documentation from other files into comments. “For example, if your project’s README represents a good documentation comment, you can … continue reading
Marko is an open-source programming language that reimagines HTML from a markup language into a programming language. As its website states: “It’s like HTML and JS had a perfect baby that grew up to be awesome.” It does not require learning any new language syntax beyond what’s available in vanilla HTML, CSS, and JavaScript, which … continue reading
The Android team at Google has announced that Jetpack Compose 1.0 is now available. Jetpack Compose is a UI toolkit for Android developers. According to the team, Compose has been developed in the open for the past two years with participation from the Android community. As of this 1.0 release, there are already 2000 apps … continue reading
Android Studio Arctic Fox is now available as a stable release. This version introduces Jetpack Compose 1.0 and focuses on devices and developer productivity. Device enhancements include a new Wear OS pairing assistant to make it easier to pair Wear OS emulations; the completion of the development and testing workflow for Automotive OS, enabling the … continue reading
The latest version of JetBrains’ Java IDE is now available. IntelliJ IDEA 2021.2 includes several updates aimed at improving the daily experience of the platform. It includes a new project-wide analysis feature that allows developers to track errors before compiling the code. JetBrains also added a number of actions that will activate when a project … continue reading