Readit News logoReadit News
rutigs commented on Deploys at Slack   slack.engineering/deploys... · Posted by u/michaeldeng18
thinkingkong · 6 years ago
I've built that tool 2-3 times now. The issue is really the deploy function and what controls it. It's always a one-off, or so tightly integrated into the hosting environment, that reaching in with a SaaS product is somewhat difficult. That being said, the new lowest-common-denominator standards like K8s make it way easier. If anyone is interested in using a tool just leave a comment and I'll reach out.
rutigs · 6 years ago
Interested!
rutigs commented on Ask HN: What OS X software / tweaks / tricks can you not live without?    · Posted by u/netcraft
rutigs · 10 years ago
I'll give this a go.

Above all I think the most essential tool for me is Spectacle https://www.spectacleapp.com/

Homebrew is also a requirement.

Iterm2 to replace the default terminal. I also added this https://github.com/SebastienElet/iterm2-borderless.

Everything else is pretty developer specific in my opinion. I'd recommend Visual Studio Code for a text editor (if you don't already have a preference). It has built-in git integration and installing new plugins is trivial.

rutigs commented on Ask HN: How does a 1990s web developer get back on track?    · Posted by u/neLrivVK
rutigs · 10 years ago
It's pretty easy to break it down to the common parts but there definitely is quite a bit to learn.

NodeJS or Python or Ruby

These are your fairly standard backend choices. They all have minimalist and full featured frameworks for building applications including but not limited to Express, Koa, Ruby On Rails, Sinatra, Django, Flask. Go is also fairly easy to get going quickly in. There is not really a wrong choice here for a personal project.

In the case that you want a single page application that works with the backend you made with the previous choices:

Backbone or Angular or React+Redux(any flux implementation will do)

These are for consuming your backend and any of them will do. Learning Angular is its own thing despite it being javascript. React+Redux seems a little odd by embedding html in your javascript but once you get the hang of it it's pretty neat. Don't know much about Backbone but I've heard its fairly easy to use.

Bootstrap is pretty easy to learn and use to make your website responsive with minimal effort.

Heroku is by far the easiest platform for deployment and horizontal scaling however it can get pricey quickly. AWS has a similar solution with Elastic Beanstalk but I've got no experience to share with that. If you want all the control (but more work) you can go with Digital Ocean for a 5$ VPS. Unlike Heroku you will have do all admin work like installing necessary packages, databases, and configuring a web-server but you can control every little bit of your application without having to spend more than $5 a month.

rutigs commented on Goo.js WebGL Engine goes open-source   github.com/GooTechnologie... · Posted by u/marcusstenbeck
rutigs · 10 years ago
What does this offer that three.js doesn't already? Is it as extensible either?

u/rutigs

KarmaCake day9November 18, 2015View Original