pentest| terokarvinen.com
MySQL is the most popular multi-user database. | terokarvinen.com
PostgreSQL is a popular database used often with Python Django, Python Flask and many other frameworks. It’s known for reliability and being very ACID.| terokarvinen.com
Logging is tells you what’s going on when your run and often avoids useless comments. Log messages give you a real time feeling what’s happening in the program. And your advanced users might want to run ‘supercommand –debug’, too. | terokarvinen.com
Tips for the first few challenges in Cryptopals. Learn to break encryption. No math degree required. You do have to be able to code, though.| terokarvinen.com
Micro editor is a text editor for coders. It's probably the easiest TUI (text user interface) editor to start, but provides extensive features for programmers. Learn how to start your journey with micro!| terokarvinen.com