DevOps Engineer
Author

DevOps Engineer

DevOps engineer, Pythonista and FOSS contributor. Created cpp-linter, commit-check, etc.; contributed to PyPA.

144
Articles
0
Likes
369
Views
0
Comments
Recent Articles

Latest from DevOps Engineer

100 recent articles max
DevOps Engineer
DevOps Engineer
Apr 13, 2025 · Fundamentals

Setting Up Sphinx and ReadTheDocs for Automated Documentation in Python Projects

This guide explains why Sphinx and ReadTheDocs are a powerful combination for generating and hosting documentation, and provides step‑by‑step instructions—including installing dependencies, initializing the project, configuring conf.py, adding a .readthedocs.yml file, and linking the repository—so that documentation is built automatically on each commit.

AutomationDevOpsPython
0 likes · 6 min read
Setting Up Sphinx and ReadTheDocs for Automated Documentation in Python Projects
DevOps Engineer
DevOps Engineer
Mar 13, 2025 · Cloud Computing

Nutanix vs VMware: Technical Comparison for Enterprise Migration

This article compares VMware and Nutanix for enterprise virtualization, outlining why companies consider leaving VMware after Broadcom’s acquisition and detailing Nutanix’s architectural, management, scalability, cost, automation, and hybrid‑cloud advantages in order to help decision‑makers evaluate migration options.

HCIHybrid CloudNutanix
0 likes · 12 min read
Nutanix vs VMware: Technical Comparison for Enterprise Migration
DevOps Engineer
DevOps Engineer
Jan 20, 2025 · Fundamentals

Simplifying CPython Copyright Notices: Lessons from Issue gh-126133

The article examines CPython issue gh‑126133 where Hugo van Kemenade proposed simplifying the project's copyright notice by keeping only the first publication year, discusses legal feedback from the PSF, compares practices of major open‑source projects, and concludes with the accepted change merged into the main branch.

CopyrightSoftware licensingcpython
0 likes · 9 min read
Simplifying CPython Copyright Notices: Lessons from Issue gh-126133
DevOps Engineer
DevOps Engineer
Nov 28, 2024 · Backend Development

Reviving GitStats: Modernizing an Old Git History Statistics Tool

The author recounts reviving the dormant GitStats project by migrating it to Python 3, adding CI/CD pipelines, publishing it on PyPI, providing Docker images and an online preview, while outlining future improvements and inviting community contributions.

AnalyticsGitGitStats
0 likes · 5 min read
Reviving GitStats: Modernizing an Old Git History Statistics Tool
DevOps Engineer
DevOps Engineer
Nov 26, 2024 · Fundamentals

Differences Between pip and pipx in Python Package Management

pip is the general-purpose Python package installer for libraries and scripts, while pipx specializes in isolated installation of command‑line tools, each with its own virtual environment; the article compares their features, use cases, limitations, and provides guidance on when to choose each.

CLI toolsPackage ManagementPython
0 likes · 5 min read
Differences Between pip and pipx in Python Package Management
DevOps Engineer
DevOps Engineer
Nov 22, 2024 · R&D Management

Release Train Engineer (RTE): Role, Responsibilities, Required Skills, and Career Outlook

The Release Train Engineer (RTE) is a pivotal role in the Scaled Agile Framework (SAFe) responsible for coordinating multiple agile teams, facilitating PI planning, removing impediments, enhancing transparency, and driving continuous improvement, with growing demand across large enterprises and promising career prospects.

Release Train EngineerSAFeagile
0 likes · 6 min read
Release Train Engineer (RTE): Role, Responsibilities, Required Skills, and Career Outlook
DevOps Engineer
DevOps Engineer
Oct 29, 2024 · Operations

A Day in the Life of a DevOps Engineer

The article walks through a DevOps engineer’s typical workday, from morning Slack checks and task planning, through code repository maintenance, build and release duties, coffee breaks, lunch with teammates, focused afternoon development, and evening family time, highlighting both technical and personal aspects.

AutomationBuildCI/CD
0 likes · 4 min read
A Day in the Life of a DevOps Engineer