General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
neoHippie
Modern Software Engineering
comments
Comments by "neoHippie" (@morganseppy5180) on "Developer Jobs AREN'T What You Think They Are" video.
Then you would do better in soft skills side instead of the coding side like in UI/UX, project management/business analyst, or even architecture or other design. Entry level "coders" are supposed to execute the designs developed by the experienced members of the team. Very few fresh grads are going to do well designing solutions in enterprise software.
1
I haven't seen the video, but why do you have multiple tests creating books? If you're not testing that method and just need data to work with, you can create some books ahead of time (either with permanent seed data or at the start of the test group for those tests) or have some particular naming scheme particular to the test and making sure to clean up afterwards. There are various strategies bssed on your needs.
1