Cutelyst, a QT web framework, is on a mission to help developers to share code between their desktop and mobile apps. The open source project was released in October 2013 by Daniel Nicoletti. It is designed to enable the sharing of C++ code for web applications including Windows, Linux, OSX, Windows Phone, Android, and iOS. “Why have … continue reading
Netflix is launching a public bug bounty program in order to improve the security of their solutions as well as strengthen their relationship with the security community. The program will be available through Bugcrowd. “Netflix’s goal is to deliver joy to our 117+ million members around the world, and it’s the security team’s job to … continue reading
Microsoft has announced progress with the prototype design for Git Virtual File System (GVFS) for Mac. GVFS is the company’s project to bring Git to enterprise scale. Microsoft plans to publish all of the code for GVFS for Mac in their public repo. With GVFS for Windows, it contains patches to Git, a file system … continue reading
Perfecto has announced new capabilities for mobile app developers to improve their continuous testing strategy. The new capabilities include enhancements to the company’s Continuous Quality Lab and DigitalZoom reporting solution. The Continuous Quality Lab allows DevOps teams to evaluate the app quality along with parallel execution on virtually any device being used by their customers, … continue reading
Google has announced cryptography changes in Android P. The company plans to deprecate some functionality from the BC provider in order to avoid additional costs and risks. In the later release, it plans to remove the deprecated functionality entirely. “In a previous post, we announced that the Crypto provider was deprecated beginning in Android Nougat. Since … continue reading
Fed up with the time it takes to download and initialize development projects for testing locally, developer at GoThinker Eric Simons decided it was time for something better. That’s why him and his team set out to make this week’s project of the week — StackBlitz, an onlineVS Code IDE that allows you to live … continue reading
GitHub announced it is open sourcing its internal tool for automating the licensing process of building and maintaining open source products. The tool, Licensed, is designed to help engineers streamline one of the most complex and crucial parts associated with building open source projects: maintaining code functionality and compliance. Licensed points out potential problems with … continue reading
GitHub suffered a large Distributed Denial of Service (DDoS) attack on Wednesday, made possible by vulnerabilities in memcached, according to Ashley Stephenson, CEO of Corero Network Security, a company focused on DDoS protection. Typically in DDoS attacks the bad actors use a variety of techniques, such as botnets, or in this case, Memcached, Stephenson said. … continue reading
Microsoft has announced a preview for .NET Core 2.1 Preview 1, which is the first public release of .NET Core 2.1. The release will provide faster build performance, close gaps in ASP.NET Core and EF Core, and improve compatibility with the .NET framework. It will also improve GDPR compliance, security, microservice capabilities, Azure capabilities, and … continue reading
Go-Libvirt is a pure Go interface for interacting with the toolkit Libvirt. DigitalOcean developed go-libvirt in 2016 to meet the company’s specific needs. “At DigitalOcean, we use libvirt with QEMU to create and manage the virtual machines that compose our Droplet product. QEMU is the workhorse that enables hundreds of Droplets to run on a … continue reading
GitHub is identifying key open-source project trends to be on the lookout this year based on its contributor, visitor and star activity data. The company took the top 100 projects with the largest increase in contributors, identified the top 100 projects with the most visitors, and took into account the top 100 projects with the … continue reading
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