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…
Now that the event industry is starting to come out of the COVID-imposed restrictions, we’re seeing a lot of growth and subsequently, a lot of…
That’s right, I got married! Rewinding a bit. I haven’t posted much in the last few months, because both work and my personal life have…
The last few months of my employment have largely been spent moving big parts of our subscription functionality to one central location. This functionality used…
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…