Tuesday, October 31, 2023

Bang your head! Tech stuff will drive you mad!

If at first you do not secede, bang your head on the desk a couple of more times. Then step back and look at it all again.

Trying to install custom HTML snippits in VS Code. Looks super easy. Follow the tutorial perfectly. https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets

Go here.
Select HTML
Paste this in the json file that opens.
Save it.
Done.

Fails to work. OK, delete file and try again.
Fails again.
What the... oh wait. The html file I am trying it in is coming up as a django-html file. What if I pick django rather than html?
SUCCESS!

Wednesday, October 25, 2023

Get A Big Picture View

 One of the things that has come up when I am helping people is that they don't just need to create a solution, they need a solution that works well with what others are doing. Your solution shouldn't create headaches for others.


This isn't just a coding thing, but in all things. Moving the teapots to the 3rd shelf might be a solution, but some of the folks who use the teapots are not able to reach the 3rd shelf, and now they have to get the step stool to make tea.

Sometimes you need to step back for a minute and get a big picture view of what's going on.

I think I work better on a team

 I have an interview today with Boeing, so I fired up our capstone project, and realized I am missing the insanity of that time, chatting with folks as we try and solve problems, playing with all the different personalities as each person takes different ways to approach them.

I've been doing some stuff on my own, but I think I work better on a team. 

Sunday, October 22, 2023

My 1st interview

 I had my first real interview. Not just for a coding job, but ever. All the jobs I have had in the past were the type where you talk to someone for 10-15 minutes, and they say "Can you start Monday?", or my 20+ yr office job where I came in as a temp, and after 6 months they asked if I wanted to become an employee. 

I bombed it. Big time. 

In the first 2 minutes, I said something that was overly friendly, and then all I could focus on was how I messed up, so then I did it again, and again, and it became a downward spiral.

Afterward, I could tell you every single part I messed up. 

Meeting with LaunchCode giving me feedback on the interview.

Them: We got feedback. 

Me: I ::: covers everything I did wrong :::

Them: Yep, that about sums it all up. So what are you going to do about this for the future?

Me: I am going to ::: list out the things I need to do :::

Them: Yeah, that is what I was going to suggest. I think this is the fastest meeting like this I've had. You know what to do, now you just need to practice more.


Saturday, October 21, 2023

9 Rounds project

 Since I am trying to come up with projects that I can make to improve my coding, and to show what I can do, here is an idea I have. 

You have 9 rounds of 3 minutes, with 30 seconds of rest between each round. 

Push the button, you get a countdown: 3, 2, 1, Beep! [start timer]

At 3 mins, Beep! [start rest timer]

At 27 seconds, 3, 2, 1, Beep! 

Must avoid having the 30-second break after the 9th round. 

After the MVP is made, go for being able to pick the number of rounds, length of round, and length of break. 

Nice easy JavaScript, HTML, CSS. Might add-in sounds to go with the countdown. 

Friday, October 6, 2023

Motivational Speech

Driving Uber. 
Picked up a little boy and his dad. 

The kid was upset as he didn't want to go to school, and didn't want to wear these clothes. He wanted to stay home with Dad and wear his Spiderman onesie.

Dad: You can't wear your PJs when you go out.
Kid: But you are! (Dad was wearing a Jack Skellington onesie)
Dad: But I am not going out. I am not even going to get out of the car.
Kid: Why do I have to go to school!?
Dad: So you can get a good job that lets you stay home in your onesie all day.
Me: :::where was this motivational speech when I was a kid?:::

Painful, but needed

Potential interview... for C#, which I haven't touched in 5yrs.

I go and look at some old code I wrote.
This is like learning to fall off a bike.
Painful, but needed.

When dreams die

"Please write a function that reverses a string using the split and join method"  2 years ago that was a very important thing to m...