From 219820da6e595e50d67a01365b73883600e662df Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 29 May 2022 08:32:45 +0100 Subject: override styles --- notes/index.html | 23 ++++ notes/soft-skills.html | 243 +++++++++++++++++++++++++++++++++++++++++ notes/style-override.css | 19 ++++ notes/the-stoic-challenge.html | 40 +++++++ 4 files changed, 325 insertions(+) create mode 100644 notes/index.html create mode 100644 notes/soft-skills.html create mode 100644 notes/style-override.css create mode 100644 notes/the-stoic-challenge.html (limited to 'notes') diff --git a/notes/index.html b/notes/index.html new file mode 100644 index 00000000..1a5a5603 --- /dev/null +++ b/notes/index.html @@ -0,0 +1,23 @@ + + + + +Notes on foo.zone + + + + + +

Notes on foo.zone

+

To be in the .zone!

+'The stoic challenge' book notes
+'Software Developmers Career Guide & Soft Skills' book notes
+

That were all notes. Hope they were useful!

+Go back to main site
+ + + diff --git a/notes/soft-skills.html b/notes/soft-skills.html new file mode 100644 index 00000000..4252d31d --- /dev/null +++ b/notes/soft-skills.html @@ -0,0 +1,243 @@ + + + + +'Software Developmers Career Guide %%TITLE%% Soft Skills' book notes + + + + + +

"Software Developmers Career Guide & Soft Skills" book notes

+

Last updated 29.5.2022

+

Improve

+

Always learn new things

+ +

Boot camps: The advantage of a boot camp is to pragmatically learn things fast. We almost always overestimate what we can do in a day. Especially during boot camps. Connect to others during the boot camps

+

Set goals

+ +

Ratings

+ +

Promotions

+ +

Finish things

+ +

Expand the empire

+

The larger your empire is, the larger your circle of influence is. The larger the circle of influence is, the more opportunities you have.

+ +

Be pragmatic and also manage your time

+ +

The quota system

+ +

Don't waste time

+ +

Habits

+ +

Work-life balance

+ +

Mental health

+ +

Physical health

+ +

No drama

+ +

Personal brand

+ +

Market yourself

+ +

Networking

+ +

Public speaking

+ +

New job

+

For the interview

+ +

Find the right type of company

+

Not all companies are equal. They have individual cultures and guidelines.

+ +

Work in a tech. company if you want to work on/with cutting edge technologies.

+

Apply for the new job

+ + +

Negotiation

+ + +

Leaving the old job

+

When leaving a job make a clean and non personal as possible. Never complain and never explain. Don't worry about abandonment of the team. Everybody is replacement and you make a business decision. Don't threaten to quit as you are replaceable.

+

Other things

+ +

Testing

+

Unit testing Vs regression testing: Unit tests test the smallest possible unit and get rewritten if the unit gets changed. It's like programming against a specification n. Regression tests test whether the software still works after the change. Now you know more than most software engineers.

+

Books to read

+ +More notes
+ + + diff --git a/notes/style-override.css b/notes/style-override.css new file mode 100644 index 00000000..14a911ee --- /dev/null +++ b/notes/style-override.css @@ -0,0 +1,19 @@ +body { + font-family: handnotes, monospace; +} + +h1, h2, h3 { + font-family: typewriter, monospace; +} + +a { + font-family: typewriter, monospace; +} + +p.quote { + font-family: typewriter, monospace; +} + +pre { + font-family: typewriter, monospace; +} diff --git a/notes/the-stoic-challenge.html b/notes/the-stoic-challenge.html new file mode 100644 index 00000000..13cd77aa --- /dev/null +++ b/notes/the-stoic-challenge.html @@ -0,0 +1,40 @@ + + + + +'The stoic challenge' book notes + + + + + +

"The stoic challenge" book notes

+

Last updated 29.5.2022

+

Gods set you up for a challenge to see how resilient you are. Is getting angry worth the price? If you stay calm then you can find the optimal workaround for the obstacle. Stay calm even with big setbacks. Practice minimalism of negative emotions.

+

Put a positive spin on everything. What should you do if someone wrong you? Don't get angry, there is no point in that, it just makes you suffer. Do the best what you got now and keep calm and carry on. A resilient person will refuse to play the role of a victim. You can develop the setback response skills. Turn a setback. e.g. a handycap, into a personal triumph.

+

It is not the things done to you or happen to you what matters but how you take the things and react to these things.

+

Don't row against the other boats but against your own lazy bill. It doesn't matter if you are first or last, as long as you defeat your lazy self.

+

Stoics are thankful that they are mortal. As then you can get reminded of how great it is to be alive at all. In dying we are more alive we have ever been as every thing you do could be the last time you do it. Rather than fighting your death you should embrace it if there are no workarounds. Embrace a good death.

+

Negative visualization

+

It is easy what we have to take for granted.

+ +

Oh, nice trick, you stoic "god"! ;-)

+

Take setbacks as a challenge. Also take it with some humor.

+ +

What would the stoic god's do next? This is just a test strategy by them. Don't be frustrated at all but be astonished of what comes next. Thank the stoic gods of testing you. This is comfort zone extension of the stoics aka toughness Training.

+More notes
+ + + -- cgit v1.2.3