CW46 Weekly Digest
Table of Contents
Python OOP
Posted my notes with Basic Python OOP info.
SQL Databases and Python
So Python has an alternative for Singletone - it’s Global Object Pattern.
More info here.
And this pattern could be used to establish a connection with the database. So what I did in my last commit for RestShuffler
Also, reviewed some sql code with chatGPT.
For example this notation:
cur.executemany("INSERT INTO test VALUES(?, ?)", values)
?
instead column names. I’ll create a note about that this week.C++ Code review Video
Interesting thing: .hpp headers are created to specify that this is C++ header, and prevent from C-compiler
More info in this video
C++ Weekly - Ep 402 - Reviewing My 25 Year Old C++ Code (IT’S BAD!)
Prep for Winter Cybersec advent
I want to take part in this event https://tryhackme.com/room/adventofcyber2023
I already registered there, waiting for the 1st Dec.
Also this looks interesting as well https://www.sans.org/mlp/holiday-hack-challenge-2023/
This week I’d like to work on some security stuff.
Gratitude practice
- The practice should be grounded into the story (What that story was?)
- Story should be about: I receiving genualy (wholeheartedly) thanks (not giving!!!)
- I’m observing someone else receiving thanks or expressing (genuinely)
- Write down few bulletpoints that reminds that story for me: state that I were in when I received the gratitude, the state that I were in after receiving the gratitude and emotions of the story
And my notes gathered here.
Pronunciation
Google can help with learning pronunciation. Just search for how to pronounce word
Example:
how to pronounce genuinely
And it’ll open a form where you can record your pronunciation and get feedback with recommendations.
Consistency is key.