Early last year I wrote a few blog posts about hosting Renovate Bot in Azure DevOps to automatically create Pull Requests when dependencies update, how to configure it to group updates and how to share configurations. I have recently had a look at using Renovate Bot on GitHub as well as I have some projects where Dependabot simply does not work very well out of the box and would require me to use my own GitHub Action and using their CLI tool. While this would likely work I would still have to...| Cheesy bits and bobs
Was ist "Corporate Identity"? Definition im Gabler Wirtschaftslexikon vollständig und kostenfrei online. ✓Geprüftes Wissen beim Original.| Gabler Wirtschaftslexikon
How a phantom single quote from bash's set -x caused random CI build failures through a race condition between stdout and stderr in Azure Pipelines.| QuestDB Blog
In a sign of escalating tensions, China's government revealed earlier this month that it was cracking down on rare earth mineral exports to the U.S. Yet in a move which has left his MAGA base cheering, President Donald Trump recently locked in a mineral deal with Australia. Agreement meant to boost production That's according to Fox […] The post Trump announces deal with Australia to boost production of rare earth minerals appeared first on Conservative Institute.| Conservative Institute
Some polls suggest that the race between Democrat Rep. Abigail Spanberger and Republican Lt. Gov. Winsome Earle-Sears for Virginia's governorship is tightening. That fact may help explain why former President Barack Obama recently jumped into Spanberger's campaign. Obama to appear at November 1 event According to The Hill, Spanberge revealed on Tuesday that the former […] The post Obama to campaign in Virginia for Democratic gubernatorial candidate Abigail Spanberger appeared first on C...| Conservative Institute
This past summer, President Donald Trump nominated attorney and political commentator Paul Ingrassia to lead the Office of Special Counsel. However, some Senate Republicans have recently made clear that they are planning to reject Ingrassia's nomination. Senate majority leader says Ingrassia is "not gonna pass" One of Ingrassia's opponents is Senate Majority Leader John Thune, […] The post Several GOP senators say they will reject Trump nominee over offensive text messages appeared first ...| Conservative Institute
Earlier this month, U.S. District Court Judge Karin Immergut blocked President Donald Trump from deploying National Guard troops to Portland. However, an appeals court just handed the president a major win by reversing Immergut's decision. "It is likely that the President lawfully exercised his statutory authority" According to Breitbart, that move came on Monday in […] The post Appeals court removes block on Trump deploying National Guard troops to Portland appeared first on Conservati...| Conservative Institute
本文永久链接 – https://tonybai.com/2025/10/18/revisit-extreme-programming-in-the-age-of-ai 大家好,我是Tony Bai。 AI 编程助手、自动化代码生成、Agentic 开发系统……我们正目睹一场由 AI 引领的软件生产力革命。代码的产出速度正以 5 倍、10 倍甚至更高的倍率疯狂增长。理论上,我们应该能更快、更好地交付软件。但现实却给了我们一记响亮的耳光:我们的软件交付成功率,数十年来几乎...| Tony Bai
The DevOps team at Wealthfront has been in the process of migrating services to run inside containers. As part of this process we need a way to build containers using our CI/CD tool, Jenkins. While we could write a Jenkinsfile for each container image we wanted to build, we identified this was a good opportunity... Read more| Engineering Blog - Wealthfront
We've just introduced three new changes to our pricing at Heroku, all designed to provide extra value to our customers and make cost estimation easier. These changes will kick in from September 1, 2023 onward: Your account will no longer be charged the $10 monthly fee for Heroku CI . Your account will no longer be charged the $10 monthly fee for Heroku Teams with over five members. We've improved our pricing page to include hourly expenses alongside the maximum monthly costs. Why is the Herok...| Heroku
This week Farhad and me finally found some time to improve a part of our build pipeline that was nagging me for years. We can now release our DarkPAN modules via CI/CD into a GitLab generic packages ...| domm.plix.at
Are you looking for ways to improve your software development workflow? Continuous Integration and Delivery is the best way to improve your project.| Dreamix
Shortly after he was confirmed, EPA Administrator Lee Zeldin announced plans to take back roughly $20 billion the Biden administration had previously dispersed to left-wing climate groups. While a federal judge initially stymied that plan, an appeals court has since handed the Trump administration a win. Zeldin slams payouts As Breitbart reported, Zeldin laid out […]| Conservative Institute
I'm a big fan of docs-as-code for more or less any type of content publishing, but I'm less of a fan of Jekyll, the default tool used in GitHub pages. I also prefer ReStructuredText over Markdown as a markup format, so Sphinx is definitely on my shortlist of SSGs (Static Site Generators) for my proj| LornaJane
Find out how a CI/CD pipeline works and how it ties into DevOps and DevSecOps. Learn the basics of continuous integration and delivery.| incredibuild
Incredibuild Team reading time: When you think there aren’t any other ways to streamline software development, a new abbreviation takes the stand. With software development conquering new heights almost daily, organizations are constantly trying to deliver new features and applications faster than ever before. While Continuous Integration and Continuous Delivery (CI/CD) pipelines have revolutionized software […] The post Integrating DevSecOps into Your CI/CD Pipeline: A Practical Gu...| incredibuild
How to run Systemd containers and/or Podman runtime on GitHub CI| Agama Blog
What is a CI/CD Pipeline and how your business project can benefit from it? Learn all you need to know about CI/CD best practices in our new guide for 2025.| Dreamix
まぁよくやられている話なんだけど。 自動テスト頑張りましょうみたいな話をしても、大体そうですねで終わる。これには色々理由もあって、3分くらい考えても テスト書く時間があったらまずはプロダクションコードの実装を終わらせろや、そうじゃないとリリース遅延するだろうがみたいに怒られる 長期的はリグレッションテストが楽になるよ、アジリティが高ま...| 理系学生日記
LosslessCut has become more and more popular recently, and I've gotten literally over a hundred of emails from people thanking me and saying LosslessCut is what they have been looking for for a long time. In these corona🍺times I've had lots of time to work on it and I have added a lot of new features and improved the user interface.| mifi.no Blog
I just released LosslessCut to stores on three different platforms Windows, Mac and Linux: Mac App Store, Microsoft Store, Snapcraft. I want to share the process and the hurdles I went through in this article.| mifi.no
Documenting our CI/CD migration journey from Jenkins to GitHub Actions. The process, the challenges, and how it helps our users.| balena Blog
TL;DR : With Coolify you can host you Kotlin applications in seconds on your own server and benefit from auto deploys, custom domains, preview branches and more. You can see the code here, and access the sample here.| Julien's DevRel corner
Reading Time: 2minutesAmazon MQ queues might fill up if you use them in your tests but don’t take care of cleaning them up. Let’s explore together a way of addressing this issue. I was hoping to avoid writing dedicated code to just consume all the messages enqueued during tests so I started looking around for some tool […] The post How to keep your Amazon MQ queues clean appeared first on Alessandro Diaferia.| Alessandro Diaferia
Allure Report is an open source tool to better understand testing outcomes. Golioth runs over 500 Hardware in the Loop tests for each pull request. Here's how we use Allure Report to make sense of it all.| The Golioth Developer Blog
I recently finished some homelab renovations, both in hardware and in software, that I think are pretty neat. This post will be a quick summary of some of the bigger changes. No More Drone Continuing on my love/hate relationship with Drone, I finally hit an overwhelming sense of hate, so that’s where I’m going to start. Part of the reason why it’s been a while between posts (Ok ok, I’ve also just been super busy) is that my automated build setup for deploying this blog to my VPS has b...| Random Musings
Continous Integration tests are an important part of maintaining package stability. Since Travis has recently made it possible to run tests on OSX and with AppVeyor having Windows support, we now can create free CI tests for all the major desktop platforms. For my various packages, I find that I commonly copy+paste my CI tests,...| defer time.Sleep()
I freaking HATE flaky tests. The first time I worked in an environment that had real Continuous Integration with Actual Automated Tests that Actually Ran, it was like... freedom. We literally got the green light that our new code was working as expected, and that any changes we made hadn't broken anything. And refactoring... before … Continue reading "Flaky tests are poisoning your productivity" The post Flaky tests are poisoning your productivity appeared first on Trisha Gee.| Trisha Gee
Introduction| Thoughts-chain
GCP build triggers can easily handle Continuous Deployment (CD) when the source code is homed in a Google Cloud Source repository. But even if the system of record for your source is a remote GitHub repository, these same type of push and tag events can be consumed if you configure a connection and repository link. ... GCP: Cloud Run with build trigger coming from remote GitHub repository| fabianlee.org
Here’s some blocks of yaml you can copy-paste to make github actions work for your Rust project. Go nuts.| shift.click
[edit: April 2019] This was originally posted to my internal (to Microsoft) blog on May 29, 2013 as part of a series I called ‘SQL Tips’ for coworkers based on an email distribution lis…| Benjamin's Blog
A setup to run any kind of application on a developer's laptop in complete isolation - powered by Docker containers| oooops.dev
Over the last few months I've been assigned to work on a project called Craton[0]. The project will be an inventory system that can integrate with most of our popular configuration management tools (Ansible, Chef, Puppet, Salt, etc.) and perform automated remediation. My team started Craton and moved it …| cat /dev/brain
Quite often, one of the most time-taking parts of the build process is the installation of dependencies. This process is traditionally slow because package managers choose stability over performance. And this perfectly makes sense: if something terrible happens, the system must remain in a usable state. However, stability is not very important when building an image: if the build fails, the system discards the image, and you have to start over. This post provides some tips on how to use ea...| Wild Wild Wolf
In which I explain how to build and publish your library’s API reference on GitLab| halting problem
In which I talk about test reports with GitLab CI| halting problem
Updated September 2020: Now incorporates the matrix functionality supported in CircleCI.| questionable services
How can you make sure, automatically, that all the links to other internal pages within a site continue to work? In this article, we look at how to use Scrapy, a web scraping tool, and GitHub Actions, a Continuous Integration system, to accomplish this goal.| Matt Layman
Storing rich metadata as Custom Resources on the Kubernetes API to enable Service Discovery.| karlstoney.com
Continuing my continuous integration system adventures, in today's episode, I will explore a few ideas I had since.| asylum.madhouse-project.org
I recently wrote about my adventures in finding a continuous integration system to replace the Drone that I am running. It did not end on a happy note, and while it did list a couple of requirements and nice to haves, it did not provide a bigger picture, it did not describe how I'd like to work with my CI. I will try to do that today, and see how far I get.| asylum.madhouse-project.org
Just shy of four years ago, I set out to find a self-hosted continuous integration solution, and eventually settled on Drone. However, during these past four years, drone transitioned away from being fully open source into an open core model. Everything I self host, I can - and usually do - build from source, with the exception of my continuous integration system, and lets be honest, that's not good.| asylum.madhouse-project.org
A few days ago I wrote a post about finding a suitable CI/CD system, which got posted on lobste.rs, where a number of questions were raised. Turns out I did not adequately explain why some of my requirements are there, and what usecases they serve. I'll try to correct that, and do so in this post.| asylum.madhouse-project.org
I have been happily using Travis for years, it worked quite well for the projects I had on GitHub. But ever since I started moving to my own, self-hosted Gitea, I had this nagging feeling that I should find a different continous integration solution. One that I can host myself, because I'd like to be less and less dependent on other services, and self-host what I can. It feels safer that way, and also gives me a lot more control.| asylum.madhouse-project.org
Over a year ago, I started looking for a replacement for my continuous integration solution, because the one I used transitioned into an open core model, and its future wasn't looking particularly bright. At that time, I concluded that there aren't any alternatives available that would fit the particular needs I had. I went as far as describing a few ideas, then iterating on those, and even prototyped a CI system behind the scenes. Today, I am "happy" to report that my hunt has concluded, and...| asylum.madhouse-project.org
Hey there, good morning. Sit yourself down, and enjoy some :coffee:.Recently, I’ve worked heavily on GitLab CI/CD pipelines. In my line of work, these pipelines mustincorporate security requirements, such as Static Application Security Testing (SAST), DynamicApplication Security Testing (DAST), C...| codingindex.xyz
The tips and tricks for parallelizing XCTests at different levels and on GitHub Actions in particular.| Testableapple
Have you ever dealt with a long-long Fastfile that turned to be completely unreadable? Here is a modern architectural idea to make an overall experience of working with Fastlane less complicated and much more readable, reliable and extendable.| Testableapple
A custom way of re-running only failed jobs on GitHub Actions| Testableapple
The leaks are one of the most dangerous types of vulnerabilities for companies, one of the yummiest things for hackers, and one of the most well-paid targets for bug hunters. This post is full of referrals on multiple great third-party researches, docs, articles, and whatnot.| Testableapple
The impact analysis is about saving time — defining what was impacted and skipping unrelated actions. This post will walk you through the ways of speeding up the tests and builds through impact analysis.| Testableapple
Git Hooks are really useful guys that help us to control interactions with Git. In this post we will take a look at a couple of samples of their usage.| Testableapple
A guide how to get rid of Jenkins UI and completely turn it into code.| Testableapple
As a Racket developer, if you’ve been running tests and code coverage on your GitHub repos using Travis (for instance, via Greg Hendershott’s travis-racket), you will eventually discover (as I did a few days ago) that Travis is no longer free for open source projects, as it once was. An unfortunate turn of events. In response, the trend among open source developers seems to be to migrate to Github Actions, a free, disturbingly convenient, and admittedly good option, from what I can tell.| Terminally Undead
This blog shows a way to use the Jetbrains HTTP Client to replace Postman and test third party APIs, share requests and even run them in CI all of that within minutes!| Julien's DevRel corner