Skip to the content.

Your Personal Brand

Interviews, interviews and more interviews

A big part of building your personal brand is related of how others perceive you and your skills. Great part of that perception can come from interviews. In my case right now I’m preparing for an interview with a real client.

To do so I have been practicing questions out loud, english is not my first language. So answering questions in this fashion really helps me improve my pronunciation and my conversational skills.

This past month I’ve also learned about the importance of behavioral questions, which talk a lot about you as a person. So i’m not just focusing on improving my technical skills, but also be better at answering this type of questions.

Coding questions

During my first semester in university there was a lab called CSI, it was run by students of higher semesters which organized activities. One of those activities was something called “CSI Code” which was two hours dedicated for solving really simple white interview problems. I remember solving really simple problems like Fibonacci sequence and feeling really great about it!

Since then I casually picked up a leet code problem every now and then just for fun. But this past month I started taking it more serious since I might get a problem during an interview. I feel like I’ve really stepped up my game, I’m not a pro yet, but I’m very sure I’ve improved.

Right now my process for solving a problem looks a little bit like this:

  1. Read the problem until I understand it
  2. Think of a solution, usually is the brute force solution (Remember to always think outloud)
  3. Walk trough that solution with an example
  4. What complexity does that solution have? Probably can be improved
  5. Repeat step 3 with the new improved solution
  6. Write the Java code in a sheet of paper or in my whiteboard
  7. Run trough the code step by step with 1 or 2 cases

That’s generally the process I’ve been following for solving problems in HackerRank, Codesignal and leetcode.

Building relationships

An important part from having a personal brand is having a network of peers who are in the industry. A personal recommendation will always be more valuable than a stranger reaching out in LinkedIn.

I feel that the best way to achieve this, is by being your true self and building real human connections, and I’m very happy to say that I have done that during my time at the Academy :’).

Tips from an ex Navy Seal

During this month there was a video about tips from an ex Navy Seal that is some sort of inspirational author. He gave some good and intersting tips about leadership and hard work. Personally I’m constantly struggling in my mind with the concept of meritocracy, which I believe this type of videos relies on.

I’m a very lucky guy, I wasn’t born in any extreme conditions where I didn’t had something to eat or a bed to sleep. So I feel like I’m the last person that could say “just work harder” or “just do more”.

But as I say I’m conflicted, because I do believe that making an effort is important, so I believe that finding a balance between this two perspectives is important.

Working hard helps you take opportunities when they present, but remember that not everyone has access to the same opportunities.

The Inner Game of Tennis

This is a really brilliant article that is done from a book. I was really amazed by how much I could relate to this. Basically the book talks about how we have to inner selfs, one that has ego and cares about if we do right or if we do bad. And the other one just cares about being a flowing state, is our innate hability to do things and learn things, is our body and our brain.

I really enjoy playing basketball, and over the years I stop playing and then start playing again. But there’s one thing I’m obsessed about, and that’s my jumpshot. I’m fascinated by this because, it’s just me the ball and the basket. And while I’m throwing jumpshots I’m always overthinking every tiny detail of my shot. If my elbow was in the right angle, if I bend my knees enough, If I flicked my wrist correctly, you get the idea.

Up until today, I thought that this was making me improve, but now after reading, I think that it was actually damaging my game. This explains why some days I can shoot with a 60% precision and now the other day I decrease to 20% or even lower. It’s specially when I do worse that I become more self aware of my shot and try to fix it right away.

Basically the book states that this is a wrong approach that is pure ego. And I agree, to enter “the zone” while learning or reading or playing a sport. You just enter in a flow state where you don’t over analyze. You trust your body, and if you fail, you don’t judge yourself from a good/bad perspective.

Of course I know that this will be easier said than done, but I’m really impatient to apply this in several aspects of my life. While reading, while solving a coding problem, and specially while improving my jumpshot!