Want a primer on how OAuth works? If so, check out this post on how you can use OAuth to access your user information on…
Personal ramblings and random code
Want a primer on how OAuth works? If so, check out this post on how you can use OAuth to access your user information on…
I wrote about the different ways you can set up a Laravel development environment. The post covers an introduction to development environments and examples include…
I wrote about XSS attack vectors and how you can inadvertently make yourself vulnerable when using Vue.js. The post has examples and discusses different approaches…
I wrote about Cross-Site Request Forgery (CSRF) and the damage it may cause your users if your application is vulnerable. I used a Vue app…
I wrote an introduction to Open Redirect vulnerabilities and how they might affect your Laravel application. The post contains examples and how you avoid the…
I wrote an introductory post on Open Redirect vulnerabilities and how they can affect your NodeJS application. The post contains examples using NodeJS and covers…
I wrote a post about Microservices and a few basic concepts related to this software architecture pattern. The post takes a high-level view of the…
I wrote a beginner-level post on Cross-Site Request Forgery (CSRF). The post is part of a series of introductions to basic vulnerabilities that are easy…