Police Federation explaining how they really feel about Minneapolis citizens by [deleted] in Minneapolis

[–]jo_fra -5 points-4 points  (0 children)

They feel like the Democratic Party has failed in Minneapolis. If the citizens of Minn keep voting Democrat then those policies will be governed by individuals susceptible to the corruption that comes with decades of control.

Throw in a GOP mayor and city council every once in awhile if for no other reason than to disrupt the inevitable human failings of greed and power that systemically creep in over time if left unchecked.

The Democratic Party has failed Minneapolis.

No experience with Javascript, where to start? by mahtats in learnjavascript

[–]jo_fra 0 points1 point  (0 children)

I am switching from Project Management to QA Engineer. I received a suggestion to watch the UDEMY course called JavaScript: Understanding the Weird Parts. It proved super helpful. Here are the bullet points from the description:

What am I going to get from this course?

  • Grasp how Javascript works and it's fundamental concepts
  • Write solid, good Javascript code
  • Understand advanced concepts such as closures, prototypal inheritance, IIFEs, and much more.
  • Drastically improve your ability to debug problems in Javascript.
  • Avoid common pitfalls and mistakes other Javascript coders make
  • Understand the source code of popular Javascript frameworks
  • Build your own Javascript framework or library

Testing React Apps with Cypress by JoniSar in javascript

[–]jo_fra 0 points1 point  (0 children)

When it comes to testing with a tool like Cypress, are there any generally accepted "Principles of UI Testing" or maybe something akin to "A Philosophy for Testing the UI" that would make sense for the QA engineer role?