Skip to content

Commit

Permalink
✨ mentoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Mar 31, 2024
1 parent 7e2260a commit ca75d3f
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 7 deletions.
25 changes: 25 additions & 0 deletions Career/mentoring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Mentoring

**_Posted on 31 Mar, 2024_**

Collected in-progress thoughts on mentoring (both sides).

## 2-way street

- Push people out-of-their-comfort-zone, make them a little bit uncomfortable.
- Showing vulnerability as a mentor. None of us have all the answers.
- "I have feedback for you" as a phrase can be intimidating. Couple of pointers while giving feedback:
- Ask permission
- Genuinely care.
- +ve intent
- Give feedback early and often (do not delay)
- Be to the point

## Questions to ask the mentee

- What do you want to achieve, get out of mentorship?
- No firm goals & expectations can lead to disappointment & guilt later on where both mentor & mentee feel like they were not able to get the most out of the relationship.

## Resources

- [Mentoring: A Two Way Street • Larene Le Gassick & Damian Maclennan • YOW! 2018](https://www.youtube.com/watch?v=keAG7CdfDng)
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 8 Fallacies of Distributed Computing

**_Posted on 21 Apr, 2022_**

Originally formulated by L. Peter Deutsch & Colleagues at Sun Microsystems in 1994. No 8 was added by James Gosling in 1997
Expand All @@ -11,4 +12,3 @@ Originally formulated by L. Peter Deutsch & Colleagues at Sun Microsystems in 19
6. There is only 1 administrator
7. Transport costs $0
8. The network is homogeneous

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* [AWS](#aws) [**`1`**]
* [Android](#android) [**`1`**]
* [Artificial Intelligence](#artificial-intelligence) [**`2`**]
* [Career](#career) [**`8`**]
* [Career](#career) [**`9`**]
* [Coding Practices](#coding-practices) [**`5`**]
* [Community Building](#community-building) [**`4`**]
* [Compilers](#compilers) [**`1`**]
Expand Down Expand Up @@ -90,6 +90,7 @@
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/Career/full-employment-theorem.md">Full employment theorem</a>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/Career/developing-decision-making-skills.md">Invest in decision-making skills early in career</a>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/Career/leveling-up-from-software-engineer-to-senior-software-engineer.md">Leveling up from Software Engineer to Senior Software Engineer</a>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/Career/mentoring.md">Mentoring</a>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/Career/pros-and-cons-of-working-professionally.md">Pros & Cons of working professionally</a>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/Career/question-to-ask-interview.md">Questions to ask in an interview</a>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/Career/writing-cover-letter-tips.md">Writing Cover letter - Tips</a>
Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<li><a href="Career/full-employment-theorem.md">Full employment theorem</a>
<li><a href="Career/developing-decision-making-skills.md">Invest in decision-making skills early in career</a>
<li><a href="Career/leveling-up-from-software-engineer-to-senior-software-engineer.md">Leveling up from Software Engineer to Senior Software Engineer</a>
<li><a href="Career/mentoring.md">Mentoring</a>
<li><a href="Career/pros-and-cons-of-working-professionally.md">Pros & Cons of working professionally</a>
<li><a href="Career/question-to-ask-interview.md">Questions to ask in an interview</a>
<li><a href="Career/writing-cover-letter-tips.md">Writing Cover letter - Tips</a>
Expand Down
2 changes: 1 addition & 1 deletion count.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"count": 151
"count": 152
}
8 changes: 4 additions & 4 deletions recent_tils.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"title": "Net Promoter Score (NPS)",
"url": "https://til.bhupesh.me/miscellaneous/net-promoter-score"
},
{
"title": "What does a Community Lead (or Organiser) do?",
"url": "https://til.bhupesh.me/community building/what-does-a-community-lead-organiser-do"
Expand Down Expand Up @@ -34,9 +38,5 @@
{
"title": "All .odp files are zip archives",
"url": "https://til.bhupesh.me/miscellaneous/all-odp-files-are-zip-archives"
},
{
"title": "Leveling up from Software Engineer to Senior Software Engineer",
"url": "https://til.bhupesh.me/career/leveling-up-from-software-engineer-to-senior-software-engineer"
}
]

0 comments on commit ca75d3f

Please sign in to comment.