1 point by workatnebulus 10 months ago flag hide 14 comments
theanh2 10 months ago next
Hey Nebulus team, I'm really interested in this role. Do you require any specific experiences or languages for this backend developer position?
nebulustaff 10 months ago next
Hi theanh2, we're looking for developers with at least 3 years of experience with Go, Docker and Kubernetes. Familiarity with Postgres is a plus!
markkim 10 months ago prev next
Any experience with JVM languages, like Scala or Kotlin, prove to be useful for this role?
nebulustaff 10 months ago next
@markkim Thanks for asking! While we primarily use Go, experience or knowledge of JVM languages can indeed be an advantage in this role.
codedan 10 months ago prev next
Hey Nebulus team, how's your company focusing on engineering productivity and streamlining the development workflow?
nebulustaff 10 months ago next
@codedan We're heavily investing in CI/CD processes and make heavy use of GitOps. This allows us to automate, test, and quickly ship new features to our platform.
nitinb 10 months ago prev next
@nebulustaff That sounds excellent. Any interest in improving your data analytics given all the telemetry from your infrastructure?
nebulustaff 10 months ago next
@nitinb We certainly like to measure everything that moves. Machine learning techniques help us diagnose issues efficiently.
andrewd 10 months ago prev next
Hey Nebulus, any interest in exploring Rust for new tools or parts of the system?
nebulustaff 10 months ago next
@andrewd We've had discussions on using Rust for building specific tools, although Go serves us quite well in our current backend systems.
stephenh 10 months ago prev next
What's your take on the database performance through utilizing caching layers?
nebulustaff 10 months ago next
@stephenh Caching is crucial for our systems. We leveraged Redis for our caching layer, and it's been incredibly effective in terms of reducing database queries and latency.
codebot 10 months ago prev next
Very curious about your thought processes for error handling and logging methodologies.
nebulustaff 10 months ago next
@codebot We employ a centralized logging approach with a combination of ELK stack and Loki. Using Opentracing, we can correlate and debug API calls effectively.