Developing QGIS Extensions in Python: From Zero to Your First Plugin

Developing QGIS Extensions in Python: From Zero to Your First Plugin

If you’ve ever looked at QGIS and thought, “This is great, but it would be perfect if it just did X,” congratulations—you’ve just identified your next plugin project. QGIS plugins are the gateway drug to geospatial development, and unlike building entire GIS applications from scratch, creating a plugin is surprisingly accessible. Let’s dive into the surprisingly civilized world of QGIS plugin development. Why Build a QGIS Plugin? Before we get our hands dirty, let’s be honest about what we’re doing here....

November 11, 2025 · 9 min · 1810 words · Maxim Zhirnov
Разработка расширений QGIS на Python: от нуля до вашего первого плагина

Разработка расширений QGIS на Python: от нуля до вашего первого плагина

Если вы когда-нибудь смотрели на QGIS и думали: «Это отлично, но было бы идеально, если бы он просто делал X», поздравляю — вы только что определили свой следующий проект плагина. Плагины QGIS — это стартовая площадка для геопространственной разработки, и, в отличие от создания целых ГИС-приложений с нуля, создание плагина на удивление доступно. Давайте окунёмся в удивительно цивилизованный мир разработки плагинов QGIS. Зачем создавать плагин QGIS? Прежде чем мы углубимся в детали, давайте будем честны с собой: QGIS уже мощный инструмент — он умеет работать с векторными слоями, растровыми данными, пространственным анализом и многим другим....

November 11, 2025 · 5 min · 972 words · Maxim Zhirnov
Developing Jenkins Plugins with Groovy: A Complete Practical Guide

Developing Jenkins Plugins with Groovy: A Complete Practical Guide

So, you’ve been using Jenkins for a while, clicking through its web interface, setting up pipelines, and occasionally cursing when something breaks at 3 AM. But then one day, you think: “I wish Jenkins could do this specific thing.” You search for a plugin, scroll through hundreds of results, and nothing quite fits your needs. Well, my friend, it’s time to roll up your sleeves and build your own plugin. Don’t worry—developing Jenkins plugins with Groovy isn’t as intimidating as debugging a production incident without logs....

October 10, 2025 · 13 min · 2638 words · Maxim Zhirnov
Разработка плагинов Jenkins с помощью Groovy: Полное практическое руководство

Разработка плагинов Jenkins с помощью Groovy: Полное практическое руководство

Так, вы уже какое-то время используете Jenkins, кликаете по его веб-интерфейсу, настраиваете пайплайны и иногда ругаетесь, когда что-то ломается в 3 часа ночи. Но потом однажды вы думаете: «Хотелось бы, чтобы Jenkins мог делать вот это конкретное дело». Вы ищете плагин, пролистываете сотни результатов, и ничего не подходит под ваши нужды. Ну что ж, друг мой, пришло время закатать рукава и построить свой собственный плагин. Не волнуйтесь — разработка плагинов для Jenkins с помощью Groovy не так страшна, как отладка инцидента в продакшене без логов....

October 10, 2025 · 4 min · 851 words · Maxim Zhirnov
Crafting OBS Studio Plugins: A C++ Adventure with More Twists Than a Pretzel Factory

Crafting OBS Studio Plugins: A C++ Adventure with More Twists Than a Pretzel Factory

Ever felt like streaming software should do that one weird trick but couldn’t find a plugin? Welcome to the Wild West of OBS plugin development—where C++ wranglers build custom solutions while dodging compiler errors like tumbleweeds. Let’s saddle up and build something that’d make even a cowboy streamer tip their hat! Why Build OBS Plugins? OBS Studio operates like a digital swiss army knife for streamers, but sometimes you need a chainsaw attachment....

July 9, 2025 · 3 min · 533 words · Maxim Zhirnov