Ask HN: What technologies did you learn in 2018?
171–180 of 620 posts
Re: Ask HN: What technologies did you learn in 2018?
#172Re: Ask HN: What technologies did you learn in 2018?
#173The Ada programming language. We (at my work) have been considering it for a new project and mostly everything has been a pleasant surprise. It is not a language that makes you feel “clever” or “powerful” , but everything has its purpose and place. Except for Tasks; the fact that such a bare-bones language has first-class support for concurrent execution makes it clear how ahead of its time it was. Another technology…
What field are you working in?
Re: Ask HN: What technologies did you learn in 2018?
#174Also Docker, which I'm still not sure how I feel about. Docker somehow feels like an admission of failure of our industry to manage, install, and isolate dependencies, so we create pseudomachines to work around the problem. Better than VMs, I guess.
Re: Ask HN: What technologies did you learn in 2018?
#175Finally moved away from Wordpress as a back-end, which I pushed to the limit.
Learned Laravel and greatly improved my skills in vanilla PHP.
Moved from jQuery to Vue.js - it's now my default front-end framework.
Started using CLI and Git regularly.
Learned PWA, service workers, serverless, Web3, some Solidity, more MySQL, server admin, scaling.
Throughout 2018 I was coding all the time on my own, executing my personal projects. It was a great learning experience, and now I finally became a good and productive coder.
This is an achievement, because my first speciality is graphic design and I specialized in it for many years. Now I'm also a competent coder. When I combine design with code, possibilities are endless.
Re: Ask HN: What technologies did you learn in 2018?
#176Man it was a crazy year for me: - Clojure - Typescript - Aws Lambdas - Serverless - Terraform - Cloudformation - Docker - AWS Ecs with Fargate - Kafka All this mainly because I managed to land a job at a big company that encourages knowledge sharing across teams. So much better to have a community of other engineers you can rely on.
Re: Ask HN: What technologies did you learn in 2018?
#177My team started being more serious about our switching from .NET to a mix of Django, Flask and Vue.js this year, so I've been focusing on those. I personally played around with GraphQL (Apollo, Yoga and Graphene) for a while, but ultimately I didn't find a good use case for it in our setups and kind of left it at that. Our 2019 will be spent on building our AWS and Azure skills along with container setups, as we look…
Re: Ask HN: What technologies did you learn in 2018?
#178I've also played with Go, although while I like some of it I am still not convinced.
Another thing I have started using and really like is DDD and the onion architecture pattern. Its produced some of the nicest code I have seen and has helped make the code base super maintainable, adaptable and clean. Very cool.