#ReactJS https://medium.freecodecamp.org/unit-testing-patterns-for-react-720a8275873b?gi=89649136bd8f
freeCodeCamp
Check out these beginner-friendly unit testing patterns for React
There are many frameworks and even more ways to test a React component. But in my experience, there are a few patterns that are…
#MongoDB https://dev.to/mongodb/stack-overflow-research-of-100000-developers-finds-mongodb-is-the-most-wanted-database--m4h
The Practical Dev
Stack Overflow Research of 100,000 Developers Finds MongoDB is the Most Wanted Database
From the DEV community. Sharing ideas that makes us all better developers.
How would you rate us?
anonymous poll
⭐⭐⭐⭐⭐ – 52
👍👍👍👍👍👍👍 59%
⭐⭐⭐⭐ – 25
👍👍👍 28%
⭐⭐⭐ – 7
👍 8%
⭐⭐ – 3
▫️ 3%
⭐ – 1
▫️ 1%
👥 88 people voted so far.
anonymous poll
⭐⭐⭐⭐⭐ – 52
👍👍👍👍👍👍👍 59%
⭐⭐⭐⭐ – 25
👍👍👍 28%
⭐⭐⭐ – 7
👍 8%
⭐⭐ – 3
▫️ 3%
⭐ – 1
▫️ 1%
👥 88 people voted so far.
#UK #Development #Law https://www.smashingmagazine.com/2018/03/copyright-law-basics-for-uk-software-developers/
Smashing Magazine
Copyright Law Basics For UK Software Developers — Smashing Magazine
Software developers in the UK need to better understand how copyright laws may affect their work so that they don’t miss out on opportunities to protect their work and to avoid infringing on the work of another. So, where do we start?
Sorry, there is an issue with the survey we just posted due the bot we're using. In order to guarantee the privacy of the participants we deleted the survey and we're going to publish it later.
#Security #Ruby #Rails https://dev.to/philnash/better-passwords-in-ruby-applications-with-the-pwned-passwords-api-4o9f
DEV Community
Better passwords in Ruby applications with the Pwned Passwords API
The Pwned Passwords API can tell you if a password has been seen in a data breach before. Use it in your Ruby application to encourage better passwords.