In which Rich nails Clearleft’s superpower: “Clearleft is a relatively small team, but we can achieve big results because we are nimble and extremely experienced. As strategic design partners, we have a privileged position where we can work around a large company’s politics,” R … | Continue reading
With programming languages among the top interests of TNS readers, we are constantly on the lookout for new languages that could have a potential impact on developers. Jeaye Wilkerson’s jank is a dialect of Clojure that he says can be used anywhere C++ and Lua are used. It is a g … | Continue reading
When Jeaye Wilkerson started working on creating a new programming language about a decade ago, he sought to build a general-purpose programming language that embraced the interactive, value-oriented nature of Clojure as well as the desire for native compilation and minimal runti … | Continue reading
Perhaps the tide is finally turning against complex web frameworks. adactio.com/links/21375 | Continue reading
For most applications today, saying you host them in your own data center will be like saying you generate your own electricity. Why pay all that capex to provision enough hardware to cover your peak loads, which may only happen once a year, and then spend the opex to power and c … | Continue reading
One dev team made the shift from React’s “overwhelming VDOM” to modern DOM APIs. They immediately saw speed and interaction improvements. Yay! But: …finding developers who know vanilla JavaScript and not just the frameworks was an “unexpected difficulty.” Boo! Also, if you ha … | Continue reading
Best Practices for Working with Large Language Models. | Continue reading
The new features are designed to empower platform engineering teams to offer developers self-service capabilities alongside bolstered support for AI workloads. | Continue reading
Does YAML data need to be programmed? Many think so, including one of the creators of YAML itself. Ingy döt Net, has started a project to bringing scripting capabilities to the data serialization language, in a project called YAMLScript. Ingy döt Net is also working on another pr … | Continue reading
"a glimpse of a future that never was" # | Continue reading
A roundup of how developers are deploying OpenAI's GPT-4 for programming, plus The New Stack checks in with ChatGPT for its advice. | Continue reading
JavaScript owes part of its development to a retired open source language with a small community, called E. | Continue reading
DevOpsDays's Matty Stratton offers how to apply the DevOps principles of CALMS to emerging practice of cloud engineering. | Continue reading
Internal developer platforms might be part of the solution by reducing repetitive and manual work and cognitive load. | Continue reading
The creators of Matrix, an open source chat network, have jumped into the metaverse with Third Room — a web-based client with a UGC editor. | Continue reading
Let’s simplify the developer experience and scale DevOps workflows without compromising the security of multi-Kubernetes environments. | Continue reading
For half a century, hot-air balloon pilots have been confronting the limits of what their technology can't do, while wildly enjoying what it can at the Albuquerque Balloon Fiesta. | Continue reading
By adopting more efficient technologies, IT decision-makers can do the right thing for their businesses and the planet. | Continue reading
Architecting an app for scale from the start used to mean choosing between starting fast vs. scaling fast later. The the CAKE stack lets you start with a configuration that will meet your needs for the long term. | Continue reading
A product-creation journey always requires new thinking about a permissions strategy. Here are some of the new requirements you will encounter. #cybersecurity #cloudnative | Continue reading
Building a highly available, self-healing Postgres cluster is hard. You have to think about things like backups, load balancing across databases, metrics, database hosts changing, storage and correctly sizing all of these services. | Continue reading
How will NASA's engineers ensure the reliability of its powerful telescope as it journeys through space? Robert Barron, SRE architect at IBM, offers insight. #JWST @SREs #NASA | Continue reading
Why it's all happening for the Rust programming language, how it made it into the Linux kernel, and where it will go from here. | Continue reading
An extraordinary computer science breakthrough called Accord is bringing globally available, general-purpose ACID transactions to the next Cassandra release | Continue reading
Intel CEO Pat Gelsinger has established a coherent strategy to generate meaningful revenue through software and services. He recently shared his plans to make Intel a software player at major chips conference. | Continue reading
The ability to jump directly to a specific line of code that caused an error, without restarting, redeploying or adding more code, is where the magic happens in shift-left observability. | Continue reading
Abhilash Verma, new head of the company's app delivery and security product portfolio, NetScaler, tells what's in store for scaling, data insights and more. #security #DevOpstools #data #Citrix #NetScaler | Continue reading
Database and blockchain research are being combined to produce a revolutionary business data-sharing platform. | Continue reading
Lyft reduced crashes in its mobile apps by up to 50% in some categories by optimizing the data persistence layer. Here's how. | Continue reading
A long-time Amazon engineering leader made the jump to Web3 at the end of 2020, and tells us why others should consider taking that risk too. | Continue reading
A new security issue has been discovered in Kubernetes that could allow Windows workloads to run as ContainerAdministrator even when those workloads set the runAsNonRoot option to true. | Continue reading
Wasm is supposed to be a game changer for cloud native computing. But confusion over use cases and debates over standards are slowing things down. #WebAssembly #Wasm | Continue reading
Developers are moving their entire workflow to the cloud, argues Shawn Wang. He claims we're just ten years away from the end of localhost. | Continue reading
GraphQL will become the operational database counterpart, built for cloud native environments operating with microservices, where the need for simple, quick answers requires complexity that is buried under the hood. | Continue reading
Regarding its recent hack, Uber blamed the Lapsus$ hacking group for its security fiasco. Lapsus$ had also breached Microsoft, Cisco, Samsung, Nvidia, and Okta, among others.. | Continue reading
The value in Cloud IDEs will shift to the compute and infrastructure layers, says Codeanywhere co-founder, making them more like a PaaS. | Continue reading
Platforms provide golden paths, with recommended tools and best security practices built in, reducing cognitive load while preserving developer freedom. | Continue reading
We like to think the git config repository is equivalent to how things change, but in reality, there is a gap between these static definitions and what actually happens. | Continue reading
There are lots of captivating stories about why teams considered Rust rewrites, the path they took and how it ultimately worked out for them. | Continue reading
You can build a code review process that drives efficiency rather than degrades it, but you’ll need to be intentional. | Continue reading
Kubefirst, a fully automated open source application and infrastructure management GitOps platform, can help you get started with Kubernetes. | Continue reading
Deno has been struggling to compete with the Node.js powerhouse. Additional funding and using-facing initiatives such as Deno Deploy should help this JavaScript runtime find its audience now. | Continue reading
A coalition of cybersecurity leaders launched an open source effort, known as the Open Cybersecurity Schema Framework (OCSF) project, to break down data silos that impede security teams. The project will create a standard that will help organizations detect, investigate and stop … | Continue reading
Does JavaScript need another framework? A founder of Redwood explains how their framework helps applications grow with startups. | Continue reading
But there are challenges to adopting a machine learning model registry. We found that to address those challenges, a model registry with a GitOps-based approach was needed. | Continue reading
What does incident management during the war in Ukraine teach us about contingency planning, engineering leadership and DevOps in crisis? | Continue reading
Using Go generics, how ScyllaDB achieved a 40% performance gain in an already well-optimized package, the Google B-Tree implementation. | Continue reading
A simple HTML attribute that tells the browser which assets to load first, called called Priority Hints, has improved the load time of the largest images on Etsy’s product listing pages by 4%. | Continue reading