Microservice architectures are all the rage these days, and with good reason. In a nutshell, microservices is a software architecture pattern which decomposes monolithic applications into smaller single-purpose services that are built and managed independently. The benefits of a microservices architecture are: Quality: separation of concerns minimizes the impact of one service’s bugs on another … continue reading
The future may be serverless, but for now, commoditized infrastructure is making platform-as-a-service increasingly attractive for startups, enterprises and developer shops. Led by Amazon and Microsoft, vendors such as Salesforce, Google and Oracle are pitching platforms for every development style, architecture, language and use case. And cloud-native programming is even attractive on-premises: a desire for … continue reading
With containers and microservices on the rise, many companies are trying to figure out the best possible way to modernize their legacy apps. Docker announced a new program, the Modernize Traditional Applications program, that will accelerate the time it takes to transform traditional apps to modern apps without having to modify its app source code, … continue reading
Oracle has entered into a definitive agreement to acquire the continuous integration platform provider Wercker. Wercker enables organizations and development teams to reach CI and continuous delivery goals with microservices and Docker with its container-centric and cloud-native automation platform. According to Oracle, with Wercker the company can continue its mission of democratizing developer tooling for … continue reading
Docker wants containers to be the building blocks of interchangeable platforms. The company announced two new open-source projects, the LinuxKit and the Moby Project, at day two of its DockerCon conference in Austin, Texas. The LinuxKit is a container-native toolkit based on containerd for assembling and distributing a custom operating system or adapting an existing … continue reading
HPE is embracing the benefits of container technology with the launch of containerized versions for its HPE IT Operations Management (ITOM) suites. The suites are based on container deployment foundations that are built to natively handle container clusters at scale. Container adoption and the container ecosystem have been growing exponentially on the application development side, … continue reading
It’s tax season, which means you might be utilizing some of financial technology provider Intuit’s products this month. Intuit doesn’t just offer tax and financial products; it also offers developers and teams a data-driven, flexible and scalable open-source platform: Wasabi. Wasabi A/B testing service is an API-driven project which lets users own their data while running … continue reading
The Cloud Native Computing Foundation’s (CNCF) Technical Oversight Committee (TOC) has officially welcomed Docker’s core container runtime, containerd. Containerd has been accepted as an incubating project alongside projects like Kubernetes, gRPC, and more. Docker’s acceptance into the CNCF comes three months after Docker announced its intent to contribute to the project, according to the CNCF. … continue reading
Businesses want to move faster, develop more software, and deploy software and updates more often, but to do this in a traditional software architecture is a lot to put on developers. In order to ease the pain, more businesses and developers are turning to containers. A software container is a way to package software in … continue reading
Jewelbots, the first programmable friendship bracelet, which aims to get more girls into coding, announced some highly-requested updates to the technology, including the ability to code with friends. The friendship code is fully documented here. Users will have to add a new board to the Arduino IDE in order to get started. Another requested feature from … continue reading
Late last year Docker announced it was releasing its core container runtime as a standalone open-source project with the intent to donate the project to a foundation. Today, the company is making good on that promise with the announcement that it has presented a proposal to the Cloud Native Computing Foundation (CNCF) Technical Oversight Committee … continue reading
Facebook announced the Create React Native App for React Native. Create React is a new tool that makes it easier to get started with a React Native project. It’s inspired by the design of the Create React App, and is the result of a collaboration between Facebook and Expo. With this tool, developers can develop … continue reading