Pablo Calvo 🇨🇷🇳🇱 (@mindfultestdev) 's Twitter Profile
Pablo Calvo 🇨🇷🇳🇱

@mindfultestdev

Manager. Tester. Developer. Sports fan.

ID: 864565350926516224

linkhttps://open.spotify.com/show/1urrYh1Pp2go5IPBkSYZsC?si=ad20d51c489b47db calendar_today16-05-2017 19:36:57

650 Tweet

274 Takipçi

419 Takip Edilen

Boni García (@boni_gg) 's Twitter Profile Photo

November 2022 was an important month for me. This month, the first release of #Selenium Manager saw the light. Selenium Manager is the official driver/browser manager for the Selenium project. Selenium Manager has been built using the lessons learned from WebDriverManager.🧵👇

November 2022 was an important month for me. This month, the first release of #Selenium Manager saw the light. Selenium Manager is the official driver/browser manager for the <a href="/SeleniumHQ/">Selenium</a> project. Selenium Manager has been built using the lessons learned from WebDriverManager.🧵👇
Go (@golang) 's Twitter Profile Photo

📦 The Go team is looking to add a new package to the standard library for structured logging. Jonathan Amsterdam covered what this means at Go Day 2022. Tune in 👉 goo.gle/3GF6kZU

📦 The Go team is looking to add a new package to the standard library for structured logging.

Jonathan Amsterdam covered what this means at Go Day 2022. Tune in 👉 goo.gle/3GF6kZU
Pablo Calvo 🇨🇷🇳🇱 (@mindfultestdev) 's Twitter Profile Photo

I had an awesome 'open minding' conversation with Federico Toledo about chatGPT. One that actually made me start using the tool and I think we have become good friends. Check it out and subscribe if you like it open.substack.com/pub/mindfultes…

Pablo Calvo 🇨🇷🇳🇱 (@mindfultestdev) 's Twitter Profile Photo

The latest episode of MindfulTesting is a must-listen! Join me as I dive deep into the amazing world of ChatGPT and explore how it can revolutionise the way software testers and SDETs work. mindfultesting.substack.com/p/solo-convers… Inspired by my great friend Federico Toledo .

Rohith Kaliyur 🇺🇸 (@rohithkaliyur) 's Twitter Profile Photo

Mental masturbation: The process of raising dopamine in the brain by telling people your goals, plans, and how you want to change but never actually doing anything about it.

Pablo Calvo 🇨🇷🇳🇱 (@mindfultestdev) 's Twitter Profile Photo

I'm attending React Day Berlin 2023 - get your free remote ticket and join me there with 5k other engineers and 35 great speakers portal.gitnation.org/badges/react-d… #reactdayberlin

Pablo Calvo 🇨🇷🇳🇱 (@mindfultestdev) 's Twitter Profile Photo

Unpopular opinion: I think that on this case: myString := "this is my string" myString = string + "some prefix" is way better than myString := "this is my string" myString = fmt.Sprintf("%s%s", string, "someprefix") Go Time ⏰ #golang Go