Blogged: "Continuous Integration, Continuous Deployment (CI-CD) with Azure DevOps".
In this blog post, I write how you can deploy an https://t.co/Au1NE9fLIU Core application to Azure by using Azure DevOps and YAML.
https://t.co/NWJpW9begk
Σπεύδε βραδέως.
This is a story from my once-in-a-lifetime project.
This is a story about performance. Or about speed.
But mainly about practical ways of keeping your and your team's sanity and health under high pressure.
Why Good Developers Write Bad Unit Tests
https://t.co/sWuBeBa8kc
=> so much goodness in there 😻
I always struggled to explain why certain tests are good and others are bad, so I'm glad having found this excellent article now, and @deliberatecoder explains it really well :)
Can anyone help me figure out how the #Android command line tools (sdkmanager et al) are versioned, or more specifically: how can I find out / query which exact version is currently installed on a given system?
https://t.co/YncNSEMACQ
(I will buy you a 🍺 if you can tell)
I'm a big fan of using "pull.rebase = true", but TIL about "branch.autosetuprebase" and "branch.autosetupmerge" (the latter being slightly mis-worded) which looks even better :) #git#gitconfig
https://t.co/ERj0IOZGJU
@kaktusmimi @CYxChris@thoughtworks@DevOpsKa @PaulB5g ...and team size + maturity are obviously factors to consider too when deciding to go with or without a pull request workflow, I guess
@kaktusmimi @CYxChris@thoughtworks@DevOpsKa @PaulB5g Imho the batch size (in terms of "individual commit" vs. "bunch of commits via pull request") for adding changes to main is not that relevant at all then, only the frequency / age is (i.e. keep it short-lived, at max a couple of days), would you agree?
@kaktusmimi @CYxChris@thoughtworks@DevOpsKa @PaulB5g @martinfowler Yep, thanks for the link, @martinfowler's article summarizes it pretty well 👍🏻
So trunk-based development is all about avoiding *long-lived* "maintenance" branches with the goal to be able to continuously release from main (and feature toggles are a means to support this)?
I guess this is not really representative with only 5 votes, but still glad to see that rebasing prevailed here ;-P
As a followup: is this just another TABS vs SPACES debate, or is there substantial benefit of using one approach vs the other?
#git#rebase#vs#merge