Google has quietly launched a service called Google Cloud Functions. It allows developers to set up functions that get triggered in response to certain events. Google claimed that it’s similar to the Lambda service from Amazon Web Services. According to Cloud Functions documents, “Google Cloud Functions is a lightweight, event-based, asynchronous compute solution that allows … continue reading
Microsoft has announced new tools to empower developers to build next-generation apps. The company has announced the general availability of the Microsoft Azure IoT Hub, which aims to give developers an easy and secure way to connect, monitor and control their IoT assets. “IoT Hub is the bridge between customers’ devices and their solutions in … continue reading
A slideshow that describes “The State of Go” was created to show where the programming language is as of February 2016. Some highlights include all of the Go releases. Go 1.4 is one year old, Go 1.6’s release candidate was released on Jan. 28, and Go 1.6 will be released sometime this month. Most of … continue reading
A software developer’s job is never done. They don’t always get their code right on the first time, and it doesn’t always look pretty at first glance. Developers have to constantly modify, improve, and clean up their codebase to make it more readable and maintainable. “Software development is like writing a novel,” said Geoffrey Grosenbach, … continue reading
DevOps is about more than getting development and operation teams to work together. It is a philosophy to get teams to embrace collaboration, ship code faster, and be more responsive to the market. And just working together isn’t enough to achieve that goal. In order to truly be successful within DevOps, organizations need to adopt … continue reading
Microsoft is releasing a new way for developers to build, debug and preview Cordova apps. The company has announced a new Cordova tool extension for its code editor, Visual Studio Code. “With this extension, you can debug hybrid apps, find Cordova-specific commands in the Command Palette, and use IntelliSense to browse objects, functions, and parameters,” … continue reading
Wercker, an automation cloud platform provider, wants to help developers rapidly build and deploy containerized apps and microservices on desktop environments. The company has announced it is open-sourcing its Command Line Interface (CLI) technology for developers. The company hopes the Wercker CLI will empower developers to create workflow capabilities, like attaining better development-production parity and … continue reading
Reports indicate that more than US$120 billion is flowing through the mobile application ecosystem. About half of that is generated by game companies and venture-backed unicorns; the other half from small and medium-sized businesses. Venture money doesn’t reach those companies, the ones who build mobile apps that sell for 99 cents, or that offer a … continue reading
Microsoft wants organizations to integrate its Azure cloud services into their own data centers, and to do so it has been working on a new solution: the Microsoft Azure Stack. The company has announced the first technical preview of its new solution: a hybrid cloud platform that aims to give organizations the power of cloud … continue reading
Microsoft has announced that it is making the tools that its researchers use for artificial intelligence available to developers. It has released its Computational Network Toolkit on GitHub. Researchers said that they developed the open-source toolkit, called CNTK, for “necessity,” according to a blog post. Microsoft’s chief speech scientist, Xuedong Huang, said he and his … continue reading
Microsoft has submitted a pull request to the Node.js mainline in order to enable it to work with Microsoft’s recently open-sourced ChakraCore. According to Microsoft, the open-sourcing of ChakraCore helps the technology better align with Node.js release schedules. The pull request would allow Node.js to use the ChakraCore JavaScript engine, and to enable Node.js developers … continue reading