What were they, did you every fully overcome your confusion?
For further actions, you may consider blocking this person and/or reporting abuse
What were they, did you every fully overcome your confusion?
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (87)
Kubernetes. In fact, I am still on it.
Reactive programming made properly: RxJS or/and Reactor.
Other:
Ownership model in Rust
React for me.
I was very familiar with using JS on a website, so I thought React would be an easy transition. Nope. What stung me was:
$(".mydiv).text("hello world");. This worked and I was able to build upon that and create more and more complex DOM manipulations from there. With React you can't just start with that one line.OAUTH
I've read and even studied several times. My mind just go blank for some reason.
Sockets (as in WebSockets), not coding them, that was the easy part.
But actually understanding why and how they work with multiple sessions and clients.
And Flex is all you need π
Containers and Kubernetes, for my first internship I was thrown into the cloud computing world and I had no prior knowledge of it at all. It took a week to figure out what exactly a container was and why containerized apps are crucial to today's CI/CD.
And kubernetes..... don't get me started with that. Something I'm still trying to figure out until this day xD
I disliked JavaScript greatly for many years. I just didn't get how to use it, coming from mostly object-oriented languages (Java, C++, even PHP 5 and above). Then, one day, a switch flipped and suddenly I thought it was actually pretty fun! I think it took just embracing a new mental model and embracing/getting over some of its quirks.
Some concepts of Functional Programming like pure functions and monads. To this day I cannot reconcile/fully understand the idea of functions without side-effects and basically no external state that does not depend on the function's arguments with what I know about programming. I simply could not find a consistent approach on how to build the applications I code on a daily basis using pure functional programming and I would trade my right arm for a look at a codebase of a buisness application that fully embraces FP.