#cicd — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cicd, aggregated by home.social.
-
CI/CD в эпоху агентов
С интересом наблюдаю, как инженерные процессы и инструменты, к которым мы привыкли за десятки лет, переосмысливаются под ИИ-нативный подход. Например, классический CI/CD, построенный вокруг pull request-ов и человеческого темпа разработки, плохо подходит для мира, где код всё чаще пишут агенты. До работы с агентами цикл разработки выглядел так: человек медленно пишет код → оформляет PR → CI прогоняет линтеры, тесты и сборку → другой человек ревьюит изменения → изменения попадают в основную ветку. В такой парадигме долгое время работы CI-пайплайна часто было ожидаемым и терпимым, потому что самая большая задержка всё равно была на стороне команды: разработчик писал код часами или днями, ревью тоже ждали часами или днями, PR жил долго. С агентами всё меняется: код генерируется быстро и относительно дёшево → задач становится больше → ветки с изменениями плодятся быстрее → PR становится слишком медленной и неудобной единицей работы → валидацию изменений нужно двигать внутрь агентного цикла. Но CI/CD вряд ли не исчезает. Скорее он перестанет быть контуром вокруг которого происходит работа с изменениями и превратится в низкоуровневый слой для быстрой проверки изменений внутри агентного цикла. Почему так? CI/CD в текущем виде был спроектирован для мира, где человек — главный агент. Человек держит в голове некое намерение: например, «хочу добавить кнопку оформления заказа». Потом проходит цикл: намерение → код → pull request → CI → код-ревью → merge. На каждом этапе может быть откат назад:
-
CI/CD в эпоху агентов
С интересом наблюдаю, как инженерные процессы и инструменты, к которым мы привыкли за десятки лет, переосмысливаются под ИИ-нативный подход. Например, классический CI/CD, построенный вокруг pull request-ов и человеческого темпа разработки, плохо подходит для мира, где код всё чаще пишут агенты. До работы с агентами цикл разработки выглядел так: человек медленно пишет код → оформляет PR → CI прогоняет линтеры, тесты и сборку → другой человек ревьюит изменения → изменения попадают в основную ветку. В такой парадигме долгое время работы CI-пайплайна часто было ожидаемым и терпимым, потому что самая большая задержка всё равно была на стороне команды: разработчик писал код часами или днями, ревью тоже ждали часами или днями, PR жил долго. С агентами всё меняется: код генерируется быстро и относительно дёшево → задач становится больше → ветки с изменениями плодятся быстрее → PR становится слишком медленной и неудобной единицей работы → валидацию изменений нужно двигать внутрь агентного цикла. Но CI/CD вряд ли не исчезает. Скорее он перестанет быть контуром вокруг которого происходит работа с изменениями и превратится в низкоуровневый слой для быстрой проверки изменений внутри агентного цикла. Почему так? CI/CD в текущем виде был спроектирован для мира, где человек — главный агент. Человек держит в голове некое намерение: например, «хочу добавить кнопку оформления заказа». Потом проходит цикл: намерение → код → pull request → CI → код-ревью → merge. На каждом этапе может быть откат назад:
-
CI/CD в эпоху агентов
С интересом наблюдаю, как инженерные процессы и инструменты, к которым мы привыкли за десятки лет, переосмысливаются под ИИ-нативный подход. Например, классический CI/CD, построенный вокруг pull request-ов и человеческого темпа разработки, плохо подходит для мира, где код всё чаще пишут агенты. До работы с агентами цикл разработки выглядел так: человек медленно пишет код → оформляет PR → CI прогоняет линтеры, тесты и сборку → другой человек ревьюит изменения → изменения попадают в основную ветку. В такой парадигме долгое время работы CI-пайплайна часто было ожидаемым и терпимым, потому что самая большая задержка всё равно была на стороне команды: разработчик писал код часами или днями, ревью тоже ждали часами или днями, PR жил долго. С агентами всё меняется: код генерируется быстро и относительно дёшево → задач становится больше → ветки с изменениями плодятся быстрее → PR становится слишком медленной и неудобной единицей работы → валидацию изменений нужно двигать внутрь агентного цикла. Но CI/CD вряд ли не исчезает. Скорее он перестанет быть контуром вокруг которого происходит работа с изменениями и превратится в низкоуровневый слой для быстрой проверки изменений внутри агентного цикла. Почему так? CI/CD в текущем виде был спроектирован для мира, где человек — главный агент. Человек держит в голове некое намерение: например, «хочу добавить кнопку оформления заказа». Потом проходит цикл: намерение → код → pull request → CI → код-ревью → merge. На каждом этапе может быть откат назад:
-
CI/CD в эпоху агентов
С интересом наблюдаю, как инженерные процессы и инструменты, к которым мы привыкли за десятки лет, переосмысливаются под ИИ-нативный подход. Например, классический CI/CD, построенный вокруг pull request-ов и человеческого темпа разработки, плохо подходит для мира, где код всё чаще пишут агенты. До работы с агентами цикл разработки выглядел так: человек медленно пишет код → оформляет PR → CI прогоняет линтеры, тесты и сборку → другой человек ревьюит изменения → изменения попадают в основную ветку. В такой парадигме долгое время работы CI-пайплайна часто было ожидаемым и терпимым, потому что самая большая задержка всё равно была на стороне команды: разработчик писал код часами или днями, ревью тоже ждали часами или днями, PR жил долго. С агентами всё меняется: код генерируется быстро и относительно дёшево → задач становится больше → ветки с изменениями плодятся быстрее → PR становится слишком медленной и неудобной единицей работы → валидацию изменений нужно двигать внутрь агентного цикла. Но CI/CD вряд ли не исчезает. Скорее он перестанет быть контуром вокруг которого происходит работа с изменениями и превратится в низкоуровневый слой для быстрой проверки изменений внутри агентного цикла. Почему так? CI/CD в текущем виде был спроектирован для мира, где человек — главный агент. Человек держит в голове некое намерение: например, «хочу добавить кнопку оформления заказа». Потом проходит цикл: намерение → код → pull request → CI → код-ревью → merge. На каждом этапе может быть откат назад:
-
Does anyone know if there's an equivalent to "GitLab Components" in Forgejo?
-
GitLab should look into Zuul
The evolution of GitLab reminded me of Zuul, built to handle multiple merge requests in parallel "at a rate no human team ever did". Machine-scale infrastructure. Agents open merge requests in parallel, trigger pipelines around the clock, and push commits at a rate no human team ever did. Source: GitLab Act 2https://www.maffulli.net/2026/05/13/gitlab-should-look-into-zuul/
-
GitLab should look into Zuul
The evolution of GitLab reminded me of Zuul, built to handle multiple merge requests in parallel "at a rate no human team ever did". Machine-scale infrastructure. Agents open merge requests in parallel, trigger pipelines around the clock, and push commits at a rate no human team ever did. Source: GitLab Act 2https://www.maffulli.net/2026/05/13/gitlab-should-look-into-zuul/
-
GitLab should look into Zuul
The evolution of GitLab reminded me of Zuul, built to handle multiple merge requests in parallel "at a rate no human team ever did". Machine-scale infrastructure. Agents open merge requests in parallel, trigger pipelines around the clock, and push commits at a rate no human team ever did. Source: GitLab Act 2https://www.maffulli.net/2026/05/13/gitlab-should-look-into-zuul/
-
GitLab should look into Zuul
The evolution of GitLab reminded me of Zuul, built to handle multiple merge requests in parallel "at a rate no human team ever did". Machine-scale infrastructure. Agents open merge requests in parallel, trigger pipelines around the clock, and push commits at a rate no human team ever did. Source: GitLab Act 2https://www.maffulli.net/2026/05/13/gitlab-should-look-into-zuul/
-
GitLab should look into Zuul
The evolution of GitLab reminded me of Zuul, built to handle multiple merge requests in parallel “at a rate no human team ever did”.
Machine-scale infrastructure. Agents open merge requests in parallel, trigger pipelines around the clock, and push commits at a rate no human team ever did.
Source: GitLab Act 2
-
PlayStation is hiring Staff Site Reliability Engineer
🔧 #golang #java #python #aws #cicd #docker #kubernetes
🌎 San Diego, California, United States
⏰ Full-time
🏢 PlayStationJob details https://jobsfordevelopers.com/jobs/staff-site-reliability-engineer-at-playstation-com-apr-25-2026-598c5e?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
https://www.wiz.io/blog/mini-shai-hulud-strikes-again-tanstack-more-npm-packages-compromised
#CyberSecurity #InfoSec #SupplyChainSecurity #SoftwareSupplyChain #NPM #OpenSourceSecurity #AppSec #DevSecOps #ThreatIntel #Malware #JavaScript #NodeJS #CICD #GitHubActions #CloudSecurity #TypeScript #ReactJS #WebDev #OpenSource #DevTools #SoftwareEngineering #DeveloperSecurity #SecureCoding #GitHub #SupplyChainAttack #Programming #TechNews #DevOps #ApplicationSecurity #ThreatResearch #SecurityEngineering #CyberAttack #Hackers #MalwareAlert #SecurityResearch #DevCommunity -
https://www.wiz.io/blog/mini-shai-hulud-strikes-again-tanstack-more-npm-packages-compromised
#CyberSecurity #InfoSec #SupplyChainSecurity #SoftwareSupplyChain #NPM #OpenSourceSecurity #AppSec #DevSecOps #ThreatIntel #Malware #JavaScript #NodeJS #CICD #GitHubActions #CloudSecurity #TypeScript #ReactJS #WebDev #OpenSource #DevTools #SoftwareEngineering #DeveloperSecurity #SecureCoding #GitHub #SupplyChainAttack #Programming #TechNews #DevOps #ApplicationSecurity #ThreatResearch #SecurityEngineering #CyberAttack #Hackers #MalwareAlert #SecurityResearch #DevCommunity -
https://www.wiz.io/blog/mini-shai-hulud-strikes-again-tanstack-more-npm-packages-compromised
#CyberSecurity #InfoSec #SupplyChainSecurity #SoftwareSupplyChain #NPM #OpenSourceSecurity #AppSec #DevSecOps #ThreatIntel #Malware #JavaScript #NodeJS #CICD #GitHubActions #CloudSecurity #TypeScript #ReactJS #WebDev #OpenSource #DevTools #SoftwareEngineering #DeveloperSecurity #SecureCoding #GitHub #SupplyChainAttack #Programming #TechNews #DevOps #ApplicationSecurity #ThreatResearch #SecurityEngineering #CyberAttack #Hackers #MalwareAlert #SecurityResearch #DevCommunity -
https://www.wiz.io/blog/mini-shai-hulud-strikes-again-tanstack-more-npm-packages-compromised
#CyberSecurity #InfoSec #SupplyChainSecurity #SoftwareSupplyChain #NPM #OpenSourceSecurity #AppSec #DevSecOps #ThreatIntel #Malware #JavaScript #NodeJS #CICD #GitHubActions #CloudSecurity #TypeScript #ReactJS #WebDev #OpenSource #DevTools #SoftwareEngineering #DeveloperSecurity #SecureCoding #GitHub #SupplyChainAttack #Programming #TechNews #DevOps #ApplicationSecurity #ThreatResearch #SecurityEngineering #CyberAttack #Hackers #MalwareAlert #SecurityResearch #DevCommunity -
https://www.wiz.io/blog/mini-shai-hulud-strikes-again-tanstack-more-npm-packages-compromised
#CyberSecurity #InfoSec #SupplyChainSecurity #SoftwareSupplyChain #NPM #OpenSourceSecurity #AppSec #DevSecOps #ThreatIntel #Malware #JavaScript #NodeJS #CICD #GitHubActions #CloudSecurity #TypeScript #ReactJS #WebDev #OpenSource #DevTools #SoftwareEngineering #DeveloperSecurity #SecureCoding #GitHub #SupplyChainAttack #Programming #TechNews #DevOps #ApplicationSecurity #ThreatResearch #SecurityEngineering #CyberAttack #Hackers #MalwareAlert #SecurityResearch #DevCommunity -
Webflow is hiring Senior Staff Engineer, Developer Productivity
🔧 #javascript #python #typescript #nextjs #react #remix #node #graphql #cicd #docker #kubernetes #tailwind #seniorengineer
🌎 Remote; British Columbia, Canada; Ontario, Canada; United States
⏰ Full-time
🏢 WebflowJob details https://jobsfordevelopers.com/jobs/senior-staff-engineer-developer-productivity-at-webflow-com-mar-19-2026-988380?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Webflow is hiring Senior Staff Engineer, Developer Productivity
🔧 #javascript #python #typescript #nextjs #react #remix #node #graphql #cicd #docker #kubernetes #tailwind #seniorengineer
🌎 Remote; British Columbia, Canada; Ontario, Canada; United States
⏰ Full-time
🏢 WebflowJob details https://jobsfordevelopers.com/jobs/senior-staff-engineer-developer-productivity-at-webflow-com-mar-19-2026-988380?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Webflow is hiring Senior Staff Engineer, Developer Productivity
🔧 #javascript #python #typescript #nextjs #react #remix #node #graphql #cicd #docker #kubernetes #tailwind #seniorengineer
🌎 Remote; British Columbia, Canada; Ontario, Canada; United States
⏰ Full-time
🏢 WebflowJob details https://jobsfordevelopers.com/jobs/senior-staff-engineer-developer-productivity-at-webflow-com-mar-19-2026-988380?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Webflow is hiring Senior Staff Engineer, Developer Productivity
🔧 #javascript #python #typescript #nextjs #react #remix #node #graphql #cicd #docker #kubernetes #tailwind #seniorengineer
🌎 Remote; British Columbia, Canada; Ontario, Canada; United States
⏰ Full-time
🏢 WebflowJob details https://jobsfordevelopers.com/jobs/senior-staff-engineer-developer-productivity-at-webflow-com-mar-19-2026-988380?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Webflow is hiring Senior Staff Engineer, Developer Productivity
🔧 #javascript #python #typescript #nextjs #react #remix #node #graphql #cicd #docker #kubernetes #tailwind #seniorengineer
🌎 Remote; British Columbia, Canada; Ontario, Canada; United States
⏰ Full-time
🏢 WebflowJob details https://jobsfordevelopers.com/jobs/senior-staff-engineer-developer-productivity-at-webflow-com-mar-19-2026-988380?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
AI Review не делает код лучше. И вот почему
Я делал AI Review как простой инженерный инструмент. Но реальный фейл оказался не в архитектуре и не в LLM — а в том, чего люди от него ждали.
https://habr.com/ru/articles/979862/
#ai_review #code_review #llm #cicd #chatgpt #claude #gemini #openrouter #gitlab #github
-
AI Review не делает код лучше. И вот почему
Я делал AI Review как простой инженерный инструмент. Но реальный фейл оказался не в архитектуре и не в LLM — а в том, чего люди от него ждали.
https://habr.com/ru/articles/979862/
#ai_review #code_review #llm #cicd #chatgpt #claude #gemini #openrouter #gitlab #github
-
AI Review не делает код лучше. И вот почему
Я делал AI Review как простой инженерный инструмент. Но реальный фейл оказался не в архитектуре и не в LLM — а в том, чего люди от него ждали.
https://habr.com/ru/articles/979862/
#ai_review #code_review #llm #cicd #chatgpt #claude #gemini #openrouter #gitlab #github
-
AI Review не делает код лучше. И вот почему
Я делал AI Review как простой инженерный инструмент. Но реальный фейл оказался не в архитектуре и не в LLM — а в том, чего люди от него ждали.
https://habr.com/ru/articles/979862/
#ai_review #code_review #llm #cicd #chatgpt #claude #gemini #openrouter #gitlab #github
-
Reddit is hiring Senior Software Engineer, GenAI Platform
🔧 #golang #python #api #aws #cicd #gcp #kubernetes #terraform #seniorengineer
🌎 Remote; United States
⏰ Full-time
🏢 RedditJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-genai-platform-at-redditinc-com-mar-26-2026-8ca81b?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Reddit is hiring Senior Software Engineer, GenAI Platform
🔧 #golang #python #api #aws #cicd #gcp #kubernetes #terraform #seniorengineer
🌎 Remote; United States
⏰ Full-time
🏢 RedditJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-genai-platform-at-redditinc-com-mar-26-2026-8ca81b?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Reddit is hiring Senior Software Engineer, GenAI Platform
🔧 #golang #python #api #aws #cicd #gcp #kubernetes #terraform #seniorengineer
🌎 Remote; United States
⏰ Full-time
🏢 RedditJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-genai-platform-at-redditinc-com-mar-26-2026-8ca81b?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Reddit is hiring Senior Software Engineer, GenAI Platform
🔧 #golang #python #api #aws #cicd #gcp #kubernetes #terraform #seniorengineer
🌎 Remote; United States
⏰ Full-time
🏢 RedditJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-genai-platform-at-redditinc-com-mar-26-2026-8ca81b?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Reddit is hiring Senior Software Engineer, GenAI Platform
🔧 #golang #python #api #aws #cicd #gcp #kubernetes #terraform #seniorengineer
🌎 Remote; United States
⏰ Full-time
🏢 RedditJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-genai-platform-at-redditinc-com-mar-26-2026-8ca81b?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
「 The entire tech stack of your Fortune 500 company, the platform generating millions in revenue, depends on infrastructure maintained by non-profits that are barely getting by on donations 」
https://phpunit.expert/articles/open-source-blackout.html -
Metabase is hiring CI Engineer
🔧 #javascript #typescript #cypress #cicd #docker #mysql #postgresql
🌎 Remote
⏰ Full-time
🏢 MetabaseJob details https://jobsfordevelopers.com/jobs/ci-engineer-at-metabase-com-apr-21-2026-95ca03?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Metabase is hiring CI Engineer
🔧 #javascript #typescript #cypress #cicd #docker #mysql #postgresql
🌎 Remote
⏰ Full-time
🏢 MetabaseJob details https://jobsfordevelopers.com/jobs/ci-engineer-at-metabase-com-apr-21-2026-95ca03?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Metabase is hiring CI Engineer
🔧 #javascript #typescript #cypress #cicd #docker #mysql #postgresql
🌎 Remote
⏰ Full-time
🏢 MetabaseJob details https://jobsfordevelopers.com/jobs/ci-engineer-at-metabase-com-apr-21-2026-95ca03?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Metabase is hiring CI Engineer
🔧 #javascript #typescript #cypress #cicd #docker #mysql #postgresql
🌎 Remote
⏰ Full-time
🏢 MetabaseJob details https://jobsfordevelopers.com/jobs/ci-engineer-at-metabase-com-apr-21-2026-95ca03?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Metabase is hiring CI Engineer
🔧 #javascript #typescript #cypress #cicd #docker #mysql #postgresql
🌎 Remote
⏰ Full-time
🏢 MetabaseJob details https://jobsfordevelopers.com/jobs/ci-engineer-at-metabase-com-apr-21-2026-95ca03?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Без рук: автоматизируем нагрузочное тестирование изменений в CI
Нагрузочное тестирование — одна из самых избегаемых тем, когда речь заходит о контроле качества ПО. Корпорации, конечно, не обходят его стороной, но если говорить о продуктах меньшего масштаба, то нагрузочное тестирование часто пропускается. Команда (и, в целом, справедливо) полагает, что продукт справится с нагрузкой — на малых объёмах это обычно прокатывает. А потом внезапно наступает день, когда пользователей стало больше, а система не готова. Почему команды не тащат нагрузку в релизный цикл? Потому что это чаще всего просто не окупается: нужно выбрать движок, описать сценарий, гонять тесты вручную или тратить время на создание собственной обвязки для встраивания в CI, придумать критерии качества и анализировать результаты. Всё это занимает значительное время, а на короткой дистанции часто оказывается оверинжинирингом. Но если формирование требований упростить концептуально невозможно, то всё остальное вполне можно собрать в переиспользуемый инструмент, позволяющий командам легко интегрировать нагрузочное тестирование и регрессионный анализ в свой процесс доставки. В CI/CD мы хотели простую штуку: на каждый PR запускать короткий перф‑смоук и получать ответ уровня «PASS / WARNING / DEGRADATION», а не 15 минут медитировать над CSV и тратить ценное время на анализ, который, вероятно, не пригодится в ближайшей перспективе. Посмотрим, к чему мы в итоге пришли.
https://habr.com/ru/articles/1033590/
#нагрузочное_тестирование #регрессионное_тестирование #locust #devops #locomotive #python #github_actions #performance_testing #cicd #производительность
-
ClickHouse is hiring Senior Software Engineer (Infrastructure) - HyperDX
🔧 #c #typescript #node #aws #azure #cicd #docker #gcp #kubernetes #sql #terraform #seniorengineer
🌎 Remote; Germany
⏰ Full-time
🏢 ClickHouseJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-infrastructure-hyperdx-at-clickhouse-com-dec-4-2025-fae7d6?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
ClickHouse is hiring Senior Software Engineer (Infrastructure) - HyperDX
🔧 #c #typescript #node #aws #azure #cicd #docker #gcp #kubernetes #sql #terraform #seniorengineer
🌎 Remote; Germany
⏰ Full-time
🏢 ClickHouseJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-infrastructure-hyperdx-at-clickhouse-com-dec-4-2025-fae7d6?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
ClickHouse is hiring Senior Software Engineer (Infrastructure) - HyperDX
🔧 #c #typescript #node #aws #azure #cicd #docker #gcp #kubernetes #sql #terraform #seniorengineer
🌎 Remote; Germany
⏰ Full-time
🏢 ClickHouseJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-infrastructure-hyperdx-at-clickhouse-com-dec-4-2025-fae7d6?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
ClickHouse is hiring Senior Software Engineer (Infrastructure) - HyperDX
🔧 #c #typescript #node #aws #azure #cicd #docker #gcp #kubernetes #sql #terraform #seniorengineer
🌎 Remote; Germany
⏰ Full-time
🏢 ClickHouseJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-infrastructure-hyperdx-at-clickhouse-com-dec-4-2025-fae7d6?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
ClickHouse is hiring Senior Software Engineer (Infrastructure) - HyperDX
🔧 #c #typescript #node #aws #azure #cicd #docker #gcp #kubernetes #sql #terraform #seniorengineer
🌎 Remote; Germany
⏰ Full-time
🏢 ClickHouseJob details https://jobsfordevelopers.com/jobs/senior-software-engineer-infrastructure-hyperdx-at-clickhouse-com-dec-4-2025-fae7d6?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Mobileye is hiring Senior Python Developer – CI/CD Infrastructure
🔧 #cicd #python #kubernetes #seniorengineer
🌎 Petah Tikva, Israel
⏰ Full-time
🏢 MobileyeJob details https://jobsfordevelopers.com/jobs/senior-python-developer-ci-cd-infrastructure-at-mobileye-com-apr-9-2026-b553d0?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
ID.me is hiring Site Reliability Engineer - Platform Infrastructure Engineering
🔧 #golang #java #javascript #python #ruby #ansible #aws #azure #cicd #docker #gcp #kubernetes #terraform
🌎 Mountain View, California
⏰ Full-time
🏢 ID.meJob details https://jobsfordevelopers.com/jobs/site-reliability-engineer-platform-infrastructure-engineering-at-id-me-may-5-2026-f9993e?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Blockchain.com is hiring Infrastructure Security Engineer
🔧 #golang #python #android #ios #aws #cicd #gcp #terraform #securityengineer
🌎 London, United Kingdom
⏰ Full-time
🏢 Blockchain.comJob details https://jobsfordevelopers.com/jobs/infrastructure-security-engineer-at-blockchain-com-apr-8-2026-53f64d?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Balbix is hiring Senior Staff/Principal Devops Engineer
🔧 #python #ansible #aws #cicd #awsec2 #elasticsearch #kafka #kubernetes #postgresql #terraform #principalengineer #seniorengineer
🌎 Gurugram, India
⏰ Full-time
🏢 BalbixJob details https://jobsfordevelopers.com/jobs/senior-staff-principal-devops-engineer-at-balbix-com-aug-5-2024-220abf?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Balbix is hiring Senior Staff/Principal Devops Engineer
🔧 #python #ansible #aws #cicd #awsec2 #elasticsearch #kafka #kubernetes #postgresql #terraform #principalengineer #seniorengineer
🌎 Gurugram, India
⏰ Full-time
🏢 BalbixJob details https://jobsfordevelopers.com/jobs/senior-staff-principal-devops-engineer-at-balbix-com-aug-5-2024-220abf?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Balbix is hiring Senior Staff/Principal Devops Engineer
🔧 #python #ansible #aws #cicd #awsec2 #elasticsearch #kafka #kubernetes #postgresql #terraform #principalengineer #seniorengineer
🌎 Gurugram, India
⏰ Full-time
🏢 BalbixJob details https://jobsfordevelopers.com/jobs/senior-staff-principal-devops-engineer-at-balbix-com-aug-5-2024-220abf?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Balbix is hiring Senior Staff/Principal Devops Engineer
🔧 #python #ansible #aws #cicd #awsec2 #elasticsearch #kafka #kubernetes #postgresql #terraform #principalengineer #seniorengineer
🌎 Gurugram, India
⏰ Full-time
🏢 BalbixJob details https://jobsfordevelopers.com/jobs/senior-staff-principal-devops-engineer-at-balbix-com-aug-5-2024-220abf?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring -
Balbix is hiring Senior Staff/Principal Devops Engineer
🔧 #python #ansible #aws #cicd #awsec2 #elasticsearch #kafka #kubernetes #postgresql #terraform #principalengineer #seniorengineer
🌎 Gurugram, India
⏰ Full-time
🏢 BalbixJob details https://jobsfordevelopers.com/jobs/senior-staff-principal-devops-engineer-at-balbix-com-aug-5-2024-220abf?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring