Hello everyone,
Can you please reivew my online CV? It would be great if you can provide some valuable criticism (general or technical) so I can improve them.
Here is the link: pkwrites.net
Overall looks clean and simple👏. Maybe you could talk a bit more about your past experiences and which tools you want to use / which projects you find fun.
I've noticed a typo - "Febraury" instead of "February".
Also, you might want to rephrase
Enjoy writing end-to-end testing using Selenium Cypress testing framework. Background in building open source communities.
as
I enjoy writing end-to-end tests using Selenium Cypress testing framework and also have experience with building open source communities.
Also, I'd expect to see a link to Linkedin and Github in your case.
Mind you, I'm not a recruiter, so take my comments with a pinch of salt 😀
I would recommend to read that article first The Complete Guide Of Full Stack Resume Writing . Then you could check https://www.fullstackresume.com for some great A/B tested resume samples to download. Good luck!
Hi! I've not read everything (keeping it as a recruiter would have done ... )
I think it is very good, here is what I think you could improve:
Jason Knight
The less code you use, the less there is to break
The white on green (much like the submit buttons here) is below accessibility minimums on color contrast, to a good portion of society anything you styled that way is invisible. It also clashes too much with the rest of the layout feeling a bit cartoonish.
You may find this tool of use to avoid such issues:
webaim.org/resources/contrastchecker
Just beware that with 'thin glyph' fonts like raleway or roboto -- or when using really small font sizes -- thanks to 'sub-pixel hinting' used in M$ Cleartype and freetype you should ignore the AA ranking and treat everything as needing to meet AAA compliance.
The "percentage" section feels arbitrary -- but that's a problem with percentage. Percentage of what? According to whom? Try not to pull numbers out of your backside for your CV/Resume/Etc.
I would ditch the nationality line, anyone that matters to probably isn't someone you want to work for.
It also doesn't speak well when the first time I visit the page (since I use scriptsafe) I got this message:
Any competent "web solutionist" should be able to make a website that actually gracefully degrades scripting off -- more so since you're delivering a relatively simple static page. CSR is for crapplets where you don't care if people can access it or not, not static content!
The quality of code and accessibility of the pages is something that certain types of employers may review when looking at you as a hire. I mean you're blowing ~120k of code in 11 files on delivering a single static page of 1.7k of plaintext and nine content images -- the job of at most of 16k of HTML and CSS combined with not a single thing present you should even be wasting JavaScript on!
... and anyone looking for a middle/lower line-developer is going to notice that.
-- edit -- also mixing REM with PX? Bad idea, serious scalability issues for non-standard metric users. Such as my workstation at 20px or my media center at 24px as 1REM default.