SRE fundamentals 2021: SLIs vs SLAs vs SLOs
I thought this was a really good breakdown of the difference between these acronyms. Definitely 101 level, with info like:
"...because of the principle that availability shouldn’t be much better than the SLO, the availability SLO in the SLA is normally a looser objective than the internal availability SLO. This might be expressed in availability numbers: for instance, an availability SLO of 99.9% over one month, with an internal availability SLO of 99.95%. Alternatively, the SLA might only specify a subset of the metrics that make up the internal SLO."
https://cloud.google.com/blog/products/devops-sre/sre-fundamentals-sli-vs-slo-vs-sla
https://redd.it/napqdv
@r_devops
I thought this was a really good breakdown of the difference between these acronyms. Definitely 101 level, with info like:
"...because of the principle that availability shouldn’t be much better than the SLO, the availability SLO in the SLA is normally a looser objective than the internal availability SLO. This might be expressed in availability numbers: for instance, an availability SLO of 99.9% over one month, with an internal availability SLO of 99.95%. Alternatively, the SLA might only specify a subset of the metrics that make up the internal SLO."
https://cloud.google.com/blog/products/devops-sre/sre-fundamentals-sli-vs-slo-vs-sla
https://redd.it/napqdv
@r_devops
Google Cloud Blog
SRE fundamentals: SLI vs SLO vs SLA | Google Cloud Blog
What’s the difference between an SLI, an SLO and an SLA? Google Site Reliability Engineers (SRE) explain.
Devops subreddit menu?
Hello guys why isn’t there a guide for all new comers to devops.
https://redd.it/najjhz
@r_devops
Hello guys why isn’t there a guide for all new comers to devops.
https://redd.it/najjhz
@r_devops
reddit
Devops subreddit menu?
Hello guys why isn’t there a guide for all new comers to devops.
Hikaru v0.4b released; submit requests to Kubernetes from Hikaru, integrate your own subclasses
Integration with the Kubernetes Python client through the model classes, so you can now instruct Kubernetes to create a Pod from the Hikaru Pod object. Full doc and type annotations provided for each instance/class method. Register your own subclasses of Hikaru classes with Hikaru so that it will use them when needed. Get richer details on differences between two instances with diff(). Improved use of annotations to allow cyclic and recursive references in the model classes.
https://pypi.org/project/hikaru
https://redd.it/naj9av
@r_devops
Integration with the Kubernetes Python client through the model classes, so you can now instruct Kubernetes to create a Pod from the Hikaru Pod object. Full doc and type annotations provided for each instance/class method. Register your own subclasses of Hikaru classes with Hikaru so that it will use them when needed. Get richer details on differences between two instances with diff(). Improved use of annotations to allow cyclic and recursive references in the model classes.
https://pypi.org/project/hikaru
https://redd.it/naj9av
@r_devops
PyPI
hikaru
Hikaru allows you to smoothly move between Kubernetes YAML, Python objects, and Python source, in any direction
Maven Gitflow plugin
I was struggling for some time now to get this to work and I was wondering if anyone is using the gitflow plugin for maven: https://github.com/aleksandr-m/gitflow-maven-plugin
So basically I'm using a maven gitflow plugin in my Jenkins instance and when I'm running it for my hotfix branch, you can add the parameter fromBranch. This can help you if you want to specify another branch from which the hotfix is created. In the documentation it says that is support Production branches and Support branches. However it seems that support branches are not working or at least it's not working for me.
​
Here is the code:
sh './mvnw gitflow:hotfix-start -B -DfromBranch="support/test" -s $MAVEN_SETTINGS -DmvnExecutable=$(pwd)/mvnw -Dsurefire.useSystemClassLoader=false -Dgitflow.push.remote=true -Dgitflow.maven.argline="-s $MAVEN_SETTINGS -Dgitflow.push.remote=true"'
​
Here is the error:
[ERROR\] Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.11.0:hotfix-start (default-cli) on project *******: The fromBranch is not production or support branch. -> [Help 1\]
​
It works with -DfromBranch="master" or without the parameter at all but it seems like support branches are not accepted.
If anyone encountered the same issue, I'll appreciate any help.
Thank you.
https://redd.it/nazda7
@r_devops
I was struggling for some time now to get this to work and I was wondering if anyone is using the gitflow plugin for maven: https://github.com/aleksandr-m/gitflow-maven-plugin
So basically I'm using a maven gitflow plugin in my Jenkins instance and when I'm running it for my hotfix branch, you can add the parameter fromBranch. This can help you if you want to specify another branch from which the hotfix is created. In the documentation it says that is support Production branches and Support branches. However it seems that support branches are not working or at least it's not working for me.
​
Here is the code:
sh './mvnw gitflow:hotfix-start -B -DfromBranch="support/test" -s $MAVEN_SETTINGS -DmvnExecutable=$(pwd)/mvnw -Dsurefire.useSystemClassLoader=false -Dgitflow.push.remote=true -Dgitflow.maven.argline="-s $MAVEN_SETTINGS -Dgitflow.push.remote=true"'
​
Here is the error:
[ERROR\] Failed to execute goal com.amashchenko.maven.plugin:gitflow-maven-plugin:1.11.0:hotfix-start (default-cli) on project *******: The fromBranch is not production or support branch. -> [Help 1\]
​
It works with -DfromBranch="master" or without the parameter at all but it seems like support branches are not accepted.
If anyone encountered the same issue, I'll appreciate any help.
Thank you.
https://redd.it/nazda7
@r_devops
GitHub
GitHub - aleksandr-m/gitflow-maven-plugin: The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub…
The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line. - aleksandr-m/gitflow-maven-plugin
Has anyone ever tried to make you the release manager
So I hope that's a good title
Also thank you for reading, writing this on mobile because I had to step away from my pc for a bit
So we all know the DevOps field is a wide spectrum of skills and is more a way of running a company than a title in itself.
Keeping that in mind I was wondering has anyone ever tried to make you the release manager as well?
I mean we implemented the pipelines (or inherited a very legacy one that held together by straws). We know what to look for when thinking CI/Cd, or how to quickly recover from bad code that was pushed. Don't get me wrong. I am all for releasing and improving on how we get to a true CI/CD state, but never ever did I or WOULD I want to be the guy that is in the middle trying to bring all teams together and ask them, will you please, pretty please, push the button that is asking you to go forward
I have nothing against a release manager and I do admire you for taking one for the team, but we're here to get your software out as fast as possible with little to no downtime,and I sure as hell can't do that if I need to make sure that the software we are pushing is stable, and everyone is on board with the changes and all admin has been followed up with.
Not a rant, just really curious?
https://redd.it/natxy3
@r_devops
So I hope that's a good title
Also thank you for reading, writing this on mobile because I had to step away from my pc for a bit
So we all know the DevOps field is a wide spectrum of skills and is more a way of running a company than a title in itself.
Keeping that in mind I was wondering has anyone ever tried to make you the release manager as well?
I mean we implemented the pipelines (or inherited a very legacy one that held together by straws). We know what to look for when thinking CI/Cd, or how to quickly recover from bad code that was pushed. Don't get me wrong. I am all for releasing and improving on how we get to a true CI/CD state, but never ever did I or WOULD I want to be the guy that is in the middle trying to bring all teams together and ask them, will you please, pretty please, push the button that is asking you to go forward
I have nothing against a release manager and I do admire you for taking one for the team, but we're here to get your software out as fast as possible with little to no downtime,and I sure as hell can't do that if I need to make sure that the software we are pushing is stable, and everyone is on board with the changes and all admin has been followed up with.
Not a rant, just really curious?
https://redd.it/natxy3
@r_devops
reddit
Has anyone ever tried to make you the release manager
So I hope that's a good title Also thank you for reading, writing this on mobile because I had to step away from my pc for a bit So we all know...
Additional Insight regarding good practices regarding directly accessing elasticsearch to perform queries
Hey Everyone,
Being a Graylog user/Admin for 2.x on of the main points that I always advocate was against the directly access on Elasticsearch to perform any kind of query. Not only for the security aspect of it but also to make sure that graylog performance would not be impacted by other systems ( grafana in this case ) to perform queries directly on Elasticsearch. A few days ago, our team is debating towards granting queries capabilities directly from grafana for the mentioned points by creating a datasource on ES towards all the indexes ( or the aliased one ) so other teams that should not have access directly to graylog, could visualize some metrics on grafana.
My question would be, based on my experience and past ugly situations when granting access directly to elasticsearch. I never saw or found an official documentation stating that accessing elasticsearch directly isn’t considered good or bad practice.
Again, from my point of view based on years of graylog administration, granting access directly to elasticsearch could cause some security problems along with performance issues ( for example if someone performs a query of 1+ year on grafana and graylog being impacted by that ) but I would like to know more opinions about this.
Thanks in advance!
https://redd.it/nav0cq
@r_devops
Hey Everyone,
Being a Graylog user/Admin for 2.x on of the main points that I always advocate was against the directly access on Elasticsearch to perform any kind of query. Not only for the security aspect of it but also to make sure that graylog performance would not be impacted by other systems ( grafana in this case ) to perform queries directly on Elasticsearch. A few days ago, our team is debating towards granting queries capabilities directly from grafana for the mentioned points by creating a datasource on ES towards all the indexes ( or the aliased one ) so other teams that should not have access directly to graylog, could visualize some metrics on grafana.
My question would be, based on my experience and past ugly situations when granting access directly to elasticsearch. I never saw or found an official documentation stating that accessing elasticsearch directly isn’t considered good or bad practice.
Again, from my point of view based on years of graylog administration, granting access directly to elasticsearch could cause some security problems along with performance issues ( for example if someone performs a query of 1+ year on grafana and graylog being impacted by that ) but I would like to know more opinions about this.
Thanks in advance!
https://redd.it/nav0cq
@r_devops
reddit
Additional Insight regarding good practices regarding directly...
Hey Everyone, Being a Graylog user/Admin for 2.x on of the main points that I always advocate was against the directly access on Elasticsearch...
Licenses and learning from public infrastructure code
As is common in the industry, I often use reference implementations of e. g. a certain functionality in Terraform or Ansible on Github and then implement it myself in order to actually understand the code. Unfortunately, there's often no real liberty in implementing that functionality so I'm forced to pretty much copy it with alterations to suit my style. For a practical example, I was looking at this today and I'm pretty sure there's just no substantially different way to implement AWS WAF Classic logging with Terraform. It's Apache-licensed which I guess means I'm allowed to learn from it but I'm not even really sure about that.
This has become a real problem because I avoid things that might be helpful for understanding an entire concept even if I don't look at the code later on. From my understanding (under German copyright law specifically, but this topic might also be interesting for people in other jurisdictions), code needs to have a certain level of creativity and originality to it in order to be protected. I can well see that for e. g. an interesting way to implement a complex algorithm but you don't really get to be creative with infrastructure. It's rather like craftsmanship: more or less complete as per vendor best practices if minute details like handling a single step elegantly don't matter. (Just copying an entire module is a different thing, I'm just talking about using it for reference.)
Still, I avoid looking at anything that's not licensed very permissively but I don't know if that's necessary. As with most devops things, we're not shipping our code but either use it entirely for internal needs or sell the resulting system we create with our internal code as a service or final product. (I assume the rules are very different if we'd sell e. g. a set of Terraform modules to a company to create their internal resources?)
Can someone explain how copyright and licensing affect us in this position (or devops more generally if you're good at this)? I don't think there's really any good resource for infrastructure code specifically, and the use case is quite different from "normal" code. What are my duties under the various licenses when referencing code in this situation? So far, I've just been putting a link to the original resource as a comment but that's more for documentation than anything.
https://redd.it/nb1nbi
@r_devops
As is common in the industry, I often use reference implementations of e. g. a certain functionality in Terraform or Ansible on Github and then implement it myself in order to actually understand the code. Unfortunately, there's often no real liberty in implementing that functionality so I'm forced to pretty much copy it with alterations to suit my style. For a practical example, I was looking at this today and I'm pretty sure there's just no substantially different way to implement AWS WAF Classic logging with Terraform. It's Apache-licensed which I guess means I'm allowed to learn from it but I'm not even really sure about that.
This has become a real problem because I avoid things that might be helpful for understanding an entire concept even if I don't look at the code later on. From my understanding (under German copyright law specifically, but this topic might also be interesting for people in other jurisdictions), code needs to have a certain level of creativity and originality to it in order to be protected. I can well see that for e. g. an interesting way to implement a complex algorithm but you don't really get to be creative with infrastructure. It's rather like craftsmanship: more or less complete as per vendor best practices if minute details like handling a single step elegantly don't matter. (Just copying an entire module is a different thing, I'm just talking about using it for reference.)
Still, I avoid looking at anything that's not licensed very permissively but I don't know if that's necessary. As with most devops things, we're not shipping our code but either use it entirely for internal needs or sell the resulting system we create with our internal code as a service or final product. (I assume the rules are very different if we'd sell e. g. a set of Terraform modules to a company to create their internal resources?)
Can someone explain how copyright and licensing affect us in this position (or devops more generally if you're good at this)? I don't think there's really any good resource for infrastructure code specifically, and the use case is quite different from "normal" code. What are my duties under the various licenses when referencing code in this situation? So far, I've just been putting a link to the original resource as a comment but that's more for documentation than anything.
https://redd.it/nb1nbi
@r_devops
GitHub
traveloka/terraform-aws-waf-webacl-supporting-resources
A module to create several resources needed by AWS WAF WebACL. - traveloka/terraform-aws-waf-webacl-supporting-resources
How would you describe what jenkins is in simple terms?
Is it accurate to say that it runs scripts regularly at scheduled times or is that wrong or there's much more to it?
https://redd.it/nayqev
@r_devops
Is it accurate to say that it runs scripts regularly at scheduled times or is that wrong or there's much more to it?
https://redd.it/nayqev
@r_devops
reddit
How would you describe what jenkins is in simple terms?
Is it accurate to say that it runs scripts regularly at scheduled times or is that wrong or there's much more to it?
trying to switch from travis to github actions
Hi All,
I would like some help. I am trying to switch to Github actions. Essentially my travis file looks like this
dist: bionic
language: r
sudo : false
cache: packages
r:
- release
- devel
rpackages:
- Rcpp
- RcppArmadillo
- methods
rgithubpackages:
- jimhester/covr
warningsareerrors: true
beforeinstall:
- sudo apt-get install libharfbuzz-dev libfribidi-dev
aftersuccess:
- Rscript -e 'covr::coveralls()'
beforedeploy:
- Rscript -e 'install.packages("devtools"); devtools::install(quick = TRUE); install.packages(c("mlbench", "ggthemes", "gridExtra", "vcd", "tidyr")); devtools::document(); pkgdown::buildsite();'
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUBPAT
local-dir: docs
on:
branch: master
Any help is appreciated to get this working in Github actions
https://redd.it/nb0rol
@r_devops
Hi All,
I would like some help. I am trying to switch to Github actions. Essentially my travis file looks like this
dist: bionic
language: r
sudo : false
cache: packages
r:
- release
- devel
rpackages:
- Rcpp
- RcppArmadillo
- methods
rgithubpackages:
- jimhester/covr
warningsareerrors: true
beforeinstall:
- sudo apt-get install libharfbuzz-dev libfribidi-dev
aftersuccess:
- Rscript -e 'covr::coveralls()'
beforedeploy:
- Rscript -e 'install.packages("devtools"); devtools::install(quick = TRUE); install.packages(c("mlbench", "ggthemes", "gridExtra", "vcd", "tidyr")); devtools::document(); pkgdown::buildsite();'
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUBPAT
local-dir: docs
on:
branch: master
Any help is appreciated to get this working in Github actions
https://redd.it/nb0rol
@r_devops
reddit
trying to switch from travis to github actions
Hi All, I would like some help. I am trying to switch to Github actions. Essentially my travis file looks like this dist: bionic ...
Are there reputable sites (preferably canadian or somewhere without cross country restrictions) that one can sign up to potentially do some freelance devops jobs?
Looking to make some extra cash essentially
https://redd.it/nb3o6m
@r_devops
Looking to make some extra cash essentially
https://redd.it/nb3o6m
@r_devops
reddit
Are there reputable sites (preferably canadian or somewhere...
Looking to make some extra cash essentially
Interview DevOps engineer ??
I have a year and 6 months of experience. I have a final technical interview round for 3hours, how difficult would it be, and what would be the kind of questions can I expect?
https://redd.it/nb63r5
@r_devops
I have a year and 6 months of experience. I have a final technical interview round for 3hours, how difficult would it be, and what would be the kind of questions can I expect?
https://redd.it/nb63r5
@r_devops
reddit
Interview DevOps engineer ??
I have a year and 6 months of experience. I have a final technical interview round for 3hours, how difficult would it be, and what would be the...
Has anyone ever worked for or with a DevOps Consulting Company?
So some backstory, I'm looking for a new gig, as the current one is starting to falls apart from the top down, and I've had a few interviews with RevOps Consulting Companies.
In my current company, I despise all the developer contractors. As they seem to do bare minimum effort or research, instead of looking for best solution and proposing it. They have no care if the company or product fails. And usually they hand us a black box, and say good luck, then when we need a patch or bug fix, they charge us so much more to fix the thing they broke in the first place.
Never worked with a DevOps consultant thou, so maybe that's different.
So what are your experiences with consulting firms in the Devops space?
https://redd.it/nb3rr0
@r_devops
So some backstory, I'm looking for a new gig, as the current one is starting to falls apart from the top down, and I've had a few interviews with RevOps Consulting Companies.
In my current company, I despise all the developer contractors. As they seem to do bare minimum effort or research, instead of looking for best solution and proposing it. They have no care if the company or product fails. And usually they hand us a black box, and say good luck, then when we need a patch or bug fix, they charge us so much more to fix the thing they broke in the first place.
Never worked with a DevOps consultant thou, so maybe that's different.
So what are your experiences with consulting firms in the Devops space?
https://redd.it/nb3rr0
@r_devops
reddit
Has anyone ever worked for or with a DevOps Consulting Company?
So some backstory, I'm looking for a new gig, as the current one is starting to falls apart from the top down, and I've had a few interviews with...
jq equivalent command for jmespath cheatsheet
I was looking at this jmespath tutorial and I am wondering if there is something out there that shows the equivalent jq command for jmespath. For example (to get the value of James),
{
"people":
{"first": "James", "last": "d"},
{"first": "Jacob", "last": "e"},
{"first": "Jayden", "last": "f"},
{"missing": "different"}
,
"foo": {"bar": "baz"}
}
The jmespath query:
people*.first | 0
And in jq, I have something like this:
.people | select(.first == "James") | .first
Is there some cheatsheet that shows the equivalent jq command for jmespath? Similar to the above example. Thanks.
https://redd.it/naua1w
@r_devops
I was looking at this jmespath tutorial and I am wondering if there is something out there that shows the equivalent jq command for jmespath. For example (to get the value of James),
{
"people":
{"first": "James", "last": "d"},
{"first": "Jacob", "last": "e"},
{"first": "Jayden", "last": "f"},
{"missing": "different"}
,
"foo": {"bar": "baz"}
}
The jmespath query:
people*.first | 0
And in jq, I have something like this:
.people | select(.first == "James") | .first
Is there some cheatsheet that shows the equivalent jq command for jmespath? Similar to the above example. Thanks.
https://redd.it/naua1w
@r_devops
Jenkins, what's next?
In the last 2 years, I have used Jenkins day after day, got to work with a lot of helpful plugins like Job DSL, CASC, etc. Most of my work is implementing better solutions for our deployment process in different cloud providers. However, I hear about a lot of other CI/CD solutions that people use, not always Jenkins, but TeamCity, CirceCI, and more.
I don't wanna be one of those who are only comfortable working with one CI/CD tool in my short career (3 years DevOps Experience), and also I look for other solutions other than Jenkins, which might be a better fit to improve our team.
We currently have processes with over 60 parameters in our pipelines which makes it not easy to maintain (especially the groovy definitions in our repo)
What CI/CD tool you use? or, what CI/CD you would recommend me to explore?
Thanks
https://redd.it/nbin16
@r_devops
In the last 2 years, I have used Jenkins day after day, got to work with a lot of helpful plugins like Job DSL, CASC, etc. Most of my work is implementing better solutions for our deployment process in different cloud providers. However, I hear about a lot of other CI/CD solutions that people use, not always Jenkins, but TeamCity, CirceCI, and more.
I don't wanna be one of those who are only comfortable working with one CI/CD tool in my short career (3 years DevOps Experience), and also I look for other solutions other than Jenkins, which might be a better fit to improve our team.
We currently have processes with over 60 parameters in our pipelines which makes it not easy to maintain (especially the groovy definitions in our repo)
What CI/CD tool you use? or, what CI/CD you would recommend me to explore?
Thanks
https://redd.it/nbin16
@r_devops
reddit
Jenkins, what's next?
In the last 2 years, I have used Jenkins day after day, got to work with a lot of helpful plugins like Job DSL, CASC, etc. Most of my work is...
I am a sysadmin, been working in IT for 17 years and want to become a devops engineer. How?
What is the best way to do this? I have some experience with powershell, react, python and git control. Any resources or help would be great!
https://redd.it/nbmd0w
@r_devops
What is the best way to do this? I have some experience with powershell, react, python and git control. Any resources or help would be great!
https://redd.it/nbmd0w
@r_devops
reddit
I am a sysadmin, been working in IT for 17 years and want to...
What is the best way to do this? I have some experience with powershell, react, python and git control. Any resources or help would be great!
Advice for working at my first startup company
As the title suggests, I'm joining my first startup as a DevOps engineer. Previously I worked at mostly large enterprise shops.
Any advice on navigating through the quirks of a startup?
How does it differ from enterprise?
What to expect?
https://redd.it/nbjbm4
@r_devops
As the title suggests, I'm joining my first startup as a DevOps engineer. Previously I worked at mostly large enterprise shops.
Any advice on navigating through the quirks of a startup?
How does it differ from enterprise?
What to expect?
https://redd.it/nbjbm4
@r_devops
reddit
Advice for working at my first startup company
As the title suggests, I'm joining my first startup as a DevOps engineer. Previously I worked at mostly large enterprise shops. Any advice on...
Assign domain to service in docker swarm
I have 3 manager 5 slave swarm, which ip address should i use in domain mapping to make my system fault tolerant.
Ps: if i assign it to any of my managers, if it goes down then my entire swarm in unaccessible.
https://redd.it/nbe9un
@r_devops
I have 3 manager 5 slave swarm, which ip address should i use in domain mapping to make my system fault tolerant.
Ps: if i assign it to any of my managers, if it goes down then my entire swarm in unaccessible.
https://redd.it/nbe9un
@r_devops
reddit
Assign domain to service in docker swarm
I have 3 manager 5 slave swarm, which ip address should i use in domain mapping to make my system fault tolerant. Ps: if i assign it to any of my...
Career advice needed.
Hello everyone,
Request you to advice me on career path between Devops and Full Stack
My skills are
Linux, HTML, AWS, Python, SQL
Kindly advice to choose between Devops and Fullstack
https://redd.it/nbgot1
@r_devops
Hello everyone,
Request you to advice me on career path between Devops and Full Stack
My skills are
Linux, HTML, AWS, Python, SQL
Kindly advice to choose between Devops and Fullstack
https://redd.it/nbgot1
@r_devops
reddit
Career advice needed.
Hello everyone, Request you to advice me on career path between Devops and Full Stack My skills are Linux, HTML, AWS, Python, SQL Kindly advice...
What permissions do you assign to your pipelines?
I've worked at multiple companies within DevOps environments and always found that deployment pipelines are assigned almost full access, purely because of what they need to deploy and execute. This definitely isn't great from a security standpoint. How do you handle permissions and access requirements for your pipelines, without giving almost full access?
https://redd.it/nbs9f9
@r_devops
I've worked at multiple companies within DevOps environments and always found that deployment pipelines are assigned almost full access, purely because of what they need to deploy and execute. This definitely isn't great from a security standpoint. How do you handle permissions and access requirements for your pipelines, without giving almost full access?
https://redd.it/nbs9f9
@r_devops
reddit
What permissions do you assign to your pipelines?
I've worked at multiple companies within DevOps environments and always found that deployment pipelines are assigned almost full access, purely...
DevOps: What was your last salary review percentage , comparing to a total salary?
Small check, to see what is normal for current DevOps market.
Typical raise for Europe/US is like ~ 5 percent early( in case u stay on same position)
View Poll
https://redd.it/nbef65
@r_devops
Small check, to see what is normal for current DevOps market.
Typical raise for Europe/US is like ~ 5 percent early( in case u stay on same position)
View Poll
https://redd.it/nbef65
@r_devops
Landing pages
Landing pages and Ecommerce, go hand in hand. At some point, your ecommerce store needs advertisements to drive traffic. Well, those ads need to send potential customers to a landing page. The same goes for inbound links from blogs and publications. If your visitors don't land on a relevant landing page, they're going to be rather confused.
So the big question is which landing page builder should you choose?
When it comes to ramping up your conversion rate and creating a customizable environment where you can connect with your audience, there are plenty of options out there. Landing page builders come in many different shapes and sizes, from solutions designed specifically for WordPress, to market-leaders like Instapage and leadpages.
I am keen on recommending Instapage because of its beautiful templates, collaboration tools and heatmapping.
Customers get up to 400% more from their digital ad spend with Instapage.
For more information about Instapage, please visit this site: https://sites.google.com/view/landing-pages-best/home
https://redd.it/nbdl8x
@r_devops
Landing pages and Ecommerce, go hand in hand. At some point, your ecommerce store needs advertisements to drive traffic. Well, those ads need to send potential customers to a landing page. The same goes for inbound links from blogs and publications. If your visitors don't land on a relevant landing page, they're going to be rather confused.
So the big question is which landing page builder should you choose?
When it comes to ramping up your conversion rate and creating a customizable environment where you can connect with your audience, there are plenty of options out there. Landing page builders come in many different shapes and sizes, from solutions designed specifically for WordPress, to market-leaders like Instapage and leadpages.
I am keen on recommending Instapage because of its beautiful templates, collaboration tools and heatmapping.
Customers get up to 400% more from their digital ad spend with Instapage.
For more information about Instapage, please visit this site: https://sites.google.com/view/landing-pages-best/home
https://redd.it/nbdl8x
@r_devops
Google
LandingPages
1-Introduction: