Posts

Showing posts from May, 2024

Sprint 3 Retrospective

  In Sprint 3 I worked on finishing the checkinventoryfrontend. With the shorter time of the sprint, I went to work on fixing an issue I encountered in the previous sprint where the frontend would only display an error message saying that there was some problem in the html. At the same time I was trying to figure out how to get npm to work in the new file structure, since when I try calling npm in the terminal it kept failing. For the longest time I couldn’t figure out how to get the frontend to display correctly, trying all sorts of solutions from moving the package.json file around to deleting the deprecated yarnlock file. Eventually, I settled on figuring out how to change the npm files to allow npm to reach the new frontend folder I made. At some point, Jason asked if there was anything the rest of the team could work on in checkinventoryfrontend, and I said the documentation needed to be updated and that nodemon needed to be

Quality Assurance Survey Article

  This week I decided to look up what was going on in the news for software quality assurance. I found this article about a survey on the future of quality assurance and found it interesting. The headline was more specifically about the adoption of A.I. in software testing. I have already covered some of the potential benefits of the use of A.I. in software testing, so consider this to be a follow up to that. Keep in mind this article was written back in December of 2023, so things could have potentially changed in that time.  The title of this article states that over 78% of software testers have adopted A.I. into their testing. This kind of comes as no surprise since people have been gushing about the new burgeoning technology for a while now.  The tech industry has made a big effort to adopt A.I. into as many different fields as possible. The automation of test cases is not a new subject, but the use of A.I. is a fairly recen

Perpetual Learning: Break Your Toys

   Last week I started diving into the perpetual learning section of the Apprenticeship patterns book, beginning with the expand your bandwidth section. I talked about how I want to learn more about my field and explore new discoveries in the industry. This time however I read up on the "Break Your Toys" section from the book. This section covers the need to fail in order to improve, and how to set up an environment where you can sort of fail on purpose. I am no stranger to failing and struggling when it comes to computer programming, as I am sure we all are familiar with it. This section makes a case for using a pet project, or a “toy program” as they put it, to test and break to your heart’s content. This is supposed to allow you an environment in which to practice whatever programming you desire, and most importantly an environment to fail in. Failure in your job usually leads to you losing the respect of your peers