nsotelo | 4 years ago | on: Crystal 1.2.2 Is Released
nsotelo's comments
nsotelo | 4 years ago | on: Stop requiring specific technology experience for senior-plus engineers
A senior browser frontend developer is likely to pick up mobile development quite quickly.
Likewise someone who's been doing Spring Boot Java backends for years and is proficient with databases, caching, etc. Isn't necessarily going to find it hard to switch to a serverless nodejs paradigm.
The network card person is probably able to handle the embedded microwave oven.
Etc.
nsotelo | 4 years ago | on: Telegram Ad Platform
Perhaps you meant the Element client?
nsotelo | 4 years ago | on: Scrape like the big boys
nsotelo | 4 years ago | on: HashiCorp – S1
When you do a rolling upgrade, a new service must be assigned to an available port different to the existing one. After starting you'll probably run some health checks, and once satisfied you'll want to switch traffic over to the new instance and halt the old. How do you tell the rest of your infrastructure what the new port is? Service discovery.