Tag: Open source
-
Connecting multiple OpenShift SDNs with a network tunnel
Posted on November 16, 2018, Level intermediate Resource Length long
Very interesting post by Raffaele Spazzoli published on OpenShift blog on topic of pod communication in multiple clusters. Istio, the upstream project for Red Hat OpenShift Mesh, has an interesting feature that allows you to extend the service mesh across multiple OpenShift clusters.
Tags programming cloud miscellaneous open-source software-architecture
-
Learn how to create a Python GUI with PyQt5
Posted on September 25, 2018, Level intermediate Resource Length medium
Tutorial by Michael Herrmann explains how you can use PyQt5 to build a desktop app with Python. It covers everything from the best way to set up PyQt in 2018, to compiling your app and distributing it to other people's computers.
Tags python miscellaneous programming open-source app-development
-
NEAL, Uber's Open Source language-agnostic linting platform
Posted on February 28, 2018, Level beginner Resource Length medium
Tadeu Zagallo announcment and introduction into NEAL. To make code reviews easier, Uber engineers built Not Exactly a Linter (NEAL), an open source language-agnostic tool that allows engineers to write custom syntax-based rules, thereby automating sections of the code review process.
Tags open-source programming
-
Open Source documentation by example
Posted on February 24, 2018, Level beginner Resource Length medium
John Tucker addresses important question how to create documentation for open source project. He takes us through example and will demonstrate a compelling documentation organization for an open source project.
Tags open-source programming
-
Winding down an open source project
Posted on February 23, 2018, Level beginner Resource Length long
Guys from The Linux Foundation produced this Open Source Guide which is designed to offer advice about how your enterprise and your development team can plan for the day when you are ready to end or move away from an unneeded open source project.
Tags open-source programming