Improve your coding skills with temporal values in MySQL
Improve your coding skills with temporal values in MySQL HunterC Wed, 02/08/2023 – 03:00 Both new and experienced users of the popular MySQL database system can often get confused about how temporal values are handled by the database. Sometimes users don’t bother learning much about temporal value data types. This may be because they think there isn’t much to know about them. A date is a date, right? Well, not...
Kubernetes migration made simple with Konveyor Move2Kube
Kubernetes migration made simple with Konveyor Move2Kube Mehant Kammakomati Wed, 02/08/2023 – 03:00 Konveyor Move2Kube assists developers in migrating projects from platforms such as Cloud Foundry and Docker swarm to Kubernetes and OpenShift. Move2Kube analyzes your application’s source code and generates Infrastructure-as-Code (IaC) artifacts such as Kubernetes YAMLs, Helm charts, Tekton pipelines, and so on. Image by:...
A brief history of LibreOffice
A brief history of LibreOffice italovignoli Tue, 02/07/2023 – 03:00 In early 2009, OpenOffice.org was the main competitor to Microsoft Office in the individual office productivity suites market. The popular open source office suite’s community looked forward to a November conference in Orvieto, Italy. Things were going well, and the future looked bright. And then, in April of that year, Oracle announced its plans to...
How the Gherkin language bridges the gap between customers and developers
How the Gherkin language bridges the gap between customers and developers David Blackwood Tue, 02/07/2023 – 03:00 Communicating with software developers can often be a burdensome task, especially when people lack technical knowledge and technical vocabulary. This is why project managers often use user stories and the versatile system metaphor. You can assist communication further by utilizing technology designed to facilitate...
Wordsmith on the Linux command line with dict
Wordsmith on the Linux command line with dict dboth Mon, 02/06/2023 – 03:00 As a writer, I frequently need to determine the correct spelling or definition of words. I also need to use a thesaurus to find alternate words that may have a somewhat different connotation than the one I might otherwise use. Because I frequently use the Linux command line and text-mode tools to do much of my work, it makes sense to use a command line...
Reinvent your release strategy with an API gateway
Reinvent your release strategy with an API gateway iambobur Mon, 02/06/2023 – 03:00 One benefit of moving to an API-based architecture is that you can iterate quickly and deploy new changes to our services. There is also the concept of traffic and routing established with an API gateway for the modernized part of the architecture. API gateway provides stages to allow you to have multiple deployed APIs behind the same gateway and...