this post was submitted on 28 Jun 2023
19 points (100.0% liked)

cybersecurity

3157 readers
2 users here now

An umbrella community for all things cybersecurity / infosec. News, research, questions, are all welcome!

Community Rules

Enjoy!

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (1 children)

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!!

[–] [email protected] 2 points 1 year ago (1 children)

Never got much into Ruby. Is that your preferred lang out of curiosity?

[–] [email protected] 2 points 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.