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
FileMaker has announced the newest release of its custom app platform, FileMaker 15, which has new features in automation, mobility, performance and security. The new features for mobility include Touch ID support, which allows developers to access their custom apps with their finger, including with 3D Touch support. There are automation and integration features that … continue reading
After realizing his code “began to suck,” Lasse Schuirmann created an application called coala to make code analysis easy, while remaining completely modular, extensible and language-independent. Coala provides a user and developer interface, letting developers focus on logic only so that users can focus on content. Schuirmann said there are a lot of tools like … continue reading
GitHub is making enterprise source control easier to manage with the release of GitHub Enterprise 2.6 earlier this week. The new version includes improvements designed to make it easier for managers to handle pull requests and workflows. GitHub 2.6 brings new pull request features. Now, the platform has pre-receive hooks that allow the enforcement of … continue reading
Lily wants to put expressiveness and type safety back into programming languages. It is a new programming language inspired by C, F#, Haskell, Python, Ruby and Rust. “My principal goal was for a language that could be used for Web development in a way akin to PHP (code is between tags, everything outside is format), … continue reading
An open-source project by Facebook has made it as SD Times’ GitHub project of the week. The project is called Wangle, and it is a client/server application framework to build asynchronous, event-driven modern C++ services. Facebook open-sourced this project last summer, but recently a Facebook software engineer named James Sedgwick wrote some software with Wangle, … continue reading