-
Do Not Store User Passwords in This Way
One of the most critical topics in software development is secure storage of passwords. A data leak can lead to issues concerning both customers and legal regulations. Therefore, today we will focus on best practices regarding these topics. …
-
Rest Api Design Best Practices
We are using Rest API Services for intercommunication of our applications. So, do we pay attention to best practices when using them, e.g Richardson Maturity Model, Http Methods, status codes, URI design principles. Let’s analyze this topics together. …