Weekly thread to discuss whatever you’re working on, big or small, at work or in your free time.

  • jezcaudle@infosec.pub
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    A web front end for OpenSMTPd. It’s an off/on - mostly off - project.

    It’s written in Ruby On Rails and runs on OpenBSD.

    It’s a very simple project really - three tables: domains, credentials and virtuals. Ensuring the security of it and writing tests to cover the models, controllers and that everything flows as it should is taking the time and effort. I’m enjoying it!!

      • jezcaudle@infosec.pub
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        It is. The extra stuff bundled in Rails makes web development enjoyable. Ruby allows me to code without thinking too much, it just seems to flow.