Migrating a large code base from AngulaJS to Angular is a gnarly problem. Keeping your old AngularJS code running alongside the new is the main problem but you can do it using the hybrid router solution outlined here.
Category: Lambda
Several things went wrong. They probably started going wrong long before the bean factory got involved.

Several things went wrong. They probably started going wrong long before the bean factory got involved.
Title

This opinion is still controversial amongst Java programmers.
This opinion is still controversial amongst Java programmers.
Object Oriented Programming is mostly a one trick pony and that trick is called polymorphism.
Title

Too many newlines invite automatic semicolon insertion to change the meaning of your code.

Too many newlines invite automatic semicolon insertion to change the meaning of your code. Use K&R formatting, JavaScript is a descendant of C not PASCAL
Wow.
Wow. This could be a really big deal. Here is the design document to go with an experimental branch of RxJS based on Andre Staltz’s callbag spec.
The aim is for a smaller, faster and simpler foundation for RxJS, the web’s most important library IMHO.
Do you even Haskell, bruh? 💪
Do you even Haskell, bruh? 💪
Notes on beginning Haskell from the point of view of a JavaScript programmer
This is a good article because it takes a deeper dive into stuff that Redux articles tend to skim over.
This is a good article because it takes a deeper dive into stuff that Redux articles tend to skim over. Of course the real action of your Redux app occurs in the middleware, not the reducers.
It’s good that after a survey of middleware techniques he settled on abstracting RxJS in his own domain specific library. The other approaches which are more common in the Redux world are frankly quite inadequate. Sagas for example (which are built on JavaScript generators) are way too complex once you get beyond trivial examples.
This one is a good one.
This one is a good one.