Viewing profile — jojo64
jojo64
HN member- Joined
- Fri, Jun 22, 2018, 10:55 AM UTC
- HN karma
- 9
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About jojo64
No profile information was provided.
Recent public activity
-
comment
Comment #17749838
We have a European market of Energy. If it's not sunny && windy in France, maybe it is in Germany or Spain etc.
-
comment
Comment #17547565
Did you try to learn another language? I found that people who learnt another language are less conservative on their native language and make effort to speak slowly etc. Generally…
-
comment
Comment #17425771
For our usage that's my point of view. When you need to manage ws & asynchronous task, you are just ending stacking technologies to make Django enter in 2018 (remember tornado?). I…
-
comment
Comment #17422947
Well I don't blame python. It's just that the stack python/Django/DRF is not more efficient for us now as our requirements changed spa/ws/asynchronous tasks. Investing in this stac…
-
comment
Comment #17422913
Good point. Lost of performance in the query is acceptable a as we gain support of MySQL & Postgresql. Lost of performance in JSON serialisation is more difficult to accept.
-
comment
Comment #17422871
The goal will be to take benefits of the elixir/OTP platform and the concurrency assets. Today we have a lot of asynchronous/background task distributed with rabbitMQ. If our inves…
-
comment
Comment #17422858
Well we can migrate to python 3 but this will be more investment in a stack that is more and more obsolete (Django) for SPA. Developers need also to learn the new best practices fo…
-
comment
Comment #17422819
This implies to create 2 queries each time you want to hit the database. One query for PostgreSQL and one query for MySQL. This is something we can't afford. Do you have some good …
-
comment
Comment #17418893
We are in python 2.7 and we need to migrate the application to python 3.0 For me it's another language to learn if we want to make good python 3 code. Python/Django/DRF is a stack …
-
comment
Comment #17418547
Indeed we are also looking for a framework to change our Django/python. We were looking at golang as half of our backend is in go but the lack of ORM make the choice impossibile. G…
-
comment
Comment #17372999
If the service is free, then your are the product.