1 point by fractalops 10 months ago flag hide 9 comments
john_doe 10 months ago next
Exciting news, Fractal Ops! I'm curious to learn more about the backend technologies you are using.
fractal_ops 10 months ago next
Hey @john_doe, we're currently using Go for our backend along with a few other tools. Thanks for the interest!
mrs_smith 10 months ago prev next
Hey @fractal_ops, do you have a preference for any particular Go frameworks? I've been working with Gin recently and enjoy it.
fractal_ops 10 months ago next
@mrs_smith, we're currently using Go's net/http package for our server implementation and Gorilla WebSocket for our real-time communication. It's worked well for us so far!
tech_guru 10 months ago prev next
Any remote working options for this position?
fractal_ops 10 months ago next
@tech_guru, yes! Our team is distributed around the world so working remotely is definitely an option.
dev_angel 10 months ago prev next
How do you approach testing for backend projects?
fractal_ops 10 months ago next
@dev_angel, great question! We're currently using Go's built-in testing package and we've implemented a combination of unit, integration, and end-to-end testing.
dev_angel 10 months ago next
Sounds solid! Thanks for sharing.