The Aurelia team has announced big ambitions to add new features and platform capabilities in 2018. Aurelia is an open source, next generation JavaScript client framework for web, mobile and desktop. The team announced plans to add support for server-side rendering, enhance the project’s UX, provide strong compatibility for web components, address sing-file component development … continue reading
You may often hear programmers claim that once you’ve mastered your first programming language, learning additional languages is easy. Once you have the basic concepts mastered, it’s just a matter of learning different syntaxes. While this may be true, when you are juggling between all these different languages, it can sometimes be difficult to keep … continue reading
Oracle wants to accelerate the adoption of serverless technology with the Fn Project. Fn is an open source container native serverless platform designed to run on any cloud or on-premise. It features multi-language support, container native capabilities, and provides developers with all the controls they need to implement functions with complex requirements. Other components of … continue reading
From humble beginnings of having just one contributor back in 2015, the open source graph database Dgraph has grown over the past two years to have 46 contributors, 2190 GitHub commits, 277 branches, and 25 releases. It was originally created out of a desire to do away with the typical weaknesses of traditional relational databases. … continue reading
Avast has open-sourced its machine code decompiler and analytical tool, RetDec, in a move to help the cybersecurity community fight against malicious software. The tool enables you to study application code without actually having to run the application. “Decompilers can be used in a variety of situations,” wrote the Avast Threat Intelligence Team in a … continue reading
GitHub Enterprise 2.12 is now available with enhancements to project boards, global webhooks, and repository archiving. Project boards show what is happening to groups of tasks and can be automated to update statuses. Webhooks can now be configured for the entire enterprise instead of one repository at a time. The update also features better repository … continue reading
Heptio is marking a year in business with the release of what it’s calling a “new chapter” for ksonnet, its tool for storing and generating application configurations for Kubernetes deployments. Ksonnet uses a jsonnet, Heptio’s custom language for manipulating and producing JSON documents to generate Kubernetes manifests or YAML, which aren’t human-readable. “Our first efforts … continue reading
StreamSet, a enterprise data operations platform provider, is taking on the Internet of Things and edge devices with the open source release of StreamSet Data Collector Edge (SDC Edge). SDC Edge is a end-to-end data ingestion solution for resource- and connectivity-constrained systems such as IoT device or cybersecurity applications. “The massive volume of data created by … continue reading
Google is open sourcing a new project designed to analyze and compare container images. Google uses container-diff in its own work, and believes it can be useful for anyone building containerized software. “Containers and the Dockerfile format help make customization of an application’s runtime environment more approachable and easier to understand. While this is a … continue reading
GitHub announced a new solution to talk to team members about projects, and share information. Team discussions provides a place for team members to have public or private discussions, get updates about what is going on, and stay up to date. “Gone are the days of having your issues cluttered with discussions or your pull … continue reading
GitHub has announced security alerts for developers are now available. The company first announced security alerts at the GitHub Universe conference last month. The new solution is designed to detect vulnerable dependencies, alert affected repositories, and suggest known fixes. The security alerts are a part of the company’s recently announced dependency graph, which enables developers … continue reading
The natural language processing Python library spaCy was recently updated to version 2.0. SpaCy is an open-source project that was created based on recent language processing research. The author’s intent is for it to ultimately be used in real products and solutions. Version 2.0 adds several new features, including new neural network models, support for … continue reading