I echo what aaron_baugher said: absolutely. But I have a different set of caveats.

Reproducing the functionality of any straightforward blog platform is semi-trivial for an advanced hacker with web experience. Making it solid, deployable, generic, extensible, robust, secure, self-administrating, backup-data-safe, well-tested, et cetera, et cetera, is a bear and has so many different cogs and avenues that even that advanced hacker could easily sink a year into it and it would not cover the hundreds of plugins available to something like WordPress.

I am entirely in favor of doing this kind of thing. Just realize what you’re doing. A newly minted hacker would sink that year just getting basic account, posts, comments, and deployment and it would be throwaway code. I oughta know. I’ve done it four times. The learning experience has been invaluable however and a huge degree of my employability came from taking these experiments seriously.

If you start this, gravitating toward the dispatch/routing frameworks will be harder than just starting to write code *initially* but a hundred times easier after you start to get the feel of it. If you get this set of abbreviations down (not code as much as the specifications)—HTTP, CGI, HTML, CSS, JS, SQL, XSS, CSRF—then everything that follows will be drastically less mysterious.


In reply to Re: Creating a Website in Perl by Your Mother
in thread Creating a Website in Perl by perl.j

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.