ESLint wants to help clean up your JavaScript code. ESLint is a pluggable linting solution for JavaScript and JSX. Code linting is a type of static analysis designed to identify and report on problematic problems. “JavaScript, being a dynamic and loosely-typed language, is especially prone to developer error. Without the benefit of a compilation process, … continue reading
Salesforce has announced it is open sourcing its Node.js voice enabling platform Violet. The project was started early last year in collaboration with the Amazon Salesforce Immersion team. The teams worked to leverage voice capability while building a great user experience. “We quickly got very excited about the potential voice-enabled devices present-s-, but it also … continue reading
A new artificial intelligence investment fund has been formed designed to build AI companies from scratch. Andrew Ng, the co-founder of online education platform Coursera and founding lead of Google Brain, has announced the formation of AI Fund with $175 million raised. “As with any societal transformation, the transition toward AI will be jarring for some. … continue reading
A newly released open source project wants to transform how data is gathered, understood and manipulated. Luna is visual and textual functional programming language created by Wojciech Danilo and Marcin Kostrzewa. “Luna is a general purpose, purely functional programming language incorporating many recent innovations in programming language design, such as higher-order functions, non-strict semantics, algebraic data … continue reading
GitHub has added the ability to visually track the progress of developer projects. With this update, developers can track the to do, in progress, and done cards. Developers can also now track project boards from other repositories and organizations in a more in depth way. According to the company, this enables users to easily create … continue reading
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