Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				
C0D4644186yWhat are you automating? 🧐
Unless it's selenium or tapping into windows applications, I would usually use php first. - 
				
				@C0D4 same for me .. but still its much easier to handle these things using python. 😊
 - 
				
				People that Love to complain about technologies they use or have to use are great coworkers. They always have some entertaining new "shitty technology is shitty" story Up their sleeves :)
 - 
				
				@PrivateGER Php is not bad for automation, but Ruby pretty king on my list for that!
 - 
				
				I've used PHP, python and perl for automation and never had any issues.
Know your task, don't blame the language. - 
				
				What about Go? It's designed for devops and has concurrency in mind
I also remember my troubles trying to automate Selenium using Apache Spark. 16 headless chrome browsers running over 4 machines to hammer through a few thousand pages. - 
				
				
Wack61256yHave you taken a look at Symfony Console as well as the DomCrawler components? They help quite a bit... - 
				
				@bitches I've never heard of anyone using java for classic cli automation tasks
Wouldn't that be a huge pain to setup and run? 
Related Rants
- 
						
							
mijit20*Builds a web component for a client website* CLIENT: I don't like it, can I have it a tiny bit over to the r... - 
						
							
Korvax31Italian chef: We have the best spaghetti in the world PHP developer: I doubt that - 
						
							
iamrp31Today I learned: `/usr` stands for “universal system resources” not “user” `/dev` stands for “devi... 

Its really hard to do automation using PHP.. 😪..
Miss those days when I used to automate anything using Python..😢
rant
php
web application
development
webdev