DEV Community

Discussion on: What was your win this week?

Collapse
 
eissorcercode99 profile image
The EisSorcer

My win for this week was to begin understanding the Jest library for React testing after completing the Redux course on Codecademy. It was a win not only because of completing the course, but because it gave me a clear sense of direction in terms of building Full Stack Applications. After learning to manage state of an application with Redux the next step is learning how it's different from Context API. Following this, query languages that will allow me to pull data from outside of the app for users seems to be the logical next step.

However, besides "best practices" for writing the code itself I am not coming across cybersecurity concepts as often as I would like. Is there any recommendations regarding understanding implementing cybersecurity for a full stack app? i.e API hardening)