Skip to main content

Why now?

Image from https://www.gagasisterhood.com/2015/5-tips-for-members-of-the-club-sandwich-generation/
Being aware that everything that goes into a device attached to the internet is there forever (like has been brought to awareness again with the privacy breaches of 2018) the details here may be a bit skimpy.
The term 'sandwich generation' seems to have fallen off my radar – this is the term for those folk who have elderly parents as well as children that still depend on them. This may likely be a more-common situation as life spans increase across the globe, so I'm sharing my perspective on being in this situation, and trying to make a better life for myself.

A cup of coffee to Mom,
gather dishes,
listen to a synopsis of his night.
Back to the title of the post: Why now?
I need a place to post my thoughts, experiences, and hopefully learn something from myself as this goes on.
I am a student, learning to do front-end development – for those of you who may not be aware of this, that means I build web sites, and am working on making more complex ones and applications for mobiles.
I am trying to also do my handicrafts, volunteer with an internet organization that has a goal I know is both attainable and profitable, and keep up on new and exciting changes in the larger world. Plus find time to do the self-care things, like brush my hair.
My goals for the past few months have looked like I simply copied them from the month before: this is not making progress. So, breaking things down into smaller goals, and doing them make help me see progress.






Popular posts from this blog

Drop-down values for injection

cover_image: https://www.pexels.com/photo/flat-lay-photography-of-gold-iphone-on-opened-notebook-beside-pen-583847/ canonical_url:  --- Photo by Jessica Lewis 🦋 thepaintedsquare   Learning in public is grand, and when you have a team that is willing to help with something that seems simple, but you fall into overthink for the wrong items, it can really help to type out your thoughts, actions, and what the program does to frustrate you. And in this case, getting a value I could see in the debugger was the issue The automation needs to check for page elements – and the drop-down selector triggers potentially different elements. Plus, depending on the user logged in, there may well be different options available in that drop-down. Then, I can get the options available for the user on the drop down, get their values, cycle through them, and verify each set of elements on the page. My test account for this has four options on the drop-down, so I budgeted a couple of hours to get ...

30 Days of Postman - for Testers!

  https://www.pexels.com/photo/white-and-brown-cat-lying-beside-a-laptop-and-toys-5468268/ Photo by Karolina Grabowska from Pexels   Working with developer- focused tools can be a challenge for some testers: we may know what the words mean, but haven't used those skills recently enough to make the tasks simple. Or we may not have ever used them, other than at a quick glance to make sure that what we are getting matches what it should be sending. And some give results that require us to go find another team member to help interpret the results. Being a more-independent tester has always been one of my goals - being able to use the tools that are common in the team, and be able to do at least basic tasks that support my tests with them. Our team used Postman for many of the API tasks that we had, so exploring this tool was a natural fit. There are alternatives it there, both graphical and command line, so feel free to explore! The items that you can do, and tools that ...

Compare HTML in Playwright .NET

Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/four-letter-tiles-1591061/ Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/four-letter-tiles-1591061/ Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/four-letter-tiles-1591061/ Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/four-letter-tiles-1591061/ Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/four-letter-tiles-1591061/ Photo by Miguel Á. Padriñán: https://www.pexels.com/photo/four-letter-tiles-1591061/ Automating checking text (and its HTML) can be a challenge if you aren't comfortable with the language and framework you are using. Having a limited time for learning and exploring is its own challenge. One of my tasks for automating a smoke test for our project was to verify the text in each environment, with each specific set-up having its own welcoming message. And, I admit, I wasn't quite sure where to start. I knew what I needed, and found out where to fetch it. But gett...