- Dec 2023
-
www.salesforceben.com www.salesforceben.com
-
No mention of how to authenticate the deployment, which is disappointing. See the repository for more.
- https://github.com/salto-io/salesforce-ci-cd-org-dev/blob/ca2177829b49b0fce1167ad4c93ea0190293f9ad/.github/workflows/push-master-branch.yml#L40C22-L40C97
- https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_org_commands_unified.htm#cli_reference_org_login_sfdx-url_unified
-
- Oct 2022
-
Local file Local file
-
From these considerations, I hope the reader will un-derstand that in a way I never " s t a r t " writing on a project;I am writing continuously, either in a more personal vein,in the files, in taking notes after browsing, or in moreguided endeavors
Seems similar to the advice within Ahrens. Did he have a section on not needing to "start" writing or at least not starting with a blank page?
Compare and contrast these, if so.
Link to: https://hyp.is/DJd2hDUQEe2BMGv-WFSnVQ/www.tandfonline.com/doi/full/10.1080/1360144X.2016.1210153
-
- May 2022
-
www.youtube.com www.youtube.com
-
https://www.youtube.com/watch?v=SMNSUs6ffnE
Nothing new here...
I did like the way she framed CI and CD in a feedback loop.
-
- Mar 2022
-
-
Deployment: Significance of Branching for Continuous Delivery
The deployment of software in DevOps is based on Continuous Delivery. Continuous Delivery enables all kinds of changes, including new features, configuration changes, bug fixes and experiments, to be put into production safely and quickly in a sustainable manner. A Branching strategy and Base Truncs play an important role in this.
-
- Jul 2021
-
stoa.anagora.org stoa.anagora.org
-
Now let’s consider an alternative situation: the BSCU Autobrake provides two separate discrete control actions to Start Braking andto Stop Braking
A priori this seems superior (or just simpler?) to me. Perhaps worth asking a clarifying question in class: why would you prefer continuous vs discrete actions in different scenarios?
-
- Apr 2021
-
medium.com medium.com
-
Coordination: More environments require more coordination. Teams need to track which feature is deployed to which environment. Bugs need to be associated with environments. Every environment represents a particular ‘state’ of the codebase, and this has to be tracked somewhere to make sure that customers & stakeholders are seeing the right things;
Try to remember the last time you heard one of the following phrases:
- "Oh, I deployed it in the X environment"
- "It was working in the stage environment"
-
-
www.gitops.tech www.gitops.techGitOps1
-
GitOps doesn’t provide a solution to propagating changes from one stage to the next one. We recommend using only a single environment and avoid stage propagation altogether. But if you need multiple stages (e.g., DEV, QA, PROD, etc.) with an environment for each, you need to handle the propagation outside of the GitOps scope, for example by some CI/CD pipeline.
Tags
Annotators
URL
-
-
scrumguides.org scrumguides.org
-
were (or were not) solved
This emphasises that problems are to be solved not only during or after a decision in a retrospective, but during a sprint. However, achieving the Sprint Goal and meeting the DOD for each sprint backlog item still has priority over improvement work. Ach
-
- Mar 2021
-
arxiv.org arxiv.org
-
Barrat, A., de Arruda, G. F., Iacopini, I., & Moreno, Y. (2021). Social contagion on higher-order structures. ArXiv:2103.03709 [Physics]. http://arxiv.org/abs/2103.03709
-
- Feb 2021
-
hilton.org.uk hilton.org.uk
-
If we renamed things more often, then it probably wouldn’t be so hard to name them in the first place.
-
- Dec 2020
-
www.quora.com www.quora.com
-
Keep in mind that as a software developer, of any degree, learning is continuous. New technologies, new ways to write code, not so new approaches, persisting patterns. Read books, watch online courses, follow tutorials, keep learning!
-
-
github.com github.com
-
Got a bit sidetracked into refactoring the Element visitor code, so haven't actually started on the event handler stuff per se, but that'll come soon. Element stuff is starting to feel a bit more logical and easier to follow.
-
- Nov 2020
-
laniewski.me laniewski.me
-
It is important to notice that if you are planning on making your application a PWA, you don’t have to rewrite all the logic.
-
-
fortelabs.com fortelabs.com
-
Third, you can create value in any span of time. If we see our work as creating these intermediate packets, we can find ways to create value in any span of time, no matter how short. Productivity becomes a game of matching each available block of time (or state of mind, or mood, or energy level) with a corresponding packet that is perfectly suited to it.
The Intermediate Packet approach ensures you are delivering value after every iteration, regardless of size
You no longer need to rely on large blocks on uninterrupted time if you focus on delivering something of value at the end of each block of time.
-
Second, you have more frequent opportunities to get feedback. Instead of spending weeks hammering away in isolation, only to discover that you made some mistaken assumptions, you can get feedback at each intermediate stage. You become more adaptable and more accountable, because you are performing your work in public.
Intermediate Packets give you more opportunities to get feedback
-
- Oct 2020
-
-
But maybe this PR should still be merged until he finds time for that?
Tags
- open-source software: progress seems slow
- waiting for maintainers to review / merge pull request / give feedback
- big change/rewrite vs. continuous improvements / smaller refactorings
- iterative process
- don't let big plans/goals get in the way of integrating/releasing smaller changes/improvements
- pull request stalled
- not a blocker (issue dependency)
Annotators
URL
-
- Sep 2020
-
-
You are not sure which path to take between the big re-write or continuous improvements(using refactoring)
-
- May 2020
-
about.gitlab.com about.gitlab.com
-
Have adopted CI best practices and are defining their CI/CD pipelines as code
-
-
continuousdelivery.com continuousdelivery.com
-
It is often assumed that if we want to deploy software more frequently, we must accept lower levels of stability and reliability in our systems. In fact, peer-reviewed research shows that this is not the case—high performance teams consistently deliver services faster and more reliably than their low performing competition.
Tags
Annotators
URL
-
-
docs.gitlab.com docs.gitlab.com
-
GitLab CI/CD
-
It involves continuously building, testing, and deploying code changes at every small iteration, reducing the chance of developing new code based on bugged or failed previous versions.
-
-
martinfowler.com martinfowler.com
-
What a lot of people don't realize is that a source control system is a communication tool. It allows Scarlett to see what other people on the team are doing. With frequent integrations, not just is she alerted right away when there are conflicts, she's also more aware of what everyone is up to, and how the codebase is evolving. We're less like individuals hacking away independently and more like a team working together.
Source code management as a communication tool.
-
- Feb 2020
-
loadimpact.com loadimpact.com
-
We check in our code at the entry point of a pipeline, version control (Git and Github in our case), and then it’s taken through a series of steps aimed at assuring quality and lowering risk of releases. Automation helps us keep these steps out of our way while maintaining control through fast feedback loops (context-switching is our enemy). If any step of the pipeline breaks (or fails) we want to be alerted in our communication channel of choice (in our case Slack), and it needs to happen as quickly as possible while we’re in the right context.
-
-
builtwithnix.org builtwithnix.org
-
Never compile the same project twice Nix allows to easily share build results across machines. If the CI has built the project, developers or servers can download the build results instead of re-building the same thing.
Tags
Annotators
URL
-
- Jul 2019
-
livebook.datascienceheroes.com livebook.datascienceheroes.com
-
2.1.8 Automatic data frame discretization
-
- May 2019
-
devopsdays.org devopsdays.orgProgram2
-
Valdomiro Bilharvas - Squads mais eficientes com Devops
Mais um caso prático que vai te mostrar a importância da preparação de um ambiente de desenvolvimento que facilita a vida de todos e garante entregas contínuas e de qualidade. O assunto é transversal a vários tópicos de nossa certificação DevOps Tools.
-
João Brito - CI/CD - Pense um pouco além das ferramentas
Continuous Integration e Delivery são também tópicos importantes da certificação LPI DevOps Tools, mas como o João Brito vai falar nessa palestra, é importante entender o porque do uso dessas ferramentas.
701.4 Continuous Integration and Continuous Delivery (weight: 5)
-
- Mar 2019
-
www.thedevelopersconference.com.br www.thedevelopersconference.com.br
-
Implementando CI com GitLab
Ainda que os tópicos da prova LPI DevOps não cubram apenas o Git para a integração contínua (ele é usado especialmente em Source Code Management), é muito importante conhecer bem os conceitos de integração e entrega contínua cobertos nessa palestra. Eles estão nesse tópico:
701.4 Continuous Integration and Continuous Delivery
-
- Feb 2019
-
dougengelbart.org dougengelbart.org
-
the explicit nature of future improved systems would be highly affected by (expected) changes in our technology or in our understanding of the human being
-
evaluating the possible relevance of work and knowledge from existing fields and for assimilating whatever is relevant
-
giving the human the minute-by-minute services of a digital computer equipped with computer-driven cathode-ray-tube display, and (2) developing the new methods of thinking and working that allow the human to capitalize upon the computer's help.
-
that any one such improvement can be expected to trigger a chain of coordinating improvements
-
- Jan 2019
-
static1.squarespace.com static1.squarespace.com
-
since its purpose is neither resolution nor stasis but continuing process.
Rhetoric, like the story of the carrier bag, like women's work...never finished, done, complete.
-
- May 2017
-
nfnh2017.scholar.bucknell.edu nfnh2017.scholar.bucknell.edu
-
permafrost
Permafrost is ground that is permanently frozen. Permafrost contains soil, sand, and gravel, which are held together by ice (National Geographic). Permafrost can extend deep into the Earth, ranging in depths from 1 to 1000 meters. Frozen ground can be considered permafrost if it is frozen continuously at a temperature less than 0 degrees Celsius for two or more years (International Permafrost Association). Permafrost is common to places where temperatures stay below freezing, such as Siberia, Canada, Alaska, Greenland, among others (National Geographic). Permafrost can be continuous or discontinuous. Continuous permafrost is a solid sheet of permafrost, like in Siberia. Discontinuous permafrost exists when some permafrost areas remain frozen all year, but other areas of permafrost melt for a brief period of time during the summer. Such discontinuous permafrost exists in Canada. The melting of permafrost can be dangerous due to increased water levels and levels of erosion when the soil, gravel, and sand are no longer held together by ice. Measuring the temperature of deep permafrost can provide information about temperature changes in a region due to climate change (International Permafrost Association). In the 21st century, permafrost research had focused on monitoring the boundaries of permafrost and identifying melt regions. When permafrost melts, it melts from the top and bottom simultaneously. Areas of discontinuous permafrost create the most concern when considering climate change effects. Areas of continuous permafrost are not expected to melt for a very long period. Current permafrost research focuses on areas where permafrost is thin, as these areas are most likely to create issues for infrastructure.
References: "What is Permafrost?" International Permafrost Association. Accessed May 04, 2017. http://ipa.arcticportal.org/publications/occasional-publications/what-is-permafrost.
"Permafrost." National Geographic Society. October 09, 2012. Accessed May 04, 2017. https://www.nationalgeographic.org/encyclopedia/permafrost/.
-