Background: A shake-up at work has me feeling like I should be looking around again. My job is actually more secure than ever—they are even offering a rather large retention bonus if I stay—but I’m disappointed with management’s handling of the difficulties and most of my favorite co-workers are gone. They were a big part of why I’ve stayed.

I have a *little* CS training but most of it is ancient. Perl being high level has shielded me well from the bare metal of the stuff. I can follow most things fine but I don’t know how long it would take me to write a sorting algorithm from scratch, for just one example. I do know it’s longer than you get at the white board in a technical interview. And there are plenty of things I’m sure I’m not even aware I should know. Node traversal, edge detection, binary math… I can work from someone else’s “math” but I’ve got few chops from scratch.

What are the best resources, tutorials, code tests/challenges, etc to get my head above the waves?

Thank you!


In reply to OT: Computer Science for (a couple steps up from) Dummies by Your Mother

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.