Python & GraphQL. Tips, tricks and performance improvements.
Recently I’ve finished another back-end with GraphQL, but now on Python. In this article I would like to tell you about all difficulties I’ve faced and narrow places which can…
Recently I’ve finished another back-end with GraphQL, but now on Python. In this article I would like to tell you about all difficulties I’ve faced and narrow places which can…
Consider the following situation: A bundle of .avro files is stored on HDFS. They need to be converted to Impala tables. Schemas are not provided with files, at least not…
In this article I’ll describe you how to use GraphQL with Spring with this library. Full example is available here. Why annotations? From my point of view schema should not…
In this guide you’ll learn how to add deploy feature to the Erlang service. As a result you will get a real Erlang service, with logs in `/var/log/example_service`, systemd support…
This is step-by-step guide on how to create your Erlang service with the powerful Enot build system. Ensure you have Enot and Erlang installed locally. As a result you will…