Top

Category: Development Software

Development Software


Development Software, Software Category

Code your infrastructure with Azure Automation

February 1, 2024

Via: InfoWorld

One of the great advantages of using the public cloud is the ability to deploy applications and services at scale. But scale has a flip side, as working with dozens or hundreds of servers imposes new constraints on systems administration. […]


Development Software, Software Category

How Continuous Mobile Development Can Benefit from Test Automation

February 1, 2024

Via: InfoQ

Test automation can support continuous mobile software development, by reducing manual testing efforts, minimizing human errors, and accelerating the release cycle. Burak Ergören shared his experiences from automating their mobile testing at QA Challenge Accepted 2023. Ergören mentioned that with […]


Development Software, Software Category

Create an exception handler in ASP.NET Core 8

February 1, 2024

Via: InfoWorld

Microsoft’s November release of .NET 8 brought all kinds of great new features. One of the nice improvements introduced in ASP.NET Core 8 is IExceptionHandler, an interface that makes it easier to handle exceptions gracefully in ASP.NET Core web applications. […]


Development Software, Software Category

Stability AI Releases 1.6 Billion Parameter Language Model Stable LM 2

January 30, 2024

Via: InfoQ

Stability AI released two sets of pre-trained model weights for Stable LM 2, a 1.6B parameter language model. Stable LM 2 is trained on 2 trillion tokens of text data from seven languages and can be run on common laptop […]


Development Software, Software Category

TypeScript 5.4 beta arrives

January 30, 2024

Via: InfoWorld

TypeScript 5.4, a planned update to the strongly typed JavaScript variant from Microsoft, has reached beta availability. New capabilities include preserved narrowing within function closures created after the last assignment and a NoInfer type to block inferences to valid but […]


Development Software, Software Category

Java News Roundup: WildFly 31, Eclipse Store 1.1, Liberica NIK, Quarkus, JHipster Lite

January 29, 2024

Via: InfoQ

This week’s Java roundup for January 22nd, 2024 features news highlighting: WildFly 31.0.0, Eclipse Store 1.1.0, BellSoft Liberica Native Image Kit, multiple Quarkus and JHipster Lite releases and Jakarta EE 11 updates. OpenJDK After its review had concluded JEP 455, […]


Development Software, Software Category

Microsoft Launches Azure Quantum Development Kit 1.0

January 26, 2024

Via: InfoQ

Microsoft recently announced the 1.0 release of the Azure Quantum Development Kit (QDK), a significant rewrite of the prior QDK, emphasizing speed, simplicity, and a browser experience for developers. QDK is mostly rewritten in Rust, which compiles to WebAssembly for […]


Development Software, Software Category

Deno adds API for date and time operations

January 25, 2024

Via: InfoWorld

Deno 1.40, the latest version of the JavaScript runtime positioned as a rival to Node.js, has been launched with a Temporal API for advanced date and time operations. The update was announced January 25. Deno can be accessed from deno.com. […]


Development Software, Software Category

Visual Studio 2022 – 17.9 Preview 3: Brings All-in-One Search Improvements

January 22, 2024

Via: InfoQ

Last week, Microsoft released Visual Studio 2022 17.9 Preview 3 version with significant enhancements to the Code Search, also known as the All-In-One Search, feature. Now this preview update significantly improves the search experience, enabling developers to explore any word […]


Development Software, Software Category

GitHub counts 20 million US software developers

January 18, 2024

Via: InfoWorld

GitHub’s Innovation Graph, a repository containing structured data files of public activity on GitHub, counts more than 20 million US software developers using the platform. Just-released findings incorporating data from Q3 2023 provide a comprehensive breakdown of global developer activity […]


Development Software, Software Category

Rider 2023.3: AI Asistant, .NET 8 Support, C# 12 and F# 8 Features, Debugging Improvements and More

January 17, 2024

Via: InfoQ

JetBrains has released Rider 2023.3, the latest version of their cross-platform .NET IDE. This release contains an AI Assistant, support for .NET 8 SDK and an extended list of C# 12 and F# 8 features. There are also improvements regarding […]


Development Software, Software Category

The state of the C++ developer ecosystem

January 16, 2024

Via: InfoWorld

Every year, JetBrains conducts the Developer Ecosystem Survey to capture the landscape of the developer community, and this year’s results are finally in. One of the biggest trends we spotted in the past year is wider AI usage among software […]


Development Software, Software Category

The once-secure profession of software engineer is under threat from AI and intense competition

January 12, 2024

Via: TechSpot

Software engineering has long been a lucrative career for the majority who enter it. Google once offered $200,000 per year plus perks for those at the entry level, while an L5 engineer at OpenAI could make over $900,000 a year. […]


Development Software, Software Category

JEP 447: Refining Java Constructors for Enhanced Flexibility

January 9, 2024

Via: InfoQ

After its review concluded, JEP 447, Statements before super(…) (Preview), was delivered for JDK 22. Under Project Amber, this JEP proposes to allow statements that do not reference an instance being created to appear before super() calls in a constructor […]


Development Software, Software Category

Microsoft Announces AppCAT: Simplifying Azure Migration for .NET Apps

January 4, 2024

Via: InfoQ

Microsoft team announced a new tool, named Azure Migrate application and code assessment tool for .NET, abbreviated as AppCAT. This tool is intended to help developers in the migration of on-premises .NET applications to Azure. AppCAT tool enables the assessment […]


Development Software, Software Category

OpenSSF Adds Attestations to SBOMs to Validate How Software is Built

January 3, 2024

Via: InfoQ

The Open Source Security Foundation (OpenSSF) has recently announced SBOMit, a tool designed to bolster Software Bills of Materials (SBOMs) with in-toto attestations. This development, announced under the OpenSSF Security Tooling Working Group, increases transparency and security in the software […]


Development Software, Software Category

Developers, watch your code: Official Python respository spread malicious projects

January 3, 2024

Via: ZDnet

PyPI is the official Python Package Index that currently contains 500,972 projects, 5,228,535 million releases, 9,950,103 million files, and 770,841 users. PyPI helps users locate and install software developed and released by the Python community as well as serving as […]


Development Software, Software Category

Microsoft improves code coverage tools

January 2, 2024

Via: InfoWorld

Microsoft has enhanced its code coverage tools, adding new features to Microsoft.CodeCoverage and introducing dotnet-coverage. The enhancements include fresh report formats that integrate smoothly with tools such as ReportGenerator. Microsoft posted a bulletin about its enhanced code coverage tools on […]


Development Software, Software Category

Upsides and Downsides of Open Source Adoption

December 28, 2023

Via: InfoQ

According to Hila Fish, the benefits of open source projects are supporting rapid innovation, the flexibility provided to customize and adapt tools, and transparency of the code which can enhance security efforts. The downsides are that security by obscurity doesn’t […]


Development Software, Software Category

GitLab Launches Browser-Based Dynamic Application Security Testing (DAST) Scan

December 27, 2023

Via: InfoQ

GitLab has recently introduced a browser-based Dynamic Application Security Testing (DAST) feature in version 16.4 (or DAST 4.0.9). This development is part of GitLab’s ongoing efforts to enhance browser-based DAST by integrating passive checks. The release includes active check-in capabilities. […]