Posts tagged with
coding
Feb 21, 2020
Code/Notes to explain SQL injection (pure draft)
SQL injection explained: Unsafe code like SELECT * FROM users WHERE username = '$username' allows attackers to manipulate queries, potentially deleting data as shown with 'jagdeep'; DELETE FROM users;--'.
Nov 25, 2019
Kuotes Admin section structure and DB in CakePHP
The Kuotes admin panel in CakePHP will manage kuotes (add/update/remove/archive/disable) with features like search, sort, and pagination. The database will include Users, User Logins, Authors, and Kuotes tables.
Oct 23, 2019
Light is back!
After trying numerous dark themes on everything from phone to IDEs, the author reverted back to light mode for increased focus and productivity. The struggle to adapt NetBeans to a comfortable dark theme proved too distracting.
2025