Monday, October 16, 2023

16th oct 23


What I learned today in SE is that there are a ton of tools out there like Cypress for Web application testing, and Espresso for Android Application testing, there is also appium which is a cross-platform testing framework meaning that we can use it to write test cases for all sorts of application, IOS - Android -Web and Desktop 

When I was learning how to become a software dev, it was overwhelming to see the number of tools and technologies that people would mention on their CV but it helps to focus on what you want to build and learn that rather than learn everything around it 


Thats my advice for today 


Things I can do better: 
 

Spend more time on building - e.g 7:4:1 Ratio of building : learning new things/things realted to what im building/analyzing how what I built can be improved 



No comments:

Post a Comment

How to inspect hard to get elements

 Today I learned how to inspect hard to get elements in the DOM using a CSS trick in the console.  So what you basically do is that you go i...