Day: October 23, 2022
11 posts
post 1, 10/22/22
Today I learned that there are a ton of resources online for coding. There are those who share…
Portswigger’s lab write up: Clickjacking with form input data prefilled from a URL parameter
In this apprentice level lab, we will exploit the change email flow from a website vulnerable to clickjacking…
Javascript Shallow Copy – what is a Shallow Copy?
Shallow copy and deep copy are terms thrown around in Javascript that can be confusing if you have…
Design Patterns in Software Development
If you have worked with the enterprise level softwares or any legacy software than you already know that…
CSS Individual Transform Properties
CSS transforms are a useful way to translate, rotate, and create 3d objects in CSS. I covered previously…
Learn git alias and boost your productivity
Setting up an Alias Repeating the same git commands over and over again can be such a waste…
Episode 54: October 22, 2022: Real-Time & KubeCon
ApachePulsar #ApacheFlink #Spring #DeltaLake #CDC #SQL OpenSource #ApacheBookeeper #ApacheCon #Containers PIP-156 is coming soon and that brings us…
The Truth behind Implicit/Explicit form labels
Recently I’ve been hearing to avoid “implicit” labels and to favor explicit labels for accessibility reason. This was…
How to Connect WSL2 (with Laravel App) to a XAMPP MySql Server on Windows
You have a MySql server running on Windows perhaps with XAMPP. You also have Wsl2 and want to…
Fetch and Create events in Google Calendar with HTML and Javascript.
The Google Calendar API is a RESTful API that can be accessed through explicit HTTP calls or via…