Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
automation
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Backup Google Apps Scripts using Github Actions
Ravgeet Dhillon
Ravgeet Dhillon
Ravgeet Dhillon
Follow
Aug 26 '20
Backup Google Apps Scripts using Github Actions
#
googleappsscript
#
githubactions
#
automation
13
reactions
Comments
Add Comment
4 min read
Terraform CLI shortcuts
Serhii Vasylenko
Serhii Vasylenko
Serhii Vasylenko
Follow
Aug 25 '20
Terraform CLI shortcuts
#
terraform
#
cli
#
automation
#
bash
22
reactions
Comments
Add Comment
2 min read
How to send a secret Whats app message from terminal using Gecko Driver
Arun krishna
Arun krishna
Arun krishna
Follow
Aug 25 '20
How to send a secret Whats app message from terminal using Gecko Driver
#
python
#
productivity
#
whatsapp
#
automation
7
reactions
Comments
Add Comment
4 min read
Using Power Automate to ease your tasks.
Ganesh Tiwari
Ganesh Tiwari
Ganesh Tiwari
Follow
Aug 24 '20
Using Power Automate to ease your tasks.
#
powerplatform
#
automation
#
nocode
7
reactions
Comments
Add Comment
5 min read
Add Test Coverage Labels with Github Actions
Pankaj Patel
Pankaj Patel
Pankaj Patel
Follow
for
Time to Hack
Aug 21 '20
Add Test Coverage Labels with Github Actions
#
github
#
testing
#
coverage
#
automation
6
reactions
Comments
Add Comment
4 min read
What every QA must know about Selenium 4?
glensmith088
glensmith088
glensmith088
Follow
Aug 21 '20
What every QA must know about Selenium 4?
#
selenium
#
qa
#
automation
#
cloudqa
6
reactions
Comments
Add Comment
6 min read
Rollout your website in minutes with the Azure CLI
Jeroen Fürst
Jeroen Fürst
Jeroen Fürst
Follow
for
TrueLime
Aug 20 '20
Rollout your website in minutes with the Azure CLI
#
azure
#
cli
#
automation
#
devops
11
reactions
Comments
Add Comment
6 min read
GitHub Composite Actions - STOP wasting your time and create reusable actions
Davide 'CoderDave' Benvegnù
Davide 'CoderDave' Benvegnù
Davide 'CoderDave' Benvegnù
Follow
Aug 18 '20
GitHub Composite Actions - STOP wasting your time and create reusable actions
#
github
#
devops
#
automation
#
actions
31
reactions
Comments
10
comments
5 min read
Kubernetes As A Service Webinar
Sardina Systems
Sardina Systems
Sardina Systems
Follow
Aug 19 '20
Kubernetes As A Service Webinar
#
kubernetes
#
storage
#
cloud
#
automation
3
reactions
Comments
Add Comment
1 min read
Why Selenium Grid Is Ideal For Automated Browser Testing?
himanshuseth004
himanshuseth004
himanshuseth004
Follow
Aug 19 '20
Why Selenium Grid Is Ideal For Automated Browser Testing?
#
selenium
#
seleniumgrid
#
automation
#
testing
4
reactions
Comments
Add Comment
14 min read
Jenkins vs GitLab CI: Battle of CI/CD Tools
Rahul
Rahul
Rahul
Follow
Aug 18 '20
Jenkins vs GitLab CI: Battle of CI/CD Tools
#
jenkins
#
gitlab
#
devops
#
automation
11
reactions
Comments
Add Comment
11 min read
How to achieve a redesign of your website
Ravgeet Dhillon
Ravgeet Dhillon
Ravgeet Dhillon
Follow
Aug 18 '20
How to achieve a redesign of your website
#
webdesign
#
webdev
#
appdevelopment
#
automation
2
reactions
Comments
Add Comment
4 min read
Keep a Changelog Up To Date
Dan Goslen
Dan Goslen
Dan Goslen
Follow
Aug 15 '20
Keep a Changelog Up To Date
#
actionshackathon
#
github
#
githunt
#
automation
8
reactions
Comments
Add Comment
1 min read
Instagram bot to like and comment on all the posts of an user
Arun krishna
Arun krishna
Arun krishna
Follow
Aug 15 '20
Instagram bot to like and comment on all the posts of an user
#
python
#
productivity
#
automation
#
instagram
13
reactions
Comments
2
comments
3 min read
Let's build a `CLI Based YouTube Launcher` in Python
Aamir
Aamir
Aamir
Follow
Aug 15 '20
Let's build a `CLI Based YouTube Launcher` in Python
#
youtube
#
python
#
automation
#
project
6
reactions
Comments
Add Comment
9 min read
Create Custom Company Chat bots on Discord
Derrick Sherrill
Derrick Sherrill
Derrick Sherrill
Follow
for
WayScript
Aug 14 '20
Create Custom Company Chat bots on Discord
#
tutorial
#
wayscript
#
bots
#
automation
12
reactions
Comments
Add Comment
3 min read
How to automatically give kudos to contributors with GitHub, Slack, and n8n 👏
Harshil Agrawal
Harshil Agrawal
Harshil Agrawal
Follow
for
n8n
Sep 29 '20
How to automatically give kudos to contributors with GitHub, Slack, and n8n 👏
#
community
#
slack
#
github
#
automation
10
reactions
Comments
Add Comment
11 min read
Load chrome extensions in puppeteer
Ajay kumbhare
Ajay kumbhare
Ajay kumbhare
Follow
Aug 12 '20
Load chrome extensions in puppeteer
#
javascript
#
node
#
puppeteer
#
automation
25
reactions
Comments
7
comments
2 min read
Bypassing web scraping protection: get the most out of your proxies with shared IP address emulation
Petr Pátek
Petr Pátek
Petr Pátek
Follow
for
Apify
Aug 13 '20
Bypassing web scraping protection: get the most out of your proxies with shared IP address emulation
#
webscraping
#
dataextraction
#
apify
#
automation
3
reactions
Comments
Add Comment
3 min read
AutoPublish on GitHub Pages with Github actions
Pankaj Patel
Pankaj Patel
Pankaj Patel
Follow
for
Time to Hack
Aug 11 '20
AutoPublish on GitHub Pages with Github actions
#
github
#
webdev
#
tools
#
automation
12
reactions
Comments
Add Comment
5 min read
Using Makefiles to Automate Workflows
Matthew Epler
Matthew Epler
Matthew Epler
Follow
Aug 7 '20
Using Makefiles to Automate Workflows
#
makefiles
#
python
#
automation
25
reactions
Comments
Add Comment
3 min read
Automate web browsers with Python and Playwright
Max Schmitt
Max Schmitt
Max Schmitt
Follow
Aug 7 '20
Automate web browsers with Python and Playwright
#
playwright
#
python
#
selenium
#
automation
12
reactions
Comments
Add Comment
3 min read
FINALLY! Start your GitHub Actions manually!
Davide 'CoderDave' Benvegnù
Davide 'CoderDave' Benvegnù
Davide 'CoderDave' Benvegnù
Follow
Aug 7 '20
FINALLY! Start your GitHub Actions manually!
#
github
#
actions
#
automation
#
devops
28
reactions
Comments
1
comment
1 min read
Why you might need Ansible and not even know it
Piotr Gaczkowski
Piotr Gaczkowski
Piotr Gaczkowski
Follow
Aug 5 '20
Why you might need Ansible and not even know it
#
python
#
devops
#
automation
#
linux
31
reactions
Comments
7
comments
6 min read
UX and its importance in e-commerce
glensmith088
glensmith088
glensmith088
Follow
Aug 7 '20
UX and its importance in e-commerce
#
ux
#
ecommerce
#
automation
#
automationtool
2
reactions
Comments
2
comments
6 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account