Earlier quoted context omitted.
Have you found the certifications useful?
Define "useful". I personally have 3 AWS certifications (All of the associate level). Their use to me was 1) When studying for them, I learned a ton more about the platform and 2) Recruiters and employers love it - I get even more job/interview offers now.
Ask HN: What technologies did you learn in 2018?
241–250 of 620 posts
Re: Ask HN: What technologies did you learn in 2018?
#242Learned ReasonML and Solidity in 2018. ReasonML is pretty great, though I think the syntax is much noisier than it needs to be, compared to Elm and OCaml. Documentation needs to be consolidated though, and the linter picks bad defaults. Solidity feels like a language designed like someone that never learned lessons from having tried a lot of different languages. It feels much like a leaky abstraction over the EVM. Ot…
Re: Ask HN: What technologies did you learn in 2018?
#243Re: Ask HN: What technologies did you learn in 2018?
#244goal is to learn metalwork and machining skills to complement programming, electronics, embedded skills for prototyping gadgets.
(ps. it's been a slow process)
Re: Ask HN: What technologies did you learn in 2018?
#245Earlier quoted context omitted.
Is C/C++ knowledge important for learning Rust?
Opinions are split. Many people have learned it without any previous C or C++ knowledge. Some argue that you can't truly appreciate Rust until you've written them. It can be helpful, but it can also be harmful.
Edit: actually I'm well into my second year of programming now, time flies...
Re: Ask HN: What technologies did you learn in 2018?
#246Earlier quoted context omitted.
Worth noting that PerlMonks functions similarly to stack overflow (for Perl at least), with the difference that discussion is actually encouraged.
Somebody should pick up that idea and create a site like stack overflow but that doesn't discourage discusssion or reward destroying useful knowledge.
And I'm not a new, disgruntled user. I like the site a lot and am quite active on the IT Security stackexchange site. From my semi-moderator's point of view, the only place for discussion is the chat function (which only a few regulars use).
Re: Ask HN: What technologies did you learn in 2018?
#247it's a treat.
Re: Ask HN: What technologies did you learn in 2018?
#248- Learned a lot more about kubernetes (bare metal, gcloud and finally digital ocean, rancher 2.0)
- Improved my JS skills (react etc.), focused a lot more on architecture
- Improved my spring-boot skills and upgraded to Java 11
- founded a company with my partner and got a bit into after-effects (from the technical side, meaning distributed rendering, automation)
- Created a "home lab" setup and learned vmware ESXi
Missed machine learning will check that out next year :)
Happy Holidays <3
Re: Ask HN: What technologies did you learn in 2018?
#249Weirdly, perl. I found myself on a client site in a locked down environment with only the Windows version of GIT installed. Powershell disabled, no other programs allowed. I had to produce reports on the log files for this machine, but had to obfuscate information before taking it off the server. I discovered that git had bash installed quite early on, so my initial automation and reporting was based on UNIX pipeline…
My team has used Perl successfully for 13 years. We use modern Perl and the code is clean. In the process of switching new team members to Python as it is hard to hire people with Perl. I still think the meta capability in Perl is stronger than Python.
Re: Ask HN: What technologies did you learn in 2018?
#250.NET Core. It's got everything I need from the java world, without the baggage from being an old technology.