DEV Community

Cover image for The Weird Rules I Set Myself That Got Me a Job

The Weird Rules I Set Myself That Got Me a Job

Andrew Healey on April 18, 2019

The following isn't good advice. It's just advice. And even that's a stretch. I used to be really into those productivity hacks. No zero days, Pom...
Collapse
 
g1itcher profile image
G1itcher

I've seen a number of these style of articles and I don't really get it? I'm not trying to be disrespectful; I'm just confused by the structured lengths people feel they have to to get jobs in programming.

Is this more applicable to how to get your first programming job?

Collapse
 
desi profile image
Desi

I love this! I have some similar rules for myself - right now I'm focusing on javascript, so I'm making myself spend one hour a day on rudimentary JS projects with very little CSS or HTML, because I tend to get so bogged down in making the CSS look perfect vs. getting things to actually work.

And also, there's no such thing as weird :D

Collapse
 
benfaught profile image
Benjamin Faught

I have had to do the same regarding css, because I also get caught up always trying to make things look pretty rather than progressing with functionality or finishing!

Collapse
 
healeycodes profile image
Andrew Healey

That’s awesome, Desi! I’ve chased perfect CSS one too many times before 😁

Collapse
 
prateek88 profile image
prateek goyal

I am a tester and my goals are to jump to software development. Recently I learnt Front-End web development from Udacity and practicing it. I am learning C, Python with how these languages interact with OS internally. Because I am under impression that to get a job in Software development/Programming or even in web development, I need to know C, OS concepts etc.

My question is, am I on right path? Or focusing only on one part(e.g. web development) is ok?

Collapse
 
healeycodes profile image
Andrew Healey

I can only answer for my local area and what I’ve heard from mutuals so I hope others will chime in!

In the UK, it seems that entry level web dev jobs don’t require you to understand C or deep OS concepts. While they are hugely beneficial, you are expected to learn them as you come across relevant problems.

However, I believe that learning them has made me a better developer.

Collapse
 
prateek88 profile image
prateek goyal

Thanks Andrew. It is helpful.
BTW, your article was insightful and there are good takeaways for me.

Collapse
 
mike_hasarms profile image
Mike Healy

I would find requiring knowledge of C very odd for a web development role, unless it was a specialist backend role and you needed to interface with low level libraries.

For the vast majority of cases it shouldn't be necessary. One can even be 'full stack' in the sense that you can build and deploy a whole project without needing to be 'full stack' in the sense that you can go right to the low level coding languages in the stack.

Upshot, I don't think it's necessary.

Collapse
 
surendias profile image
Suren Dias • Edited

Thank you very much for these rules. I have been struggling to reset my career after 10 years as a developer. Been doing PHP development now trying to learn JavaScript frameworks (ReactJS and Node). relearning is the most difficult thing to do and these rules definitely help.

Collapse
 
healeycodes profile image
Andrew Healey

Good luck ✨✨

Collapse
 
jbeetz profile image
J Beetz

Very well thought out. The planning and considerations you make really demonstrate a solid approach to being successful.

I also try to work in multiple languages every day. Somedays, its python and powershell, others it javascript and .net. Sometimes I have to do this for my job. I try to make the most of it by fully considering the problem at hand and then trying out various concepts to solve the that problem.

Thanks for the additional insight.

Collapse
 
healeycodes profile image
Andrew Healey

Thanks J Beetz!

Collapse
 
justynclark profile image
Justyn Clark

Awesome share bro. We're all weird.

Collapse
 
uddeshjain profile image
Uddesh

Very helpful. I'm also preparing for interviews, I do most of the things you mentioned.

Collapse
 
lakdhiubhayarat profile image
lak@smartDeLK

Man i love it simple and perfect

Collapse
 
healeycodes profile image
Andrew Healey

Thanks Joman!

Collapse
 
annaelizleal profile image
Anna Eliz

Loved it! Don't stop recommending Grokking Algorithms, please. I'd use some of your rules.