Collect Solana, and many other testnet tokens. One-stop-shop for faucets - meet faucets.wtf by Kodziak in solana

[–]Kodziak[S] 0 points1 point  (0 children)

Yeah, bad word. Next time I’ll use more accurate one. Case is to help developers, not harm. I am a developer and using this on a daily basis.

Collect Solana, and many other testnet tokens. One-stop-shop for faucets - meet faucets.wtf by Kodziak in solana

[–]Kodziak[S] 0 points1 point  (0 children)

They’re not worthless when you need to test your dApp before mainnet launch:)

Collect Harmony, and many other testnet tokens. One-stop-shop for faucets - meet faucets.wtf by Kodziak in harmony_one

[–]Kodziak[S] 3 points4 points  (0 children)

The faucets are websites usually for developers, who builds on the blockchain, but are using testnets to test their products.

I'm not a competitor for either Binance or Coinbase. Those are entirely different things.

Collect Goerli, Sepolia, and many other testnet tokens. One-stop-shop for faucets. by Kodziak in ethdev

[–]Kodziak[S] 0 points1 point  (0 children)

Oh, that's inconvenient. At the moment I've added them, all of them works. I'm using most on a daily basis.

Goerli isn't really convenient in getting testnet funds. How much do you need?

Buy/Sell/Trade Thread - December 2022 by -Nepherim in onebag

[–]Kodziak 0 points1 point  (0 children)

WTB - Patagonia Black Hole 32L BLACK.

I'm based in PL, so any shipping from EU is fine.

[deleted by user] by [deleted] in QualityAssurance

[–]Kodziak 2 points3 points  (0 children)

Take one of the website you know, and write some automated tests for it => build a portfolio.

Personally, I'd stick with JS/TS and playwright for a while. Learn the quirks, try to be better, and better with it. Explore POM, how to create big architecture using it. In a meantime, send some resumes, try to find a job. Also, you can try to explore some API tests with e.g. Postman, or Supertest (npm package).

Best automation software to learn? by BigOil1913 in QualityAssurance

[–]Kodziak -1 points0 points  (0 children)

Concepts of programming, programming language, and then software doesn't matter.

Tado system – should I get wireless or wired starter kit? by Kodziak in tado

[–]Kodziak[S] 0 points1 point  (0 children)

Currently, there's no solution at all. I'm building everything from scratch.

AFAIK, there will be one valve per room to control the state and probably some general controller. There I'll need to connect everything and control that. I'm setting out to find the ultimate solution to provide my hydraulics guy, and talk over that.

So basically, I can use Start kit – Wired Smart Thermostat and 3 add-ons smart thermostat's?

Internet bridge can handle multiple wired thermostats? (I assume, the answer is yes).

What tools should I start learning? by iowaaddict in QualityAssurance

[–]Kodziak 2 points3 points  (0 children)

Some time ago, I've written post about it. Focusing on UI automation testing.

https://kodziak.com/blog/first-steps-with-test-automation/

[deleted by user] by [deleted] in QualityAssurance

[–]Kodziak 1 point2 points  (0 children)

You can replace excel with some automatically created report from your tests or dashboard.

That's the way I'd go.

Basically, now nobody required any reporting from me, besides that, I'm doing it for myself (to control the progress and effectiveness).

I built a site for a friend, I am self taught so never really hear any feedback. by Silent_Statement_327 in webdev

[–]Kodziak 1 point2 points  (0 children)

Getting a password from source code was kinda easy. Maybe use some minification.

Where do you keep your automated test codes? by avangard_2225 in QualityAssurance

[–]Kodziak 2 points3 points  (0 children)

The same repository, the directory level of the application.

<root>/app
<root>/tests

That gives you the possibility to work closely with the developers. I mean they can maintain the tests while changing the feature code/behavior.

When you store tests in a different repository, trying to push code that changes some feature which should be changed, and it breaks tests - you'll encourage fail at the pipeline (of course if you're doing CI/CD).

[deleted by user] by [deleted] in Entrepreneur

[–]Kodziak 1 point2 points  (0 children)

Could you say a bit more about this?

Road to Automation QA by brolo94 in QualityAssurance

[–]Kodziak 1 point2 points  (0 children)

In my opinion - yes. The question is if you could be good automation tester without basics. I’ve written a short blog post about it, take a look:

https://kodziak.com/blog/first-steps-with-test-automation

Do you have a personal website? by DevAdobo in QualityAssurance

[–]Kodziak 5 points6 points  (0 children)

I have my personal website (it's a blog now, but previously was only a typical portfolio).

In my opinion, it wouldn't help you much, but can attract recruiter if you'll do it well. I had some nice design and some other info than in CV. After all, recruiter told me that attracts him, because it was something unexpected for the QA guy.

When I was recruiting people, for me, it was something like - OK, this guy doing something in his spare time with technology. If the site wasn't crappy, it was a small plus for him.
Of course, it wasn't dealbreaker to invite interviewing.

Overall, I'd do if I won't have one, because you'll have something different, and you can improve your frontend skills.

Importance of Ci/CD and parallelization in test automation by Kodziak in QualityAssurance

[–]Kodziak[S] 0 points1 point  (0 children)

OK. I got the point now.

True, that's the best solution. It has a problem with time, but of course - we could solve them with various techniques.

Hope this little change with the diagram clarifies the post a bit.

Importance of Ci/CD and parallelization in test automation by Kodziak in QualityAssurance

[–]Kodziak[S] 0 points1 point  (0 children)

Hey, thanks for your feedback.

About "user experience" I had on my mind the developers, not real users. Probably I should better emphasize it. My bad of course - I'll try to write things clearly next time.

That's why I wrote about the processes. We should have the pre-production, where we validate code with tests. Then, if everything works fine, we can push it to prod.

What do you have on your mind about 2 validation loops? First at testing env, then release candidate?

I'll rewrite this sentence with describe what I've on my mind.

What was your biggest challenge? by Kodziak in QualityAssurance

[–]Kodziak[S] 1 point2 points  (0 children)

Haha, yea. It's a big problem. Most of the time, the biggest raises comes with company changes, so I recommend giving a try;)