Earlier quoted context omitted.
FWIW, that's how I structure my interviews typically, so they still exist in some places. For anyone reading along I highly encourage that; there's way more signal to noise hearing about some project they worked on and why they were proud enough to put it on their resume than 'did they remember the algorithmic call/response'. You can't beat an almost post mortem discussion where you let the interviewee lead on what t…
Do you find it works even if they can't actually show you any code , because it's proprietary belong to other employers?
Only 90s web developers remember this (2014)
161–170 of 354 posts
Re: Only 90s web developers remember this (2014)
#162My first software dev job was in the 90's writing PHP for a mom and pop ISP that was trying to get into app development. It was originally supposed to be Perl, the job interview was something like: Me: demos CRUD app for keeping track of my record collection, hosted on a free site Owner: You wrote this? Me: Yeah. Owner: This is in Perl? Me: Yeah. So I got hired. The day I got there, he told me they were going to use…
I wish interviews were like this. Show them something you built and you get hired instead of the nonsense of leetcode.
Re: Only 90s web developers remember this (2014)
#163My first software dev job was in the 90's writing PHP for a mom and pop ISP that was trying to get into app development. It was originally supposed to be Perl, the job interview was something like: Me: demos CRUD app for keeping track of my record collection, hosted on a free site Owner: You wrote this? Me: Yeah. Owner: This is in Perl? Me: Yeah. So I got hired. The day I got there, he told me they were going to use…
I hear you - the 90s were insane. In the space of six months I went from a factory worker (12 hour shifts, all night-shift, 7 days a week) to a computer lab assistant to a entry-level software developer. First day on dev job, the owner displays a hodgepodge of Perl code that was originally an open-source thing called MRTG (before network admins heavily modified it), tasked me with porting it from Solaris to Windows N…
Re: Only 90s web developers remember this (2014)
#164Earlier quoted context omitted.
Except now it just shows Good luck with that!
What developer tools doesn't show you the generated html? Are you using a major web browser?
Sure there's source map files, but most of the time you'll fine those aren't distributed together with the minified bundles.
Re: Only 90s web developers remember this (2014)
#165Re: Only 90s web developers remember this (2014)
#166My first software dev job was in the 90's writing PHP for a mom and pop ISP that was trying to get into app development. It was originally supposed to be Perl, the job interview was something like: Me: demos CRUD app for keeping track of my record collection, hosted on a free site Owner: You wrote this? Me: Yeah. Owner: This is in Perl? Me: Yeah. So I got hired. The day I got there, he told me they were going to use…
Re: Only 90s web developers remember this (2014)
#167My first software dev job was in the 90's writing PHP for a mom and pop ISP that was trying to get into app development. It was originally supposed to be Perl, the job interview was something like: Me: demos CRUD app for keeping track of my record collection, hosted on a free site Owner: You wrote this? Me: Yeah. Owner: This is in Perl? Me: Yeah. So I got hired. The day I got there, he told me they were going to use…
Great story. So often these end in the person throwing up their hands and walking away, but I'm glad you were both able to work it out :)
I was all-in.
Re: Only 90s web developers remember this (2014)
#168Missing in that list: the amusing Javascript right-click disabling.
Some pages still do that - luckily I have this add-on nowadays: https://addons.mozilla.org/en-US/firefox/addon/re-enable-rig... Very satisfying when you can bypass such useless "protections"
Re: Only 90s web developers remember this (2014)
#169Earlier quoted context omitted.
With developer tools, this has only gotten easier.
Except now it just shows Good luck with that!
Re: Only 90s web developers remember this (2014)
#170That's the first time I've heard DHTML to mean "distributed HTML" — I always knew it to mean "dynamic HTML".
DHTML means using Javascript to animate multiple LAYER tags inside of Netscape Communicator 4. The "D" stands for "Daft".