Debugging platform Rookout has announced a new X-ray vision feature that will enable developers to look into third-party dependencies and check for bugs within them. The company explained that debugging third-party code, whether from a vendor, an open-source project, or an ex-employee, can present a number of challenges, especially when it comes to debugging. According … continue reading
The latest State of JavaScript report reveals that while React and Vue are still the most popular JavaScript frameworks, the framework Svelte is starting to establish itself as a top contender for the top spot. Svelte has a user based that is 89% satisfied with it. Sixty-six percent of survey respondents were interested in using … continue reading
The beta release of TypeScript 4.2 is now available. There are a number of new features being added, and a number of breaking changes as well. In this version, rest elements can be used in more ways than before. Previously, they were only allowed at the last position of a tuple type, but they can … continue reading
Chaos engineering has been gaining a lot of traction over the last few years as it moved from its origins at Netflix to more and more companies across the industry. Many development teams use it to prevent downtime by trying to break their systems on purpose so that they can improve those systems before they … continue reading
This week’s highlighted open-source project is designed to help developers build UI components faster. Storybook allows developers to browse a component library, view different states of a component, and interactively develop and test those components. Storybook provides a development environment for creating these components, and eliminates the need to start up a complex development stack, … continue reading
Low-code app development platforms have been around for years, but for a long time, they were often looked down upon by developers as something not powerful enough to be used to create actual applications. Whether this was because of a fear of low code making their jobs obsolete or a true belief that these platforms … continue reading
Micro is an API backend that allows developers to write code without worrying about managing backend services as well. Micro’s team believes that developers should be empowered to build software at an accelerated pace without any limitations. “Too much time is being lost on walking the maze that is the CNCF landscape. Too much time … continue reading
This year, a large number of businesses added new stores, websites, and digital content to serve their customers, but accessibility initiatives did not keep up. In 2020 the number of digital accessibility lawsuits increased by 23%, amounting to almost 10 lawsuits everyday, according to a new report from UsableNet, a digital accessibility company. In addition … continue reading
The first release candidate of the next version of the programming language Ruby is now available. Ruby 3.0.0 RC1 introduces a number of new features, such as RBS, TypeProf, Ractor, and Fiber Scheduler. RBS is a language for describing types of Ruby programs, and it enables developers to document the definitions of classes and modules. … continue reading
GitHub has announced that Code Search will now only index repositories with recent activity. This means that only repositories that have had a commit or shown up in a search in the past year will be indexed. If not, the repository will be purged from the index. According to GitHub, this will enable Code Search … continue reading
A key focus of improving the Rust language in 2020 has been on stabilizing features, and according to the newly released Rust 2020 Survey, those efforts have paid off. Survey respondents in general felt that stability of the language has been improving. The rust-analyzer and IntelliJ Rust plugin were key projects highlighted in the survey … continue reading
A number of companies, including Google, Slack, and Zoom, are coming together to launch the Modern Computing Alliance. The goal of the alliance is to address IT challenges that companies are facing across the entire technology stack, from silicon to cloud. Their mission is to “drive ‘silicon-to-cloud’ innovation for the benefit of enterprise customers—fueling a … continue reading