The following is a listing of vendors that offer tools to help secure software supply chains, along with a brief description of their offerings. Featured Provider HCLSoftware: HCL AppScan empowers developers, DevOps, and security teams with a suite of technologies to pinpoint application vulnerabilities for quick remediation in every phase of the software development lifecycle. … continue reading
JetBrains has announced the release of a self-hosted version of its code quality platform Qodana. Qodana is a static code analysis tool that integrates into JetBrains’ IDEs, allowing issues to be addressed directly within the IDE. “Since launching the cloud version of Qodana last summer, we kept receiving requests for a self-hosted version. Following successful … continue reading
I’ve always been captivated by AI’s potential, not just to execute programmed tasks but to learn and perform complex functions. However, it’s disingenuous not to recognize the cycles of heightened expectations and subsequent disillusionments that AI has suffered from, often marked by swings in funding and interest in the field. Since my days studying Mathematics … continue reading
Parasoft recently released the 2024.1 releases of several of its products, including Java testing tool Jtest, C# and .NET testing tool dotTEST, and testing analytics solution DTP. Jtest now includes test templates in Unit Test Assistant, which is a feature that uses AI to generate a suite of tests. With the new Jtest release, testers … continue reading
According to a recent report from Jellyfish, 65% of respondents said they experienced burnout in the last year. To dig deep into why that’s happening at such a high rate, we invited the company’s CEO and co-founder, Andrew Lau, onto the latest episode of our podcast, What the Dev? Here’s an abridged and edited version … continue reading
Platforms like ServiceNow and Salesforce (to name a few) were introduced to address and solve the many overwhelmingly burdensome tasks associated with building enterprise-specific applications and keeping companies agile, automated, and scalable. However, to adopt these platforms in the organization and maximize their value, they require development practices, principles, and discipline similar to classic software … continue reading
The vector database Qdrant has developed a new vector-based hybrid search capability, BM42, which provides accurate and efficient retrieval for RAG applications. The name is a reference to BM25, which is a text based search that has been used as the standard in search engines for the last 40 years. According to Qdrant, the introduction … continue reading
A number of companies have announced major changes to their executive leadership last month. Here are a couple of the moves across the industry this past month. Anthony Griffin named chief architect of Hazelcast He has extensive experience building systems for financial institutions, such as Danske Bank, Nomura, HSBC, and others. Throughout his 25+ year … continue reading
A new report from CISA, the FBI, the Australian Cyber Security Centre (ACSC), and the Canadian Centre for Cyber Security (CCCS) analyzed 172 critical OpenSSF projects and found that 52% of them contain code written in a memory-unsafe language. The report also found that 55% of the total lines of code for all projects were … continue reading
Elastic has just released a new tool called Playground that will enable users to experiment with retrieval-augmented generation (RAG) more easily. RAG is a practice in which local data is added to an LLM, such as private company data or data that is more up-to-date than the LLMs training set. This allows it to give … continue reading
Earlier this week, the Eclipse Foundation announced the release of the Theia IDE, which is an open source IDE based on the Theia platform. “The release of Theia IDE represents a new milestone in the world of open source development tools,” said Mike Milinkovich, executive director for the Eclipse Foundation. “By combining flexibility, innovation, and … continue reading
It is no surprise that the rapid acceleration of technology and the growing inventory of tools at our disposal means software engineers need to start rethinking the way we harness existing and emerging resources to develop the next cutting-edge infrastructure that transforms financial services. To transform with success and grow, collaboration is key. Collaboration not … continue reading
Google has announced that developers now have access to a 2 million context window for Gemini Pro 1.5. For comparison, GPT-4o has a 128k context window. This context window length was first announced at Google I/O and accessible only through a waitlist, but now everyone has access. Longer context windows can lead to higher costs, … continue reading
Microsoft has released Fluid Framework 2, the latest version of its platform for building collaborative experiences across the Microsoft 365 suite. Fluid Framework 2 includes four major updates, the first of which is a new SharedTree Distributed Data Structure (DDS) that provides a programming interface for working with data. It supports many different data types, … continue reading