Kong has announced a beta for its new platform Kong Konnect, which provides users with access to a suite of tools for service connectivity for APIs and microservices. Users can use Kong Konnect to simplify complex workflows across API gateway, Kubernetes Ingress, and service mesh runtimes. It uses a modular approach and users can access … continue reading
The latest version of Python is now available. Python 3.9 introduces a number of new features, such as dictionary merge and update operators, string methods for removing prefixes, and more. Merge (|) and update (|=) operators have been added to the dictionary class. These additions complement existing methods of merging dictionaries, dict.update and {**d1, **d2}. … continue reading
Kubernetes-native observability platform provider Pixie Labs has emerged from stealth with $9.15 million in funding. The Series A funding round was led by Benchmark and GV also participated. According to the team, Pixie helps reduce the complexity and cost of observing and troubleshooting application performance. Developers can gain visibility into their application without needing to … continue reading
Microsoft is trying to make it easier for web developers to use Visual Studio Code. The company has announced the general availability of the Microsoft Edge Tools for VS Code extension. According to Microsoft, VS Code has a lot of features to make developers’ lives easier, but it still tries to be as lightweight of … continue reading
Microsoft is trying to make it easier for developers to automate their end-to-end tests. The company has announced a preview of Playwright for Python, which allows developers and testers to write such tests in Python. According to Microsoft, automated end-to-end tests have become more important than ever as teams build apps that run on a … continue reading
GitHub has announced that its code scanning feature is now available. The new code scanning capability scans code as it is created and provides reviews within pull requests and other GitHub experience. This automating of security helps ensure that vulnerabilities never make it to production, the company explained. Code scanning integrates with GitHub Actions and … continue reading
HP has announced the HP Omnicept Solution, which brings together its virtual reality (VR) headset and developer-focused SDK. According to the company, this will allow VR developers to create new personalized, engaging, and adaptive VR experiences for the enterprise. According to the company, facial expression and body language account for up to 50% of effective … continue reading
JetBrains has announced an early access program (EAP) for its Code With Me tool. Code With Me is a service in IntelliJ IDEA that allows developers to share open projects in the IDE with distributed team members. Using Code With Me, team members will be able to quickly access others’ code to help investigate issues, … continue reading
The latest version of the programming language is here. Swift 5.3 focuses on language refinements, the developer experience, and expanding the Swift ecosystem. New language refinements include adding a string initializer with access to uninitialized storage, synthesized Comparable conformance for enum types, where clauses on contextually generic declarations, refined didSet semantics, and more. RELATED CONTENT: … continue reading
The Apache Software Foundation (ASF) has announced that Apache IoTDB is now a Top-Level Project. By graduating to a Top-Level Project, Apache IoTDB has proven that it and its community has been well-governed under the ASF’s processes and principles, the ASF explained. Apache IoTDB is an IoT database that is designed to meet the data, … continue reading
The Object Management Group (OMG) has announced a request for proposal (RFP) for Interface Definition Language v4 (IDL4) for the C++ Language Mapping specification. According to OMG, this addition to the specification will provide Data Distribution Service (DDS) and CORBA users with an interoperable API for C++, which will allow them to deploy vendor-neutral applications … continue reading
Swift, the programming language used for macOS, iOS, and other Apple operating systems, is now available on Windows via downloadable toolchain images. According to the team, there has been a significant push to port Swift to Windows over the past year. Now that effort has reached a point where early adopters will be able to … continue reading