Kubescape is a tool for testing if Kubernetes is deployed securely. It uses the Kubernetes Hardening Guidance released by the NSA and CISA to do this. Tests are configured in YAWL files, which makes it easy to update when specifications for tests change. It runs tests on the following things: non-root containers, immutable container filesystem, … continue reading
There are over 42 million public repositories on GitHub, but only a handful of projects reach the point of widespread use and adoption. One such project is Open Policy Agent (OPA), which is used to write policy as code. OPA graduated from the CNCF earlier this year, and is one of 16 projects to reach … continue reading
Automation Anywhere has announced the release of a RPA Maturity Assessment tool that points out areas where companies could be scaling automation more quickly and effectively. The tool assesses program maturity in four areas: vision and strategy, process and measurement, organization and people, and architecture and technology. The company also announced expanded training offerings and … continue reading
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