Lurk41
路Fifa 98, Song2... why would you need to apologize?
@Foo2rama: nice site, the only thing I can think of as an improvement for now (except for the project part under construction that you already mentioned) would be the reload between the pages... Because of the network latency, it takes 3-4s to load each time, but I can see at least 1s is because of the DOM generation.
The site is simple (but who needs complex anyway?) so it would be worth replacing the page loads with JS + dynamic content served from a rest service when changing "page". For a "normal website feeling" despite the single page format, you could even track navigation by using # in the URL (#contact, #resume, etc.): you update it when the user is clicking on it, and by monitoring the location you can detect if he navigates backward and reupdate the page content accordingly 馃榾
Unrelated to the website itself but as you are looking for cybersecurity, did you try some hacking challenges you can find online? Not my domain but I know some are very good and reaching high-score in them can also help you promote your competencies (and learn new ways to penetrate and fix a system). A friend of mine found his dream job in a startup thanks to those 馃槈
edit: BTW loving the "alcohol problem but no drinking problem" 馃憤
@Foo2rama: nice site, the only thing I can think of as an improvement for now (except for the project part under construction that you already mentioned) would be the reload between the pages... Because of the network latency, it takes 3-4s to load each time, but I can see at least 1s is because of the DOM generation.
The site is simple (but who needs complex anyway?) so it would be worth replacing the page loads with JS + dynamic content served from a rest service when changing "page". For a "normal website feeling" despite the single page format, you could even track navigation by using # in the URL (#contact, #resume, etc.): you update it when the user is clicking on it, and by monitoring the location you can detect if he navigates backward and reupdate the page content accordingly 馃榾
Unrelated to the website itself but as you are looking for cybersecurity, did you try some hacking challenges you can find online? Not my domain but I know some are very good and reaching high-score in them can also help you promote your competencies (and learn new ways to penetrate and fix a system). A friend of mine found his dream job in a startup thanks to those 馃槈
edit: BTW loving the "alcohol problem but no drinking problem" 馃憤
Edited:
