Flagr – a feature flagging, A/B testing, and dynamic configuration microservice
I thought the r/devops subreddit might be interested in this project I just found!
https://github.com/checkr/flagr
If you like this, [I do a weekly roundup of open source projects that includes an interview with one of the devs you can subscribe to.](https://console.substack.com/)
https://redd.it/k614vs
@r_devops
I thought the r/devops subreddit might be interested in this project I just found!
https://github.com/checkr/flagr
If you like this, [I do a weekly roundup of open source projects that includes an interview with one of the devs you can subscribe to.](https://console.substack.com/)
https://redd.it/k614vs
@r_devops
GitHub
GitHub - openflagr/flagr: Flagr is a feature flagging, A/B testing and dynamic configuration microservice
Flagr is a feature flagging, A/B testing and dynamic configuration microservice - openflagr/flagr
Major Pagerduty outage
Status page - https://status.pagerduty.com/incidents/tpvmgn9nnnfb
Event Investigation Issue Affecting Global Routing Keys
https://redd.it/k665k7
@r_devops
Status page - https://status.pagerduty.com/incidents/tpvmgn9nnnfb
Event Investigation Issue Affecting Global Routing Keys
https://redd.it/k665k7
@r_devops
Pagerduty
Event Investigation Issue Affecting Global Routing Keys
PagerDuty's Status Page - Event Investigation Issue Affecting Global Routing Keys.
Keycloak alternative!
I'm looking for an open source Auth server, Keycloak seems pretty good but doesn't support MongoDB database, I also found Gluu but its system requirement is a little bit high, do you guys know any good alternative that support MongoDB?
https://redd.it/k6747i
@r_devops
I'm looking for an open source Auth server, Keycloak seems pretty good but doesn't support MongoDB database, I also found Gluu but its system requirement is a little bit high, do you guys know any good alternative that support MongoDB?
https://redd.it/k6747i
@r_devops
reddit
Keycloak alternative!
I'm looking for an open source Auth server, Keycloak seems pretty good but doesn't support MongoDB database, I also found Gluu but its system...
GitOps CI/CD tools for non-Kubernetes workloads, like Spark Structured Streaming?
Hello,
So, I'd like to have some declarative way to manage Spark Structured Streaming deployments: rollbacks, healthchecks, logs, etc. I've read about Airflow, but it seems very finely tuned to run batch applications only.
Most of deployment tools like ArgoCD, FluxCD, etc do provide a very nice workflow, but are extremely specific to Kubernetes... Do you guys know of any alternative? How are streaming jobs usually managed?
https://redd.it/k69rnp
@r_devops
Hello,
So, I'd like to have some declarative way to manage Spark Structured Streaming deployments: rollbacks, healthchecks, logs, etc. I've read about Airflow, but it seems very finely tuned to run batch applications only.
Most of deployment tools like ArgoCD, FluxCD, etc do provide a very nice workflow, but are extremely specific to Kubernetes... Do you guys know of any alternative? How are streaming jobs usually managed?
https://redd.it/k69rnp
@r_devops
reddit
GitOps CI/CD tools for non-Kubernetes workloads, like Spark...
Hello, So, I'd like to have some declarative way to manage Spark Structured Streaming deployments: rollbacks, healthchecks, logs, etc. I've read...
gitlab-ci.yml pipeline merge branch
I'm not finding any documentation on how to do this? But maybe I'm not wording my question correctly for google. This is what I'm trying to do....
Repo branches
* dev
* master
When I run my pipeline on dev I would like to do this...
* validate
* This will do the needed checks on stuff
* If this passes, merge the dev branch with the master branch
* build
* Do build stuff in master branch
Is this something that is possible?? If so are there any examples someone could point me to?
https://redd.it/k670pk
@r_devops
I'm not finding any documentation on how to do this? But maybe I'm not wording my question correctly for google. This is what I'm trying to do....
Repo branches
* dev
* master
When I run my pipeline on dev I would like to do this...
* validate
* This will do the needed checks on stuff
* If this passes, merge the dev branch with the master branch
* build
* Do build stuff in master branch
Is this something that is possible?? If so are there any examples someone could point me to?
https://redd.it/k670pk
@r_devops
reddit
gitlab-ci.yml pipeline merge branch
I'm not finding any documentation on how to do this? But maybe I'm not wording my question correctly for google. This is what I'm trying to...
Is there a good AWS tutorial that covers all the aspects and development and devops?
I started to look at Stephane Maarek AWS DevOps course. After I bought it, it suggested that I needed to have some AWS experience.
I could do both his courses. If I study something in the DevOps course and notice I need more exposure I can refer to Stephane's Developer course.
I was curious if there was a class/course/tutorial that covered building a product in AWS that taught a person developer & devops skills.
https://redd.it/k670i2
@r_devops
I started to look at Stephane Maarek AWS DevOps course. After I bought it, it suggested that I needed to have some AWS experience.
I could do both his courses. If I study something in the DevOps course and notice I need more exposure I can refer to Stephane's Developer course.
I was curious if there was a class/course/tutorial that covered building a product in AWS that taught a person developer & devops skills.
https://redd.it/k670i2
@r_devops
reddit
Is there a good AWS tutorial that covers all the aspects and...
I started to look at Stephane Maarek AWS DevOps course. After I bought it, it suggested that I needed to have some AWS experience. I could do...
Learning contains AWS (basicly DevOps) with CloudAcademy or LinuxAcademy or aclodguru
Hi I wanted to learns DevOps skills and I wonder which subscription should I buy. I want to have courses with a lot of labs included (hands on labs- learning by doing).
Which one do you recommend and why?
Does this certificates matter in job market?
Thanks!
https://redd.it/k65rvr
@r_devops
Hi I wanted to learns DevOps skills and I wonder which subscription should I buy. I want to have courses with a lot of labs included (hands on labs- learning by doing).
Which one do you recommend and why?
Does this certificates matter in job market?
Thanks!
https://redd.it/k65rvr
@r_devops
reddit
Learning contains AWS (basicly DevOps) with CloudAcademy or...
Hi I wanted to learns DevOps skills and I wonder which subscription should I buy. I want to have courses with a lot of labs included (hands on...
Authenticated docker pulls with selfed hosted gitlab
I was wondering if anyone can point me in the right direction, we use self hosted GitLab CI/CD. (We manage the runners in EKS) With the recent Docker pull limits implemented we started occasionally hitting limits. We are planning to purchase a Docker team account but I am unsure how to actually make sure the runners are using the team account since they are currently pulling as anonymous.
I was looking into https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ but not sure if this is the right direction...
FWIW We stand up our EKS cluster with terraform and deploy the Gitlab runners with a helm chart
https://redd.it/k61muy
@r_devops
I was wondering if anyone can point me in the right direction, we use self hosted GitLab CI/CD. (We manage the runners in EKS) With the recent Docker pull limits implemented we started occasionally hitting limits. We are planning to purchase a Docker team account but I am unsure how to actually make sure the runners are using the team account since they are currently pulling as anonymous.
I was looking into https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ but not sure if this is the right direction...
FWIW We stand up our EKS cluster with terraform and deploy the Gitlab runners with a helm chart
https://redd.it/k61muy
@r_devops
Kubernetes
Pull an Image from a Private Registry
This page shows how to create a Pod that uses a Secret to pull an image from a private container image registry or repository. There are many private registries in use. This task uses Docker Hub as an example registry.
🛇 This item links to a third party project…
🛇 This item links to a third party project…
CICD for WordPress to deploy custom plugin + knockout js, using GitLab
Hi,
Where can I find someone professional to help me set this up? I prefer to hand over the task, instead of hacking it together and experimenting myself.
I have a WordPress site which contain 2 custom things which is version controlled:
\- Some regular files such as a custom WordPress plugin and some other things. In total 5 folders and subfolders.
\- One of the folder contain a custom knockout script which needs to compile. Developers should have as easy workflow as possible, to save time.
We want to figure out a better workflow and automate as much as possible. Looking for suggestions who to hire and approximate number of hours needed?
​
\*\*Background:\*\*
Current setup is not optimal:
>! \- Developers develop fetch latest git version, and develop in local workstation. They upload it to a "dev-server" (different environment than live server) and inside of that server, they run a set of commands (to compile knockout etc), and then they check their work. If OK, then they commit the compiled code to staging branch, which using cicd script will rsync the select folders to staging server (same environment as live server). Check everything again, and repeat with master branch which rsync to live serer. !<
https://redd.it/k5y63v
@r_devops
Hi,
Where can I find someone professional to help me set this up? I prefer to hand over the task, instead of hacking it together and experimenting myself.
I have a WordPress site which contain 2 custom things which is version controlled:
\- Some regular files such as a custom WordPress plugin and some other things. In total 5 folders and subfolders.
\- One of the folder contain a custom knockout script which needs to compile. Developers should have as easy workflow as possible, to save time.
We want to figure out a better workflow and automate as much as possible. Looking for suggestions who to hire and approximate number of hours needed?
​
\*\*Background:\*\*
Current setup is not optimal:
>! \- Developers develop fetch latest git version, and develop in local workstation. They upload it to a "dev-server" (different environment than live server) and inside of that server, they run a set of commands (to compile knockout etc), and then they check their work. If OK, then they commit the compiled code to staging branch, which using cicd script will rsync the select folders to staging server (same environment as live server). Check everything again, and repeat with master branch which rsync to live serer. !<
https://redd.it/k5y63v
@r_devops
reddit
CICD for WordPress to deploy custom plugin + knockout js, using GitLab
Hi, Where can I find someone professional to help me set this up? I prefer to hand over the task, instead of hacking it together and...
Beginner Question: Deploying server application with Terraform and Packer
I've been developing most of my applications to run using Docker but want to have a better understanding on some other deployment patterns. I'm looking for a guide or some clarification on how to effectively use Terraform and Packer to deploy applications *without* relying on Docker. Is this possible? What is the pattern.
From my basic understanding (using AWS) is Terraform can help me make the virtual server instance (EC2) and can be defined using an AMI which can be used to create an image with a copied binary that has been compiled for deployment. But is that it? Will the application start on its own or do I need something else like Ansible to start the application?
https://redd.it/k5x7e8
@r_devops
I've been developing most of my applications to run using Docker but want to have a better understanding on some other deployment patterns. I'm looking for a guide or some clarification on how to effectively use Terraform and Packer to deploy applications *without* relying on Docker. Is this possible? What is the pattern.
From my basic understanding (using AWS) is Terraform can help me make the virtual server instance (EC2) and can be defined using an AMI which can be used to create an image with a copied binary that has been compiled for deployment. But is that it? Will the application start on its own or do I need something else like Ansible to start the application?
https://redd.it/k5x7e8
@r_devops
reddit
Beginner Question: Deploying server application with Terraform and...
I've been developing most of my applications to run using Docker but want to have a better understanding on some other deployment patterns. I'm...
Load distribution Kubernetes
Hello, we currently have the problem that one node has more load than the others. How can we distribute the load (Pods) better. Is there a trick for this?
\[Imgur\]([https://i.imgur.com/r8ABJww.png](https://i.imgur.com/r8ABJww.png))
https://redd.it/k5wyzx
@r_devops
Hello, we currently have the problem that one node has more load than the others. How can we distribute the load (Pods) better. Is there a trick for this?
\[Imgur\]([https://i.imgur.com/r8ABJww.png](https://i.imgur.com/r8ABJww.png))
https://redd.it/k5wyzx
@r_devops
Have anyone got tired of repetitive nature of the devops Job ?
I am working as devops engineer for past 5 years and have already with 6 different organisations . Everywhere it's the same.
Can anyone suggest me some alternate career in IT ? I am thinking about going in IT security as it's something which my past experience should work then I am also inclined towards programming as I want to work with those big organisations .
https://redd.it/k5vu1u
@r_devops
I am working as devops engineer for past 5 years and have already with 6 different organisations . Everywhere it's the same.
Can anyone suggest me some alternate career in IT ? I am thinking about going in IT security as it's something which my past experience should work then I am also inclined towards programming as I want to work with those big organisations .
https://redd.it/k5vu1u
@r_devops
reddit
Have anyone got tired of repetitive nature of the devops Job ?
I am working as devops engineer for past 5 years and have already with 6 different organisations . Everywhere it's the same. Can anyone suggest...
Diagramming tool for infrastructure that creates code
How would you feel about a tool that would let you diagram infrastructure and export as code?
[https://i.imgur.com/kBqlUkK.png](https://i.imgur.com/kBqlUkK.png)
Essentially you can drag and drop pieces, and then when you have it designed as you wish, export as code to a Terraform file. Similar to Cloudcraft, if you're familiar. Is this something you use? Pros and cons you see with this?
https://redd.it/k6iowx
@r_devops
How would you feel about a tool that would let you diagram infrastructure and export as code?
[https://i.imgur.com/kBqlUkK.png](https://i.imgur.com/kBqlUkK.png)
Essentially you can drag and drop pieces, and then when you have it designed as you wish, export as code to a Terraform file. Similar to Cloudcraft, if you're familiar. Is this something you use? Pros and cons you see with this?
https://redd.it/k6iowx
@r_devops
External Code coverage tools for repositories hosted in Azure DevOps
Hi
We're looking at an external service for handling code coverage stuff ( prefer something that could also generate traceability matrixes etc ) for our pipelines. The one in Azure DevOps leaves a lot to be desired. We're looking for a tool like [codecov.io](https://codecov.io), however it doesnt seem to support having the repository itself in azure devops. We use git if that helps.
I was hoping the community had some suggestions for other tools we could have a look at.
Appreciate any help on this topic. Thanks!
https://redd.it/k6liuh
@r_devops
Hi
We're looking at an external service for handling code coverage stuff ( prefer something that could also generate traceability matrixes etc ) for our pipelines. The one in Azure DevOps leaves a lot to be desired. We're looking for a tool like [codecov.io](https://codecov.io), however it doesnt seem to support having the repository itself in azure devops. We use git if that helps.
I was hoping the community had some suggestions for other tools we could have a look at.
Appreciate any help on this topic. Thanks!
https://redd.it/k6liuh
@r_devops
Codecov
Codecov: Code Coverage Testing & Insights Solution
Ship high-quality code & spend less time debugging. Improve developer workflow, re-run flaky tests, & track JavaScript bundle size. Learn about our code quality & coverage tool here.
[Hiring] Devops expert with training delivery experience
Should have over 6-8 years of working experience in a large MNC. Should have delivered at least 4-6 training across all devops topics.
Reach out to me with your experience, sample video link, and profile so that we can discuss more details.
DM me with above details.
https://redd.it/k6mu5t
@r_devops
Should have over 6-8 years of working experience in a large MNC. Should have delivered at least 4-6 training across all devops topics.
Reach out to me with your experience, sample video link, and profile so that we can discuss more details.
DM me with above details.
https://redd.it/k6mu5t
@r_devops
reddit
[Hiring] Devops expert with training delivery experience
Should have over 6-8 years of working experience in a large MNC. Should have delivered at least 4-6 training across all devops topics. Reach out...
Unleash - an open source feature toggle service
/u/NeckbeardAaron [mentioned Unleash in my last post about Flagr.](https://www.reddit.com/r/devops/comments/k614vs/flagr_a_feature_flagging_ab_testing_and_dynamic/gek58gf/?utm_source=reddit&utm_medium=web2x&context=3) I figured I would re-post it here so others are aware of the project too! (I wasn't)
https://github.com/Unleash/unleash
If you like this, [I do a weekly roundup of open source projects that includes an interview with one of the devs you can subscribe to.](https://console.substack.com/)
https://redd.it/k6nw7w
@r_devops
/u/NeckbeardAaron [mentioned Unleash in my last post about Flagr.](https://www.reddit.com/r/devops/comments/k614vs/flagr_a_feature_flagging_ab_testing_and_dynamic/gek58gf/?utm_source=reddit&utm_medium=web2x&context=3) I figured I would re-post it here so others are aware of the project too! (I wasn't)
https://github.com/Unleash/unleash
If you like this, [I do a weekly roundup of open source projects that includes an interview with one of the devs you can subscribe to.](https://console.substack.com/)
https://redd.it/k6nw7w
@r_devops
reddit
Flagr – a feature flagging, A/B testing, and dynamic configuration...
I thought the r/devops subreddit might be interested in this project I just found! https://github.com/checkr/flagr If you like this, [I do...
Anyone else feeling burned out?
Man I was so excited about WFH and all those cool projects but now they feel meh. Project after project, it just feels like another thing to do.
How are you guys coping with this?
Before this situation I’d have been travelling and discovering small parts of my province. However, for humanity’s sake I’ve been stuck at home for the past 10 months (WFH started early for us).
https://redd.it/k6l1fv
@r_devops
Man I was so excited about WFH and all those cool projects but now they feel meh. Project after project, it just feels like another thing to do.
How are you guys coping with this?
Before this situation I’d have been travelling and discovering small parts of my province. However, for humanity’s sake I’ve been stuck at home for the past 10 months (WFH started early for us).
https://redd.it/k6l1fv
@r_devops
reddit
Anyone else feeling burned out?
Man I was so excited about WFH and all those cool projects but now they feel meh. Project after project, it just feels like another thing to do....
Bringing up my weaknesses
I've been a DevOps Engineer for 2 years now, no other background. Just graduated and went straight into a Jr SWE on an Infrastructure team which quickly became a DevOps team. In this time I've gotten to build docker images, GitLab and Jenkins pipelines, write Helm manifests for kubernetes clusters, administer Rancher (K8s orchestrator), and write/build IaC with Terraform, Packer, and Ansible. But what I havent done a lot of is Linux debugging/administration. Being so new to the industry I've always had seniors who would take on the more difficult debugging, whether it be network connectivity errors with out of band servers or kernel issues, etc. So, I think this is something I should work on more. What recommendations do y'all have for this area?
https://redd.it/k6p56s
@r_devops
I've been a DevOps Engineer for 2 years now, no other background. Just graduated and went straight into a Jr SWE on an Infrastructure team which quickly became a DevOps team. In this time I've gotten to build docker images, GitLab and Jenkins pipelines, write Helm manifests for kubernetes clusters, administer Rancher (K8s orchestrator), and write/build IaC with Terraform, Packer, and Ansible. But what I havent done a lot of is Linux debugging/administration. Being so new to the industry I've always had seniors who would take on the more difficult debugging, whether it be network connectivity errors with out of band servers or kernel issues, etc. So, I think this is something I should work on more. What recommendations do y'all have for this area?
https://redd.it/k6p56s
@r_devops
reddit
Bringing up my weaknesses
I've been a DevOps Engineer for 2 years now, no other background. Just graduated and went straight into a Jr SWE on an Infrastructure team which...
What's the DevOps take on "Delete Staging"?
I've been having a lot of conversations and have noticed a movement for "Delete Staging." The idea is that Feature Flags do the job just fine, just push to prod and puppeteer these features from the sideline. The thought is building and maintaining environments is frustrating, time-consuming, and takes resources away from the core product. As a startup or small company, resources are spread thin and you're just trying to keep your head above water as-is, so I get why people would try to cut this corner.
I'm curious what the viewpoint would be here from DevOps engineers on Feature Flags and Environments, what kind of success/horror stories you've run into, or just your intuition.
https://redd.it/k6ndo0
@r_devops
I've been having a lot of conversations and have noticed a movement for "Delete Staging." The idea is that Feature Flags do the job just fine, just push to prod and puppeteer these features from the sideline. The thought is building and maintaining environments is frustrating, time-consuming, and takes resources away from the core product. As a startup or small company, resources are spread thin and you're just trying to keep your head above water as-is, so I get why people would try to cut this corner.
I'm curious what the viewpoint would be here from DevOps engineers on Feature Flags and Environments, what kind of success/horror stories you've run into, or just your intuition.
https://redd.it/k6ndo0
@r_devops
reddit
What's the DevOps take on "Delete Staging"?
I've been having a lot of conversations and have noticed a movement for "Delete Staging." The idea is that Feature Flags do the job just fine,...
DevOps and Career Adivce
Hi Guys,
I need some career advice, here is some info about me
So currently I am 4x AWS Certified, having done the following in the past 5 months:
\- AWS Cloud Practitioner
\- AWS Solutions Architect - Associate
\- AWS SysOps Admin - Associate
\- AWS Developer - Associate (Perfect Score of 1,000)
I am currently studying for DevOps Pro and plan to clear it in January.
I am an accountant, switching careers and trying to make it into DevOps.
For this I have been studying for almost 2 years.
Initial Plan was to get into Full Stack (React / Node.js) Development but seeing the market saturation, I decided to get AWS certified and try DevOps.
For Front-end I know:
HTML / CSS (Grid / Flexbox) / JS (ES10), Typescript, React (Router, Styled Components, Redux, Cotext API)
Back-end I know:
Node.js (Express), Building REST API, JWT Tokens, SQL (PostgreSQL), MongoDB
(I built a small e-commerce website using this, along with Stripe API integration - adapted from a course I was following learning this. There are other small projects as well).
But seeing the poor market response, I decided to learn more about DevOps. This is when I started doing AWS and fell in love with the platform, and the power it offers.
I am focusing on AWS right now. But to be able to pass these papers quickly I built up my background knowledge. I followed COMPTIA's A+ 1&2, Network+, and LPIC 1 & 2 for some Linux knowledge, but did not appear in the cert exams for these courses.
Furthermore I plan to learn Python (I know basics already), Terraform, Kubernetes (Maybe get my CKAD) and Ansible.
I heard that AWS certifications are really valuable and some firms require people who have Professional Certs. That is why I am doing DevOps Pro.
Am I doing on the right path. Is there some career advice you guys can give on how I can get my first break? Will I be able to get a job if I have done these? I plan to finish all of this by Feb 2021 and get into full job hunt mode.
I am feeling a but lost now, any advice would be appreciated.
TLDR: Was an accountant, zero tech experience, started learning Fullstack JS, got interested in DevOps and started learning AWS, did all of the above, what do I need to do to get into DevOps?
https://redd.it/k6pc2w
@r_devops
Hi Guys,
I need some career advice, here is some info about me
So currently I am 4x AWS Certified, having done the following in the past 5 months:
\- AWS Cloud Practitioner
\- AWS Solutions Architect - Associate
\- AWS SysOps Admin - Associate
\- AWS Developer - Associate (Perfect Score of 1,000)
I am currently studying for DevOps Pro and plan to clear it in January.
I am an accountant, switching careers and trying to make it into DevOps.
For this I have been studying for almost 2 years.
Initial Plan was to get into Full Stack (React / Node.js) Development but seeing the market saturation, I decided to get AWS certified and try DevOps.
For Front-end I know:
HTML / CSS (Grid / Flexbox) / JS (ES10), Typescript, React (Router, Styled Components, Redux, Cotext API)
Back-end I know:
Node.js (Express), Building REST API, JWT Tokens, SQL (PostgreSQL), MongoDB
(I built a small e-commerce website using this, along with Stripe API integration - adapted from a course I was following learning this. There are other small projects as well).
But seeing the poor market response, I decided to learn more about DevOps. This is when I started doing AWS and fell in love with the platform, and the power it offers.
I am focusing on AWS right now. But to be able to pass these papers quickly I built up my background knowledge. I followed COMPTIA's A+ 1&2, Network+, and LPIC 1 & 2 for some Linux knowledge, but did not appear in the cert exams for these courses.
Furthermore I plan to learn Python (I know basics already), Terraform, Kubernetes (Maybe get my CKAD) and Ansible.
I heard that AWS certifications are really valuable and some firms require people who have Professional Certs. That is why I am doing DevOps Pro.
Am I doing on the right path. Is there some career advice you guys can give on how I can get my first break? Will I be able to get a job if I have done these? I plan to finish all of this by Feb 2021 and get into full job hunt mode.
I am feeling a but lost now, any advice would be appreciated.
TLDR: Was an accountant, zero tech experience, started learning Fullstack JS, got interested in DevOps and started learning AWS, did all of the above, what do I need to do to get into DevOps?
https://redd.it/k6pc2w
@r_devops
reddit
DevOps and Career Adivce
Hi Guys, I need some career advice, here is some info about me So currently I am 4x AWS Certified, having done the following in the past 5...
Documentation Pipelines
We've have a documentation CI pipeline that takes Markdown and RestructuredText documentation from various repos and compiles them into HTML and PDF versions using sphinx. We've figured out how to do spell checking, but I'm curious if anyone knows of a way to do grammar checking? Could we enforce a third-person active voice throughout? I'm assuming we'd need the ability, like in spell checking, to exempt certain found complaints.
If you've done similar, I'm really interested in your entire toolset, not just your grammar checker.
https://redd.it/k6stbk
@r_devops
We've have a documentation CI pipeline that takes Markdown and RestructuredText documentation from various repos and compiles them into HTML and PDF versions using sphinx. We've figured out how to do spell checking, but I'm curious if anyone knows of a way to do grammar checking? Could we enforce a third-person active voice throughout? I'm assuming we'd need the ability, like in spell checking, to exempt certain found complaints.
If you've done similar, I'm really interested in your entire toolset, not just your grammar checker.
https://redd.it/k6stbk
@r_devops
reddit
Documentation Pipelines
We've have a documentation CI pipeline that takes Markdown and RestructuredText documentation from various repos and compiles them into HTML and...