Live data from Hacker News

Ask HN: What technologies did you learn in 2018?

news.ycombinator.com

481–490 of 620 posts

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

#482

Things I started to learn: - knitr, as I got sick of LaTeX (I always ended up fiddling with the figure placement forever until it was just right). I also moved all my R work into RStudio, which is a HUGE time saver and the Projects function has saved me a few times. - snakemake, for reproducible bioinformatics workflows, integrates nicely with HPC systems, and is very beautiful (the few times I've used it) - I went t…

Could you provide a link to the Kaggle book? A quick search reveals quite a plethora, and I'm not sure to which exactly you refer.

Sorry, I confused Keras with Kaggle - holiday brain! It's this one: https://www.manning.com/books/deep-learning-with-python

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

#483
Python 3. After tinkering with a pretty important python script last year, I built a full blown web app using Bottle. Now it's a core tool that my team uses to do the core functions of the their job and I'm taking feature requests.

I've also been tinkering with C#/.net core and TypeScript at work as I try to align myself closer with the tech that the core engineering teams are using.

The other thing this year that I finally cracked was Swift. I don't know why, but until just recently I had really struggled with wrapping my head around it ¯\_(ツ)_/¯

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

#487

After a couple years of working all kinds of Android and iOS native development for clients, I finally got a chance to dig into React Native and it's been incredibly fun so far! I hope it's not just the honeymoon phase but it seriously looks like a keeper framework, I've been able to build beautiful cross platform MVPs faster than I ever could before natively. And hobby-wise, I created an educational program with an…

Hi phreak, I am a react native developer as well. Can you answer some of my questions ? * How was your experience in React Native (RN) when it comes to styling the components ? I find it very hard and sometimes confusing to have consistent styling between iOS and Android. * I have no native iOS or Android experience. Can you suggest me how shall I approach learning native app development ? * What resources did you se…

Well, in order:

- I haven't had any trouble using the RN css-like styles along with React-Navigation yet, what I've been writing looks consistent between devices, but I know I'll hit that issue eventually

- My approach has been to just start making apps targeting real users, either from your own business or a client's, there are several pretty good tutorials to get started, and the people who use what you create will let you know what's important to focus on (and also motivate you to keep working!).

- The react native + navigation documentation is a great starting point, but you'll still spend a while learning so your best bet is to partner up with a tutor and work alongside them to begin with, real experience is always where you get the most value at first.

- Kotlin is in an incredibly good place right now for Android development so I believe you can skip Java at first, and when the time comes when you need to check it out, you'll find that it's quite clear to make out and write with a Kotlin background. An IDE to hold your hand is always a plus as well.

Most of all, be sure to brush up on your basic algorithms and data structures, OOP design patterns, a dash of functional paradigm tools, mainstream architecture styles, and general good practices as you tackle on new technologies and you'll find out that there's a lot of overlap of all over the modern languages that translates directly. Good luck on your journey!

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

#488
post #478

while i have learned smalltalk already a few years ago, it was only a short time ago that i found a smalltalk application that is so useful that it's worth it to keep a pharo smalltalk environment running at all times. as a result i became easy to use that to build a small gui app to help me solve some issues. the key takeaway is this: i have wanted to learn more about smalltalk ever since i started learning it, and…

An operating system should be more like this
Post reply on HN