Amidst the “Shift Left and Extend Right” security trend, developers find themselves needing to implement more robust security practices into their processes. Idan Plotnik, co-founder and CEO of Apiiro, provider of an application risk management platform, discussed the ways in which developers can mitigate critical security risks in order to better protect themselves and their … continue reading
Microsoft recently announced that they are updating their feedback system in order to provide users with a higher quality experience. With this, older versions of Visual Studio will no longer be compatible to provide feedback. To continue submitting feedback, upgrade to version 16.7 or any LTSC service release after April 2021. This update brings users … continue reading
ZenML is an extensible open-source MLOps framework designed to create reproducible pipelines. The framework enables data scientists to write their code as automated pipelines from day one. It is built to encourage the iterative and experimental nature of machine learning work, but also to provide a path to an automated, production-ready software base that can … continue reading
Over the past year, software development has seen an increase in the adoption of Lean software delivery practices. According to the “2021 State of Continuous Delivery Report” conducted by the Continuous Delivery Foundation, 74% of developers are currently utilizing some kind of DevOps practice. However, the software development community as a whole remains in the … continue reading
The maintainers of Go, the open source programming language, announced the release of version 1.18 in Beta 1. This first preview release is now available and can be downloaded directly. The beta release is the first to support generic code using parameterized types, the most significant change to Go since the release of Go 1. … continue reading
Doing testing early and doing it often is essential in modern software development because it emphasizes the need to integrate software security testing throughout the SDLC. With the evolution of DevSecOps, where speed is vital to software deployment and delivery, it’s important to achieve continuous software assurance to give developers and organizations the confidence that … continue reading
Azul, provider of an open source measurement tool for Java applications, today announced Azul Intelligence Cloud. This announcement brings users a new line of products that apply cloud resources to analyze and optimize Java fleets and provide actionable intelligence. The first offering from the Intelligence Cloud is Cloud Native Compiler, bringing elasticity to Java Just … continue reading
Developers can now fine-tune GPT-3 on their own data, creating a custom version tailored to their application, which allows for faster and cheaper running of models. GPT-3 is a natural language programming tool developed by AI research laboratory OpenAI. Users have to run a single command in the OpenAI CLI tool with the file that … continue reading
Checkmarx’s open-source KICS (Keeping Infrastructure as Code Secure) solution has been integrated into version 14.5 of the GitLab DevOps Platform as an infrastructure-as-code scanning tool. KICS automatically parses infrastructure-as-code files of any type to detect insecure configurations that could expose applications, data and services to attack. Users of Ansible, AWS CloudFormation, K8S or Terraform can … continue reading
Bridgecrew, the cloud security company, today announced the launch of Smart Fixes, which work as fix suggestions for IaC policy violations sourced directly from code. Bridgecrew’s Smart Fixes work by automatically tracking code changes that fixed a policy violation and if the same code change is used frequently, Smart Fixes will suggest that change for … continue reading
While 82% of respondents to a recent survey by the Linux Foundation stated that they feel welcome in the open-source community, the remaining 18% came primarily from disproportionately underrepresented groups including people with disabilities, transgender people, and racial and ethnic minorities in North America. The study “Diversity, Equity, and Inclusion in Open Source” included the … continue reading
SnapLogic, the enterprise automation company, today announced that it has raised $165 million at a one billion dollar valuation. This funding will go towards accelerating the company’s AI-powered data and application integration. This financing round was led by Sixth Street Growth, which will now be joining the SnapLogic board. These funds will go directly towards … continue reading
Tailwind CSS recently announced the release of Tailwind CSS 3.0, bringing users performance gains, workflow improvements, and several new features. For a full overview of these new features, visit Tailwind CSS’s YouTube channel. A few of the highlights from the release include Just-in-Time, all the time: accelerated build times, stackable variants, arbitrary value support, better … continue reading
WireMock is a simulator for HTTP-based APIs that enables users to stay productive when an API that one depends on doesn’t exist or is incomplete. It supports the testing of edge use cases and failure modes that the real API won’t reliably produce. The company behind the project, MockLab, was recently acquired by UP9. The … continue reading