BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage github Content on InfoQ

  • Python will be Moving to GitHub

    Brett Cannon, who is currently in charge of Python's development process, has announced on Python core workflow mailing list that Python will be moving to GitHub. InfoQ has spoken with Brett Cannon to learn more about the benefits that this decision should bring, what the next steps are in the process, and other relevant details.

  • Best Practices for Open-source Projects

    GitHub’s Phil Haack hosted a panel on Channel 9 that focused on best practices for open source projects.

  • ZenHub is now Integrated with GitHub Enterprise

    ZenHub is a collaboration and project management tool integrated with GitHub. Their latest version is integrated with GitHub Enterprise.

  • GitHub Revoked Compromised and Unsecure SSH Keys

    GitHub has recently started revoking SSH keys that were deemed to be compromised or otherwise insecure. Systems engineer Ben Cartwright-Cox was the author of the research that uncovered the issues. InfoQ has spoken with him.

  • Google Moves Dart to GitHub and Kills the Chrome Dev Editor

    Google designed Dart as a better language for the web, for developers who wanted a more solid language and tools than what existed in the JavaScript ecosystem. Also, they aimed for better performance. While Dart is certainly more robust and better designed than JavaScript and it outperforms JavaScript on several benchmarks, the language has seen several setbacks.

  • Git Large File Storage Promises to Extend Git to Large Binary Files

    Git Large File Storage (LFS) is an open source Git extension aimed to better "integrate large binary files such as audio samples, datasets, graphics, and videos" into a Git workflow, says GitHub.

  • The Demise of Open Source Hosting Providers Codehaus and Google Code

    Open Source project hosting sites like SourceForge, Codehaus and Google Code inspired developers to share their code for projects not associated with a foundation like Apache or Eclipse. Over the past few years, these hosting sites have been superseded by GitHub, to the extent that they are closing down over the next year. InfoQ looks back at their contributions and into the future.

  • OData.NET Is Now Open Sourced on GitHub

    Microsoft has released the source code for all OData .NET Libraries on GitHub.

  • Heroku Adds GitHub and Dropbox Deployment Options

    Developers have two new ways to publish code to the Heroku Platform-as-a-Service. Heroku recently added mechanisms to push code stored in either Github or Dropbox. These features, currently in beta, give Heroku a set of deployment techniques that compare favorably to other PaaS providers.

  • Microsoft Embraces GitHub for their .NET Compilers

    Microsoft is continuing their move from CodePlex to GitHub for their open source offerings. The F# compiler was moved on the 13th, with the Roslyn based C# and VB compilers following a few days later.

  • Critical Git and Mercurial Vulnerability on OS X and Windows

    A critical security vulnerability affecting Git and Mercurial has been announced yesterday, making it possible for an attacker to execute arbitrary commands in the client machine. The vulnerability only affects clients running on OS X (HFS+) and Windows (NTFS, FAT). The Git core team has published new releases for all current versions of Git.

  • Recruit to Catch the Good Ones

    How can you recruit good people and help them becoming successful without challenging your established workforce too much? According to Ralph van Roosmalen and Daan van Osch finding the right people will be one of the biggest problems in IT. At the XP Days Benelux 2014 conference Ralph and Daan will give a presentation in which they share experiences from IT recruiting at RES Software.

  • Go Language Moves to Git and GitHub

    Rob Pike, lead designer of Go at Google, announced on Go's Google Group that Go language is moving to Git and GitHub. "All data will be preserved," said Rob, but GitHub will not be used to handle pull requests and code reviews. Google's own Gerrit will be used instead because it fits better the requirements of a large project such as Go, explained Google engineers.

  • Try Before You Buy: Heroku Supports Preview of GitHub Applications

    Heroku is trying to make it easier to turn source code into a running application. The Heroku Button – a simple bit of HTML or Markdown that triggers a deployment from a public GitHub repository to Heroku’s public cloud – sets up Heroku as an attractive destination for quickly previewing, hosting, and extending open source web applications.

  • GitHub Open Sources the Atom IDE

    GitHub has open sourced their Atom IDE including the Atom Shell framework, Atom Core, and the Atom Package Manager (apm).

BT