When I started coding (waaay back in the late 90s) testing wasn’t even on the radar. I was living fast on Perl and PHP, having fun with how quickly I could code up some idea, reload Netscape, and see an instant change. Many years, books, projects, and tests later I now have some (hopefully well-grounded)…
React Software development TestingAuthor: Jason Rust
I joined Seeq in 2015 as a frontend developer and then slowly spread out to work on our Kotlin/Java backend and Postgres database. As manager of a squad and scrum master I now spend most of my time doing design docs or pair-debugging, but so happy when I get to turn on the music and code away. When not working I'm exploring the Pacific Northwest via biking, hiking, kiteboarding, or some other means of self-propulsion.
by
Jason Rust
7 Testing Take-Aways
by
Jason Rust
Migrating from AngularJS to React: Untangling the injection problem
Our team has been on the long (and I do mean loooong – the design document was written two years ago!) road of rewriting our AngularJS application to React. With the help of the react2angular package we’ve been able to have a hybrid app and slowly convert AngularJS components to React. Finally, there’s a faint…
AngularJS Frontend React