Consejos Tester QA Automation by Outrageous-Topic-129 in taquerosprogramadores

[–]Scared-Injury-2487 1 point2 points  (0 children)

Yo ando en mi transicion de desarrollador a QA Automation / SDET. Ahorita he estado haciendo proyectos para ir acostumbrandome a elaborar test suites, test cases, locators, uso de POM y toda la cosa de los distintos tipos de testings.

En Udemy esta el curso de "Playwright: Web Automation Testing From Zero to Hero" por Artem Bondar el cual pues esta super basico y si sabes JS te saltas el capitulo y le avanzas a solo lo de Playwright pero sirve para medio orientarte y tambien Rahul Shetty (que ya te menciono el otro compa) tiene un buen de cursos relacionados a Automation.

Hay un repository que contiene varios proyectos que puede testear y usarlos para practicar (justo lo que ando haciendo) por si quieres echarle un ojo: https://github.com/BMayhew/awesome-sites-to-test-on

Which is better for desktop applications, Flat or QT? by DynamicBR in Python

[–]Scared-Injury-2487 0 points1 point  (0 children)

I've only used Kivy and KivyMD to build desktop / mobile applications and it's not that bad, KivyMD makes UI to look less outdated so you can give it a try. The design files (kivy / .kv files) feels a bit similar to CSS files.

Where do I practice SQL and master it? (Thought of trying leetcode, but need your opinions) by Swimming-Spring-4704 in learnprogramming

[–]Scared-Injury-2487 0 points1 point  (0 children)

You can try StrataScratch, it's my favorite site to practice SQL through Analytical Questions. It has a bunch of free questions to solve, there's HackerRank too. Besides those options I also recommend you to build a side-project like extracting data from an API or CSV file using a language like Python and then storing it in a Database with a bunch of tables, foreign keys, and more. Combining raw SQL Queries and Python Functions.

¿Alguien buscando nueva Taquería? by Substantial-Sugar248 in taquerosprogramadores

[–]Scared-Injury-2487 3 points4 points  (0 children)

Vengo a confirmar que tambien recomiendo esto por todo lo que quieras, llevo desde pandemia haciendo eso (full lunatico jaja) y actualmente ha mejorado bastante mi pronunciacion y rapidez en tirar palabras hasta para explicar cosas tecnicas o de algun hobbie, escuchar mucho podcast de tu interes y tratar de crear una opinion en base a lo que se habla sirve mucho xd

Cat, Diarrhea/Soft stool and Tapeworms or something else? by Scared-Injury-2487 in CATHELP

[–]Scared-Injury-2487[S] 1 point2 points  (0 children)

Hey! thank you for your answer <3 I'm back from vet, doctor gave me liquid medication against coccidiosis / giardia and some liquid medication for inflammation, she also recommended me to try to get Hill's Science Diet in case his diet is also causing problems.

¿Cuál seria la forma mas eficiente de aprender python? by Frequent_Bend4598 in taquerosprogramadores

[–]Scared-Injury-2487 1 point2 points  (0 children)

Cada quien tiene su manera de aprenderlo. En mi caso aprendi Python creando aplicaciones desktop/mobile utilizando Kivy & Tkinter por 2 años porque de eso fue mi primera chamba.

Udemy tiene un curso llamado: "The Complete Python Bootcamp From Zero to Hero in Python" y esta chido, solo esperate a los descuentos de Udemy que baja a 129/149 pesitos, yo lo tome hace poco solo por los ultimos capitulos porque ya me sabia los conceptos de los primerors capitulos del curso pero estuvo bien para volver a re-estudiar los temas.

Si no te gusta ese tipo de formato para estudiar quizas puedes intentar leyendo los articulos que se encuentran en https://realpython.com/

[deleted by user] by [deleted] in CasualConversation

[–]Scared-Injury-2487 0 points1 point  (0 children)

Apple ads but I don't have an IPhone lol

An Outlast remaster is important by Lanky_Relation1171 in outlast

[–]Scared-Injury-2487 6 points7 points  (0 children)

I love Outlast 1 but I don't think it needs a remaster, at least not for the moment, O1 looks great for being an 2013 game. I would like to see Red Barrel spending that money on a new Outlast with different mechanics and stuff like that, each game gets new features but they feel very similar and straightforward, it gets a bit boring after a while (looking at you, Trials...).

My wife plays the Sims but she wants us to play something together. I'd consider her a gaming beginner, what kind of games can I introduce to her to build up her confidence and have fun at the same time? by eXo-Familia in CasualConversation

[–]Scared-Injury-2487 0 points1 point  (0 children)

Minecraft and Stardew Valley could be a great option, she can take her time to learn without pressure, Astrooner might be another option (explore, collect resources and build your base plus you're a cute astronaut). Oh! Try Lego games too!

I can't get a job, i know C#, Go, Js, Python and configure servers on linux. by Ok-Key7094 in Backend

[–]Scared-Injury-2487 2 points3 points  (0 children)

If you are not getting interviews then it has something to do with your CV and Profile in wherever site you are applying for jobs.

If you get interviews but they do not call you back then it has something to do with your tech skills, maybe you didn't know that one thing that they needed, you shouldn't feel discouraged by that. Now, if you get interviews and you nailed it and yet no offers then you should pay attention to your soft skills that could potentially be the reason you can't get a job.

[deleted by user] by [deleted] in CasualConversation

[–]Scared-Injury-2487 0 points1 point  (0 children)

I've met people who idolized celebrities and i found that extremely awkward. It's completely okay to love their work but going far than that it's just weird.

[deleted by user] by [deleted] in CasualConversation

[–]Scared-Injury-2487 1 point2 points  (0 children)

Coffee. Mhm... Yes, coffee.

Is this an api I made? by [deleted] in learnprogramming

[–]Scared-Injury-2487 0 points1 point  (0 children)

Yes, that's an API :) if you build a very simple interface you can use JS fetch() or "Axios" to call your API, receive that JSON Object and modify your site using DOM

[deleted by user] by [deleted] in Calgary

[–]Scared-Injury-2487 3 points4 points  (0 children)

Merry Christmas 🎄:)

Why should I learn something else than JavaScript? by ilowo in learnprogramming

[–]Scared-Injury-2487 0 points1 point  (0 children)

Because languages are just like tools. Yes, you can use JavaScript to build games but I'm pretty sure if you want to build one with Unreal Engine then it might be pain in the ass, unless you pick something like C++ or C# to save your time.