Author Topic: Since the web dev forum is closed ...  (Read 2459 times)

0 Members and 1 Guest are viewing this topic.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Since the web dev forum is closed ...
« on: April 04, 2019, 09:29:49 AM »
... I don't have a logical place to put this.

In the past I anted up bluehost as a decent domain host. Unfortunately I cannot recommend them now as they were bought out awhile ago and now have affiliates and customer relation principles that give me serious pause.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst

MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
Re: Since the web dev forum is closed ...
« Reply #1 on: April 09, 2019, 05:47:34 PM »
I use Digital Ocean droplets or Linode images these days which both start at $5/month. Digital Ocean and AWS have common 'images' set up for things like Wordpress etc and are pretty straight forward to setup or you can set up a blank server to configure yourself if you don't mind a bit of work.

With Go I'm using Docker containers, you can do this with other lang's too and I think they have common images as well, pretty simple once you work it out. More for developers with specific client app's rather than setting up a simple web/blog site though.
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Since the web dev forum is closed ...
« Reply #2 on: April 10, 2019, 09:54:08 PM »
Thanks for the info Mick + sounds like you’re doing some fun stuff. :)
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.com • http://cadanalyst.slack.com • http://linkedin.com/in/cadanalyst

MickD

  • King Gator
  • Posts: 3619
  • (x-in)->[process]->(y-out) ... simples!
Re: Since the web dev forum is closed ...
« Reply #3 on: April 11, 2019, 02:36:00 AM »
Yeah, mainly CMS/CRM type stuff. I do the lot, html/css, backend and db, server setup, deployment and maintenance.

The tech stack I use (and probably will well into the future) is:
HTML with Bootstrap for CSS and basic JS (jQuery) for front end
Go for back end server
MySQL for DB (although some of the nosql stuff looks very interesting, just don't have the time to absorb it).

The only CAD dev work I do these days is maintaining my own app's but I still dabble with some ideas when time permits :)
"Short cuts make long delays,' argued Pippin.”
J.R.R. Tolkien

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Since the web dev forum is closed ...
« Reply #4 on: April 16, 2019, 05:38:52 PM »
You could use AWS and build out your own web host EC2 instances (or there are a few other options that can work for web hosting there as well).