Live data from Hacker News

Ask HN: What technologies did you learn in 2018?

news.ycombinator.com

11–20 of 620 posts

Re: Ask HN: What technologies did you learn in 2018?

#11
In my free time, I picked up:

* Python * Common Lisp

For Work:

* Pandas (Learning Python resulted in me being asked to help our 'data team' get started with Pandas)

* Go (I moved to that Team)

* Protobuf (google protocol buffers)

I've played around with some other technologies along the way as I enjoy learning various languages. But I wouldn't say I really become good with them, some other's that I've played with this year:

* OpenDylan

* Erlang

* Django

EDIT: Formatting

Re: Ask HN: What technologies did you learn in 2018?

#18
post #8

Weirdly, 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…

Hey, there’s an old school community(they prefer monastery) called PerlMonks[0]where you can share your Perl oneliners and also pick up some mind blowing stuff. Come hang around sometime

[0]https://perlmonks.org/

Post reply on HN