InfoQ Homepage Development Content on InfoQ
-
Q&A with Michael Coté on Devops Adoption and His Talk at DevOpsDays NZ
Raf Gemmail talks to Pivotal’s Michael Coté about obstacles to DevOps adoption and his forthcoming talk at DevOpsDays NZ 2017.
-
First NetBeans Code Drop Lands at Apache
Oracle has released the first of three NetBeans code drops to the Apache Incubator.
-
Spotify and Google Release Forseti GCP Security Tools
Google has opened up Forseti Security, a set open source tools for Google Cloud Platform (GCP) security, to all GCP users. The project is the result of a collaborative effort from both Spotify and Google, combining what was originally separate work together into a single toolkit. It aims to automate security processes for developers in order for them to develop more freely.
-
String Interpolation in Entity Framework Raises Concerns
One of the new features in Entity Framework Core 2 is the ability to automatically convert interpolated strings into parameterized SQL. Though designed to avoid problems with poorly written SQL, it is feared that it may actually lead to more SQL injection attacks.
-
Long Awaited Java 9.0 Releasing This Week
The long awaited Java SE 9.0 is releasing on September 21, 2017, and with it come some major changes, notably Java Platform Modules.
-
Oracle Chooses Eclipse Foundation as New Home for Java EE
Oracle has announced that they have chosen the Eclipse Foundation as the new custodians of Java EE technologies. The move has been welcomed by Red Hat, IBM and others in the community. It is uncertain if after this move the platform can retain its current name of Java EE.
-
Oath for Programmers
Our society demands a commitment to professional behavior; we need an oath for programmers as lives and fortunes depend upon the proper construction and execution of software, argues Robert Martin. According to him, this will have to be enforced by membership in an professional association.
-
Eclipse Foundation Renews the Eclipse Public License
The Eclipse Foundation has released a new version of their license, the Eclipse Public License (or EPLv2 for short). The EPL was changed mainly to make it compatible with GPL and easier to use outside the USA, while keeping compliance with the Open Source Initiative guidelines.
-
Fable 1.2 Announced along with First FableConf
Three months after its first stable release, community-driven F# to JavaScript compiler Fable has reached version 1.2, just in time for FableConf 2017, the first conference dedicated to web development in F# using Fable.
-
GitHub and Facebook Team up with Atom-IDE
GitHub and Facebook have teamed up to release Atom-IDE, a collection of packages meant to make the Atom text editor more full featured. Much of the work is taken from Facebook's Nuclide project. However, the license and the velocity of competitors makes Atom's future unclear.
-
Struts Flaw behind Equifax Breach Disclosed and Patched in March
Reports have appeared in the press and online that the hackers who breached the Equifax credit report company systems exploited a security flaw in the Apache Struts framework. The Apache Software foundation, who act as custodians of the framework, have released a statement responding to the claims.
-
Southbank Software Introduces dbKoda, an Open Source Database Development Tool for MongoDB
Southbank Software recently released its initial offering of dbKoda version 0.6.0, an open source MongoDB development tool written entirely in JavaScript. Guy Harrison, CTO at Southbank Software spoke to InfoQ about dbKoda.
-
Java Community Process Reacts to Release Cycle Announcement
The overall reaction of the Java Community Process to Oracle's Java release cycle announcement seems to be relatively positive. Some leading members provide their view of the announcement.
-
AWS Adds Scale-Friendly Network Load Balancer to its Arsenal
AWS expanded the Elastic Load Balancer (ELB) service with a new product catered to high-performing applications. The Network Load Balancer is a Layer 4 TCP component designed to handle bursts of traffic and millions of requests per second.
-
Elixir 1.5 Improves Developer Experience
Recently released Elixir 1.5 brings many improvements to the developer experience. An interview with José Valim, Elixir creator and maintainer.