Right now there is no date when this free offer will disappear. For 3 yr I m using it.
Oracle cloud has free tier with 4 arm vcpus/24G ram/200GB SSD.
I've used PowerDNS at some point with MySQL backend. Rock stable with easy to replicate data.
No Java/Kotlin driver.
using vertx and kotlin for 7 years. still entertaining.
how this compares to buildbot or gajapipelines
Use a database you know the best. Yours data looks like it is a natural fit for a graph. graphs could be implemented on top of many sql or nosql dbs.
Function encapsulated as class. Dependencies passed via constructor. Single public method to execute 'function'. Di as a single class with cake pattern using lazy properties for defining injectable objects. The most…
Std. Grafana + Prometheus + node exporter + specific data source exporter
I'm hosting own MySQL, Mongo and Elastic clusters. At the beginning it takes more time to setup than cloud providers solutions and require more knowledge and tooling to do some ops(upgrades, backups etc). But you know…
Using Pulumi for about 1 year to manage gcp and AWS environments (5+) - each deployment is around 500 resources. At the begining it was buggy but when they started to add typing i see a lot of improvment.
Please read carefully what I've written. I've never said that struct == class. Secondly Rop Pike wrote under tweet: `But the more important idea is the separation of concept: data and behavior are two distinct concepts…
GO is simple decomposition of OOP, class was split into structure (with composition) and interface(with multiple inheritance without implicit definition what interfaces can can coop with structure). Go only restricted…
Those graphs looks like confirmation bias. First of all pay as you go model is not a simple equation. Most of the time you will cross multiple boundaries and cost will raise in exponentially way (multiple stories how…
It depends on many factors. How many requests you predict? What type of application you are building? What size of hot data you will be dealing with? Your workflow is cachable? Dynamic languages are rather unefficient…
So better is to use community fork of Python 2 with new features which are not compatible with Python 2 nor Python 3. Additionally most of public libraries switched to Python 3 and Python 2 will be not supported (and…
Why not just update to python 3?
Without any data you will not get any proper advice. Everything is matter of scale, rate and how dynamic your domain is. Sometimes choosing 3rd party is better sometimes creation of own IT.
Python is fast at parsing JSON, Go had hard time to match parsing speed of it. Additionally you have PyPy to help.
Right now there is no date when this free offer will disappear. For 3 yr I m using it.
Oracle cloud has free tier with 4 arm vcpus/24G ram/200GB SSD.
I've used PowerDNS at some point with MySQL backend. Rock stable with easy to replicate data.
No Java/Kotlin driver.
using vertx and kotlin for 7 years. still entertaining.
how this compares to buildbot or gajapipelines
Use a database you know the best. Yours data looks like it is a natural fit for a graph. graphs could be implemented on top of many sql or nosql dbs.
Function encapsulated as class. Dependencies passed via constructor. Single public method to execute 'function'. Di as a single class with cake pattern using lazy properties for defining injectable objects. The most…
Std. Grafana + Prometheus + node exporter + specific data source exporter
I'm hosting own MySQL, Mongo and Elastic clusters. At the beginning it takes more time to setup than cloud providers solutions and require more knowledge and tooling to do some ops(upgrades, backups etc). But you know…
Using Pulumi for about 1 year to manage gcp and AWS environments (5+) - each deployment is around 500 resources. At the begining it was buggy but when they started to add typing i see a lot of improvment.
Please read carefully what I've written. I've never said that struct == class. Secondly Rop Pike wrote under tweet: `But the more important idea is the separation of concept: data and behavior are two distinct concepts…
GO is simple decomposition of OOP, class was split into structure (with composition) and interface(with multiple inheritance without implicit definition what interfaces can can coop with structure). Go only restricted…
Those graphs looks like confirmation bias. First of all pay as you go model is not a simple equation. Most of the time you will cross multiple boundaries and cost will raise in exponentially way (multiple stories how…
It depends on many factors. How many requests you predict? What type of application you are building? What size of hot data you will be dealing with? Your workflow is cachable? Dynamic languages are rather unefficient…
So better is to use community fork of Python 2 with new features which are not compatible with Python 2 nor Python 3. Additionally most of public libraries switched to Python 3 and Python 2 will be not supported (and…
Why not just update to python 3?
Without any data you will not get any proper advice. Everything is matter of scale, rate and how dynamic your domain is. Sometimes choosing 3rd party is better sometimes creation of own IT.
Python is fast at parsing JSON, Go had hard time to match parsing speed of it. Additionally you have PyPy to help.