Back in 1994 I was a sophomore in college. In our C++ class I asked the professor how GUI programs were written and she suggested the Motif toolkit for Unix / X11. I checked out a book on Motif from the library and I had to type in about 2 pages of code just to pop up a single dialog box that said "Hello World"
It also took about 5 minutes to compile on a DECstation 5000 with 32MB RAM.
An older student in the computer lab saw my Motif book and asked what I was doing. I told him and he suggested I use Tcl/Tk. I asked "What is that?" So he pointed me to some documentation on this brand new thing called the World Wide Web.
I spent the entire weekend reading everything I could about Tcl/Tk and had little GUI programs that were wrapper around lots of command line tools with radio buttons and stuff to select options. Then I started drawing circles and rectangles and stuff.
I was also learning HTML and had my own web page mainly to links that I liked but also maintained the FAQ for a popular childhood cartoon that I loved. I had taken the plain ASCII text FAQ and written a Tcl script to format sections into HTML with different header fonts, table of contents, etc.
A few months later I was starting to apply to summer internships. One of them mentioned Tcl as a scripting language for web server development. I put Tcl/Tk and HTML on my resume and got an interview.
The company didn't like Perl for CGI-BIN programming and preferred Tcl. I told them I had my own web page and you could also access the code I had written from my web page. During the interview they actually went to my web site, downloaded the code, and started looking at it.
I was a computer engineering major so most of my classes were on electrical circuits, digital logic, assembly programming, and they didn't ask me anything about that.
All of stuff I learned that wasn't directly related to my classes like Tcl, HTML, and playing around with Linux for fun is what got me the job.
Now 28 years later I'm designing integrated circuits / semiconductors and still write Tcl all the time because it is the integrated scripting language for most of the chip design software. It's not my favorite language but it's weird how this language that was kind of obscure in 1994 helped me get my first job and I'm still using it now.