Software Craft
Complete Guide to CSRF/XSRF (Cross-Site Request Forgery)
Protecting a web application against various security threats and attacks is vital for the health and reputation of any web application.
Read moreComplete Guide to CORS
“CORS” stands for Cross-Origin Resource Sharing. CORS is a protocol and security standard for browsers that helps to maintain the integrity of a website and secure it from unauthorized access.
Read moreComplete Guide to CSRF
Protecting a web application against various security threats and attacks is vital for the health and security of a website. Cross Site Request Forgery (CSRF) is a type of such attack on websites.
Read moreSecuring Data in AWS
Amazon Web Services provide many possibilities to secure data in the cloud. In this article, we will have a closer look at how to encrypt different types of data at rest on AWS.
Read moreWriting Meaningful Commit Messages
Writing meaningful commit messages can save a lot of time answering many “why?” and “how?” questions, and thus gives us more time in the day to do productive work.
Read moreThe Open-Closed Principle Explained
Robert C. Martin, maybe better known to you as „Uncle Bob“, has defined a set of principles for software engineering and software architecture.
Read more