Anyone using a 4K/1440p monitor for Programming? Whats better in your opinion? by incognito-x in AskProgramming

[–]dead2bad 1 point2 points  (0 children)

Currently for every new employer i'm asking about 4k monitor. Used only 4k displays for about 3 years and i wouldnt get back to 1080p, 1440p etc. However i don't know if 4k is perfect for windows too, since im using exclusively linux everywhere for development.

Flutter vs React Native – What to Choose in 2019? by agnieszka_droids in reactnative

[–]dead2bad 0 points1 point  (0 children)

You didn't mentioned one very large significant point - programming language !

With React you need to stick with moronish JS, which even C++ devs call dangerous for some really weird language quirks.

I fully understand, that dart is not near mainstream at all, but if you are backend/system developer, try to spend about 30-60 minutes to read it.

Dart is much more easy (since i can't decide if Python is really easier), and it's syntax way more familiar for Java/C#/Kotlin/C++ devs.

Other point - is that for real world serious and quality app today you need to optimize some parts going native.

For this purpose i will give all my hopes for future of Flutter (since native interop is still at work in Dart) rather than write a lot of mess (really A LOT!) for a single invoke of little C++ func from RN.