JetBrains unveils CI/CD service for smaller teams
JetBrains has launched a public beta version of TeamCity Pipelines, a cloud-based CI/CD (continuous integration/continuous delivery) service for small and medium-sized software engineering teams. Unveiled March 18, TeamCity Pipelines is intended to enable small development teams to automate the process of integrating code changes, testing them, and delivering an application. JetBrains said the goal was […]
Read MoreVue team releases VitePress 1.0 static site generator
The developers of the Vue JavaScript framework have launched VitePress 1.0, a static site generator (SSG) for building fast, content-centric websites. Built on top of Vue and the Vite build tool (pronounced “veet”), VitePress takes source content written in Markdown, applies a theme, and generates static HTML pages for deployment. VitePress 1.0, announced March 21, […]
Read MoreFeds seek attestation on secure software
The US federal government has released a software attestation form intended to ensure that software producers partnering with the government leverage minimum secure development techniques and tool sets. The form was announced March 11 by the Department of Homeland Security’s Cybersecurity and Infrastructure Security Agency (CISA), which developed the form with the Office of Management […]
Read MoreBuilding a smarter Azure Kubernetes for developers
With KubeCon Europe taking place this week, Microsoft has delivered a flurry of Azure Kubernetes announcements. In addition to a new framework for running machine learning workloads, new workload scheduling capabilities, new deployment safeguards, and security and scalability improvements, Microsoft has placed a strong emphasis on developer productivity, working to improve the developer experience and […]
Read MoreRust adds support for C-string literals
Rust 1.77, the latest version of the Mozilla Research-founded programming language focused on safety, speed, and concurrency, adds support for C-string literals. C-string literals in Rust expand to a null-byte terminated string in memory of type & ‘static CStr. This makes it easier to write code that will interoperate with foreign language interfaces that require […]
Read MoreComplexity bad: An interview with HTMX creator Carson Gross
Carson Gross is the creator of HTMX and Hyperscript, the mind behind The Grug Brained Developer, a professor of software engineering at Montana State University, and co-author of Hypermedia Systems. It was a pleasure to pick Carson’s brain about the impetus behind projects like HTMX and Hyperscript, the failures of REST, why JavaScript is here […]
Read MoreAI used extensively for security but not coding, JFrog survey finds
In JFrog’s just-released Software Supply Chain State of the Union 2024 report, the software supply chain platform provider found extensive use of AI and machine learning tools for security. However, only one in three software developers the company surveyed use generative AI to write code. While 90% of survey respondents indicate their organizations currently use […]
Read MoreOpen source is not insecure
Frank Crane wasn’t talking about open source when he famously said, “You may be deceived if you trust too much, but you will live in torment if you don’t trust enough.” But that’s a great way to summarize today’s gap between how open source is actually being consumed, versus the zero trust patterns that enterprises are trying […]
Read MoreHow to use uv: A superfast Python package installer
Of all the criticisms leveled at Python, one of the most valid—and unfortunately long-lived—is the chaotic state of its packaging ecosystem. It’s less of a mess than it used to be, as so memorably illustrated by XKCD, but it’s still hardly ideal. Third parties such as poetry and pipenv have filled the gaps by offering […]
Read MoreLinkedIn open sources lakehouse tool OpenHouse
LinkedIn has decided to open source its data management tool, OpenHouse, which it says can help data engineers and related data infrastructure teams in an enterprise to reduce their product engineering effort and decrease the time required to deploy products or applications. OpenHouse is compatible with open source data lakehouses and is a control plane […]
Read More