Live data from Hacker News

Personal Website for Programmers

github.com

31–40 of 111 posts

Re: Personal Website for Programmers

#31

Speaking from the perspective of someone looking to hire: It doesn't make for a good impression if I see anyone other than the original author with the same obviously distinctive style of site showing pretty much a subset of the info I can already see from your GitHub account, except the latter doesn't require JS to view. If I'm looking at someone's personal site, it should look personal --- not "I cloned someone els…

> Speaking from the perspective of someone looking to hire

Doesn't it friend in what you're hiring for? I'm not sure a backend developer should be expected to craft together a great website.

And even if you're hiring for the front end, I've found that being proficient at a11y or building React apps or designing elegant CSS doesn't really predict your ability to execute on a professional profile site, which is essentially a marketing tool.

Disclaimer: I'm working on a tool for developers [1] in this vein.

[1] https://fizbuz.com

Re: Personal Website for Programmers

#32

Speaking from the perspective of someone looking to hire: It doesn't make for a good impression if I see anyone other than the original author with the same obviously distinctive style of site showing pretty much a subset of the info I can already see from your GitHub account, except the latter doesn't require JS to view. If I'm looking at someone's personal site, it should look personal --- not "I cloned someone els…

All these HN news comments are formatted identically, too...

Re: Personal Website for Programmers

#33
post #29

Showcasing my personal website here: [link redacted] I’m going for a very minimalistic look and it’s still a work in progress, but I’m aiming to keep load times fast, minimal JS, etc. Features I’m thinking of adding - a links page showcasing interesting links on the internet Also checkout my 404 page :)

I don't see anything but your name and three external links. Your 404 page shows your e-mail as base64, but it's cut off half the way (or rather bugged out) because of the CSS. From the JS my first guess would be some relation to LGBT. All put into 328 kilobytes. The cert is from Symantec ... and soon to be distrusted by all major browsers. It uses Google Analytics (yuck). Mixed script tags in body and head. No CSP present whatsoever. Same for HSTS. And more things. At least the TLS related problems I would get sorted out first before going online, even for a work in progress.

Re: Personal Website for Programmers

#34
post #29

Showcasing my personal website here: [link redacted] I’m going for a very minimalistic look and it’s still a work in progress, but I’m aiming to keep load times fast, minimal JS, etc. Features I’m thinking of adding - a links page showcasing interesting links on the internet Also checkout my 404 page :)

I don't see anything but your name and three external links. Your 404 page shows your e-mail as base64, but it's cut off half the way (or rather bugged out) because of the CSS. From the JS my first guess would be some relation to LGBT. All put into 328 kilobytes. The cert is from Symantec ... and soon to be distrusted by all major browsers. It uses Google Analytics (yuck). Mixed script tags in body and head. No CSP p…

Honestly, I didn't even realise those were links at first!

Re: Personal Website for Programmers

#35

Speaking from the perspective of someone looking to hire: It doesn't make for a good impression if I see anyone other than the original author with the same obviously distinctive style of site showing pretty much a subset of the info I can already see from your GitHub account, except the latter doesn't require JS to view. If I'm looking at someone's personal site, it should look personal --- not "I cloned someone els…

Would you be impressed by some out-of-place text, an animated SVG and a shade of purple as theme? I could randomize the parameters and make a lull-recruiter-as-a-service.

"Is your website too bland? Did you just git clone someone else's repository? Concerned about job prospects? Do not fret!"

Re: Personal Website for Programmers

#36

Earlier quoted context omitted.

Petty though it may be, if it's true, if it's sufficiently widespread, then it's a reality with which we must be able to deal.

Judgements like "I'd expect dev to write it themselves" come across as arbitrary. I think there's no shared context wherein interviewers / job-applicants have the same set of assumptions. Especially since "I'd expect a dev to not rewrite everything themselves, and leverage what's already available" is just as reasonable. There's not exactly a specific "right answer" about whether you need a personal website, what it…

Depends on the position. If a web dev is running standard out of the box WordPress Blog that should be some sort of a flag.

Re: Personal Website for Programmers

#37
post #29

Showcasing my personal website here: [link redacted] I’m going for a very minimalistic look and it’s still a work in progress, but I’m aiming to keep load times fast, minimal JS, etc. Features I’m thinking of adding - a links page showcasing interesting links on the internet Also checkout my 404 page :)

I don't see anything but your name and three external links. Your 404 page shows your e-mail as base64, but it's cut off half the way (or rather bugged out) because of the CSS. From the JS my first guess would be some relation to LGBT. All put into 328 kilobytes. The cert is from Symantec ... and soon to be distrusted by all major browsers. It uses Google Analytics (yuck). Mixed script tags in body and head. No CSP p…

What do you mean the JS is related to LGBT? The rainbow animation? The rainbow animation is done by CSS.

Re: Personal Website for Programmers

#38

Earlier quoted context omitted.

I'm a salaried software/database guy for the last 10 years. I ceased programming for personal pleasure before github was invented and haven't done anything more complex than a minor tool on my own time in years. My personal website is a wordpress blog we've I've dumped some photos of the hardware stuff I do as a hobby. I'm curious to hear how this factors into your views on what to look for when hiring people?

Once you have a certain amount of experience, I don't think a person's website is going to matter anymore.

With the exception of frontend developers. There is an expectation that you have a good personal site regardless of how much experience you have if your job is to push HTML, CSS and JS. Its a showcase for what you can do when you're not constrained by a product or a client.

Re: Personal Website for Programmers

#39
post #7

Thinking about this, I think designers have it easier when it comes to personal website branding Web Designers can show the full range of skills by designing their website well. Web Developers can't exactly cram all their elegantly designed components into one website.

You don't need to show everything in order to show you're capable. A handful of great components demonstrates ability.

Re: Personal Website for Programmers

#40
post #37

Earlier quoted context omitted.

I don't see anything but your name and three external links. Your 404 page shows your e-mail as base64, but it's cut off half the way (or rather bugged out) because of the CSS. From the JS my first guess would be some relation to LGBT. All put into 328 kilobytes. The cert is from Symantec ... and soon to be distrusted by all major browsers. It uses Google Analytics (yuck). Mixed script tags in body and head. No CSP p…

What do you mean the JS is related to LGBT? The rainbow animation? The rainbow animation is done by CSS.

Yes, of course. A typo. CSS it is. In my mind I was already at the JS part. Specifically the part about disabling "right clicking" ... which I didn't even end up mentioning.
Post reply on HN