InfoQ Homepage Source Code Content on InfoQ
-
Is Unhedged Call Options a Better Metaphor for Bad Code?
In a blog post on bad code and technical debt Steve Freeman described how Chris Matts came up with the metaphor of an unhedged call option for bad code. This post is being intensively discussed on Reddit and on Hacker News recently. InfoQ interviewed Steve and Chris about using metaphors for bad code and code smells, trade-offs and costs of low quality code, and responsibilities for code quality.
-
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.
-
JetBrains Upsource 1.0: A New Code Reviewing Tool
JetBrains has made available Upsource 1.0, a source code collaboration tool for software development teams.
-
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.
-
Git at the Atlassian Summit
A summary of Git-related talks from the recently concluded Atlassian Summit.
-
Proactively Monitor Configuration Changes with Tripwire
Most companies still manually track configuration changes using a wiki or spreadsheet. Only the most basic information such as IP addresses are included, as recording everything is just too tedious. Even knowing basic information such as who made the change is difficult and time consuming. Tripwire seeks to eliminate this problem by proactively monitoring configuration changes.
-
Chrome’s Lack of Support for showModalDialog Breaks Some Enterprise Web Apps
Google Chrome no longer supports window.showModalDialog, breaking several enterprise apps such as OWA, EAC, SAP, and others.
-
Git 2.1 Released: What's New
Two-and-a-half months after Git 2.0, a new version of Git has been released. Though a minor update, the list of new features and improvements is large.
-
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.
-
Ansible Is Learning Windows
Ansible is adding support for Windows, using PowerShell and Windows Remote Management as the underlying technologies. Ansible 1.7, which should be released in a few weeks time, will feature Windows integration in "beta" status. InfoQ talked with Michael DeHaan, Ansible's creator, to know more about this development.
-
Google’s Container Tool Attracts Support From Microsoft, IBM, and Others
Google recently took the wraps off Kubernetes, an open source orchestration tool for managing Docker containers at scale. Late last week, Microsoft, IBM, RedHat, Docker, Mesosphere, CoreOS, and SaltStack all jumped on board and pledged to actively contribute to this project.
-
Chrome Dev Editor: A New JavaScript and Dart IDE
A Google engineer has made available Chrome Dev Editor (CDE) during Google IO 2014, a new IDE for creating Chrome Apps and web apps for the desktop and mobile devices. CDE supports JavaScript and Dart.
-
Git Gets Better Defaults, Faster
Git 2.0 is finally released, almost a month after the first release candidate was available. This comes with performance improvements such as introduction of bit-map indexes, as well as sensible defaults, especially helping first-time users.
-
Jenkins CI Integrates With Chef and Puppet to Provide Full Traceability of Deployments
Using the Deployment Notification plugin for Jenkins developed by CloudBees and either the additional Chef Software plugin or Puppet Labs plugin, engineers can now trace every file installed by Chef or Puppet within Jenkins CI.