like, badly.
It feels pretty weird being done with DBC right now to be honest - not having a set schedule anymore. There’s all of the things I should be doing, and there’s all of the things that I could be doing. I’m focusing on the shoulds, but even then, each day is still a struggle.
I think the main reason I’m finding myself struggling a bit is because this job search is a VERY different experience in comparison to my college job hunt experience. The main reason being, I’m still new to coding whether I want to admit it or not, which isn’t a bad thing when you think about it. That just means there’s a lot more room to grow.
But when it comes down to the whole process of searching and applying for jobs, I find myself checking in with others to see what their strategies and tactics are, and ultimately questioning myself at the end of the day. It’s kind of like, “Oh dang, you’ve been applying to 10 companies a day?” Or, “Oh wow, I guess I should be practicing algorithms, too.”
At the end of the day, I really need to just be comfortable with my own approach, which I am still figuring out. That’s not to say that I’m not pleased with my own way or that I’m trying to compete with my classmates and friends. I’m just nervous, really.
But hey, the past 2-3 days have been great.
I’ve been practicing my Vanilla JavaScript and having fun with CSS animations, and have been getting some sound advice from other DBC alumni and peers.
One thing I learned about while watching some Frontend Masters videos was how in JavaScript, variable and function declarations are hoisted - or ‘brought to the top’. That’s my way of putting it really.
More importantly, although JavaScript is widely treated as an interpreted language, it also kind of acts as a compiler language in that the JavaScript engine compiles the source code on the spot, and that’s why if you run your code with an invalid line somewhere in it, you’ll immediately get an error. Basically, the engine goes through to try and understand all of the code before executing anything (think “think before you act”), and if it doesn’t understand something, it’ll say, “Hey wait a minute, what’s this mean?” JavaScript is basically a prime example of a non-’Vegas’ coder. Again, this is just what I’ve come to understand so far. Regardless, Kyle Simpson’s videos are pretty sweet.
Regarding my actual progress so far with the job search, I’ve actually gotten responses from I’d say..80% of the companies I’ve reached out to so far. I’ve only reached out to like 6 or 7. I kind of need to start keeping better track of that..note to self. I’ve got a few phone calls/coffee dates next week, so I’m looking forward to that, but I’m definitely going to step up my game come next week.
Today was just great though. Yesterday I started up a miniature Super Mario card flip game, which I shared with a DBC alum who currently works for a company that I really want to work for. It was my first real introduction to a company out here in California since I’ve attended DBC, and I gotta say that I’m even more determined right now to work my butt off. I got mostly positive feedback on the code that I showed, but also received some really helpful constructive criticism and learned more about best practices and some tricks in the process. I’m super glad that I was able to connect through DBC’s network, and just have the opportunity that I was graciously given today. As of right now, I’m most likely not qualified to apply to the company I visited today, but I THINK that based on how things wrapped up after my introduction, that I can try to seriously apply within a month or two. Oh, and I finished my card game (though I’ll look into other features/bugs later) about an hour or two ago thanks to learning about the CSS3 pointer-events property. Check it out here.
I’ll be working on more mini-projects and most likely a large scale one by next week. Things are getting real now.
“But I’m definitely going to take it easy tomorrow,” he thought to himself.
Song:
Wander with Me by Tom Misch ft. Carmody
https://soundcloud.com/tommisch/wander-with-me-feat-carmody
-dang, I wrote a lot today.