Serdar Yegulalp

Rancher K3s shrinks Kubernetes for IoT devices
Featured

Rancher K3s shrinks Kubernetes for IoT devices

Rancher Labs, creator of the Rancher Kubernetes management system and the RancherOS container-centric Linux distribution, has announced a new Kubernetes…
What is a static site generator? Static website tools explained
Featured

What is a static site generator? Static website tools explained

Websites can serve content in two basic ways: statically and dynamically. Static content is generated ahead of time, stored, and…
Why you should use SQLite
Featured

Why you should use SQLite

Lift the hood on most any business application, and you’ll reveal some way to store and use structured data. Whether…
PyPy 7 speeds up Python 2.7, Python 3.5, and Python 3.6 alike
Featured

PyPy 7 speeds up Python 2.7, Python 3.5, and Python 3.6 alike

PyPy, the Python runtime that uses just-in-time compilation to achieve major performance improvements over the stock CPython distribution, is now…
Python 3 and data science top Python developer survey
Featured

Python 3 and data science top Python developer survey

JetBrains, maker of the PyCharm IDE for Python, have released the results of the company’s Python Developers Survey for 2018, a…
Python tutorial: Get started with Jupyter Notebook
Featured

Python tutorial: Get started with Jupyter Notebook

Jupyter Notebooks let you combine code, comments, multimedia, and visualizations into an interactive document that can be shared, re-used, and…
Markdown vs. alternatives for software documentation
Featured

Markdown vs. alternatives for software documentation

If there is any one aspect of software projects that is skimped on most often, it’s documentation. Undocumented software is,…
Python code completion gets an assist from machine learning
Featured

Python code completion gets an assist from machine learning

The makers of a new programmer’s assistant for Python developers are tapping machine learning technology to build new kinds of programming…
CoreDNS joins Kubernetes, Prometheus, and Envoy
Featured

CoreDNS joins Kubernetes, Prometheus, and Envoy

CoreDNS, the DNS server created to serve as support infrastructure for Kubernetes, has been “graduated” by the Cloud Native Computing…
What is Istio? The Kubernetes service mesh explained
Featured

What is Istio? The Kubernetes service mesh explained

Microservice architectures solve some problems but introduce others. Dividing applications into independent services simplifies development, updates, and scaling. At the…
MariaDB Platform X3 combines transaction processing and analytics
Featured

MariaDB Platform X3 combines transaction processing and analytics

MariaDB Corporation, maintainers of the MariaDB open-source fork of MySQL, have announced a new open source database—a fusion of two…
What is Kubernetes? Container orchestration explained
Featured

What is Kubernetes? Container orchestration explained

Docker containers have reshaped the way people think about developing, deploying, and maintaining software. Drawing on the native isolation capabilities…
How to use cProfile to profile Python code
Featured

How to use cProfile to profile Python code

Python may not be the fastest language around, but it is often fast enough. And Python is ideal when programmer…
VirtualBox 6.0 exports VMs to the cloud—but only Oracle Cloud
Featured

VirtualBox 6.0 exports VMs to the cloud—but only Oracle Cloud

Version 6.0 of VirtualBox, Oracle’s open source virtualization software for Windows, MacOS, Linux, and Solaris hosts, introduces an overhauled interface…
VirtualBox 6.0 exports VMs to the cloud — but only Oracle Cloud
Featured

VirtualBox 6.0 exports VMs to the cloud — but only Oracle Cloud

Version 6.0 of VirtualBox, Oracle’s open source virtualization software for Windows, MacOS, Linux, and Solaris hosts, introduces an overhauled interface…
Back to top button