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
Developers are often like composers: craftily writing up a elegant piece and making sure all the components work together. For those of you who are actually musicians, Alda wants to help you create music with code. Alda is a programming language for musicians designed for those who don’t know how to program, or for programmers … continue reading
Developers aren’t just guys or gals sitting alone coding at their desks all day long. They like to chat, and they especially like to chat with other developers. This week’s GitHub project gives developers a home for professional communities by connecting them through messaging and discovery, bringing together 350,000 developers chatting daily in more than … continue reading
GitHub wants to be able to maintain the performance and reliability of its storage system, so it introduced DGit, a storage system that is designed to keep repositories fully available without interruption even if one of the servers goes down. DGit stands for “Distributed Git.” Git itself is distributed, so any copy of a Git … continue reading
ZenHub, the project management tool that natively integrates into GitHub’s UI, is taking a different approach to collaboration. The company has announced ZenHub Epics, a new tool that aims to put control and flexibility back into the hands of developers. According to the company, with the rise of DevOps, collaboration between development teams and project … continue reading
Google wants to help developers bring virtual reality to their Web and mobile apps. The company has announced VR View, a solution designed to turn images or videos into interactive experiences users can view on their phone, Cardboard viewer or desktop computer. “For developers, having immersive elements in their apps and websites can be the … continue reading
Microsoft is furthering its commitment to open source with the announcement of Visual Studio Productivity Power Tools now available on GitHub. The toolset was first released in 2010 as a set of Visual Studio extensions designed to improve developer productivity. “Making the current set of tools available to the community is important to us, and … continue reading
Build native iOS and Android apps from a single codebase with NativeScript. NativeScript is a open-source cross-platform framework dedicated to native mobile development. “As many companies are adopting more modernized and digital strategies, developers are looking for more ways to save time and developer apps across multiple platforms,” said Dan Wilson, NativeScript product marketing manager … continue reading