#deployment #dokku #MongoDBConnect to MongoDB on Dokku with your local command line or Robo3TThe Dokku mongo plugin provides a mongo:connect command, which opens a tunnelled connection to you MongoDB instance on Dokku. This is how you can connect to your database using the tool of your choice, the examples will be using Robo3T. Table of Contents: ...
#deployment #netlify #meta #javascriptA tiny case study about migrating to Netlify when disaster strikes at GitHub, featuring CloudflareLast Monday (22 October 2018) GitHub was going 💥, and scheduled content on Code with Hugo wasn’t going live. For context, the blog’s setup is documented in “Switching the lights on: Hugo vs Hugo config files”. tl;dr (as is relevant to this post) Cloudflare DNS + CDN + proxying + ...
#javascript #deployment #observablehqObservableHQ notebooks for JavaScript demos and prototypesObservableHQ is a platform being built by Mike Bostock (creator of the D3 visualisation library), Jeremy Ashkenas (“Made CoffeeScript, Backbone.js, Underscore and other ragbag” from his Twitter bio) and Tom MacWright (creator of the big presentation framework, simple-statistics a ...
#node #deployment #javascript #toolingBuild and deploy a Vue/React/Vanilla JS app with Parcel and GitHub pagesParcel allows us to bundle frontend applications with no configuration and GitHub pages affords us a way to deploy them for free. Here’s how to use these two tools together to deploy a JavaScript application. Full example of a repo deployed like this: https://github.com/Hug ...
#deployment #meta #css #hugoSwitching the lights on: Hugo vs Hugo config filesA simple Hugo blog setup The story of getting codewithhugo.com up and running. The tl;dr is the following: I always rave about my blog setup, it’s simple, fast and just works I used Hugo, “The world’s fastest framework for building websites”, a static site generator I used a the ...