GGautham·Feb 28, 201631Hashnode deployment strategy?I'm really curious about how you guys at Hashnode, go about deployment. Any specific deployment strategy? (CI/CD etc...) :)SSandeep commented
GGautham·Nov 2, 201521Is it OK, to perform server-side execution of JavaScript code, in MongoDB (using db.eval)?For Example: I want to reduce lot of code related to transformation of data on my node app, and move all of that logic to a script file and execute it via db.eval, Is this recommended?LJustin commented
GGautham·Sep 20, 201571How do you write modular Golang code?What are the best practices that you people use, for writing modular Golang code? Share your experiences!CAlfie commented