Explore >> Select a destination


You are here

kyrofa.com
| | fractaledmind.github.io
4.8 parsecs away

Travel
| | This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.
| | webgeist.dev
4.0 parsecs away

Travel
| | This is a guide to deploy a node application using the well known Capistrano gem with a bit of help of the capistrano-node-deploy gem. This guide uses ruby to deploy your node.js application. So I assume that you have both ruby and bundler (a package manager similar to npm) installed. I also provide some feedback at the end, why I used ruby and not JavaScript for deployment.
| | kewah.com
3.7 parsecs away

Travel
| | Walk through the config to setup continuous integration and deployment using GitLab for a Phoenix project.
| | www.integralist.co.uk
24.6 parsecs away

Travel
| Introduction Install gRPC Install Proto Buffer Compiler Hello World Proto Definition Ruby Example Go Example Conclusion Introduction I started designing a new microservice that I wanted to write in Go. The service was to be a JSON RPC service over TCP, and the expected consumer servicer I would build using Ruby. I had some initial concerns regarding the nature of TCP sockets with a highly scalable and distrubuted set of services (this was to be utilised within the BBC so these are genuine concerns to be ...