Google has announced the fourth developer preview of its upcoming operating system, Android N, and the final Android N SDK is now available. The Android N SDK aims to provide developers tools to develop and test against Android N’s official APIs. New features in Android N include multi-windows support, direct-reply notifications, and bundled notifications. With … continue reading
If there are any developers out there who have always wanted to create big, crazy, interactive displays with any component, their opportunity has arrived. Since Google open-sourced its software and hardware library on GitHub, developers can now create their own light projects, similar to Google’s own installation in the lobby of its New York City … continue reading
As a way to help developers prevent disclosure of sensitive information or help them identify potentially dangerous commits, SourceClear has open-sourced Commit Watcher, a tool that finds both accidental credential leaks and security patches before they become an issue. Commit Watcher finds interesting or potentially hazardous commits in Git projects, according to its GitHub page. … continue reading
Since the introduction of GitHub’s awesome new “squash and merge” functionality, there’s a whole lot more squashing going on. With UI-level access to this Git power-user feature, more teams are squashing commits to make code review easier and provide a cleaner-looking history in tools like gitk or SourceTree. But squashing for the sake of creating … continue reading
GitHub is releasing its diversity data to the public for the first time, and just like the rest of the industry, the company still has a long way to go. The company hoped by publicly releasing its diversity and inclusion statistics it can be more transparent about the progress GitHub is making, and where it … continue reading
Writers have it easy for the most part when they are writing a piece. With tools like Microsoft Word, Google Docs and other spell-checking solutions, it is easy to pinpoint where you made a mistake. For developers who are writing code that looks like a foreign language to anyone else, it can be difficult catching … continue reading
Embrace those APIs with this week’s GitHub project of the week: hug. Hug allows you to create HTTP REST APIs on Python 3, and it consistently benchmarks among the top three performing Web frameworks for Python, beating out Flask and Django, according to its website. Hug is fraction of what is required in other frameworks, … continue reading
Young learners can now design and program creative interfaces with a new generation of graphical programming blocks, named Scratch Blocks. Google announced a collaboration with the MIT Media Lab’s Scratch Team, and released today an open-source developer preview of Scratch Blocks, which builds on the company’s Blockly technology. Scratch Blocks focuses on creating new software … continue reading
Virtual reality headsets can let users play games and enter different worlds, but Oculus is putting VR to good use with its VR for Good program, where philanthropic and socially beneficial projects can get started. With this program, Oculus is looking for 10 rising filmmakers to match with 10 nonprofits so they can tell stories … continue reading
In an effort to help promote cybersecurity, Facebook is open-sourcing its Capture the Flag (CTF) platform on GitHub. CTF is the company’s hacking competition platform that aims to teach about unfamiliar security technologies as well as exploitation techniques. Facebook has been using its CTF platform since 2013 to educate students about computer science and security. … continue reading
GitHub today released version 1.0 of Electron, its application framework for building cross-platform software. Electron uses CSS, HTML and JavaScript, and it can build native applications for Linux, OS X and Windows. Originally known as Atom Shell, Electron went into development two years ago. The original goal of the project was to build a framework … continue reading
The Visual Studio team has been trying to find where documentation for some workflows could be improved, and how it could improve setting up TypeScript projects. As a result, there are now communities for each set of tools that will give users an idea of how TypeScript can fit in with a “standard” setup. The … continue reading