Posts

Showing posts with the label engineers

When to incorporate design thinking in scrum

For many developers, QA automation engineers, and site reliability engineers participating in agile development teams, the delivery work starts by defining user stories and committing to complete them in sprints. Sometimes, the user story calls for a “back-end” implementation, such as configuring a data integration, coding a microservice API, addressing technical debt, or improving application performance. These are still user stories because their implementations provide business value, but the product owner can specify the target user experience with technical criteria.  When the feature or user story calls for a “front-end” implementation that impacts the usability and requires a design, agile teams must decide when and how to incorporate design thinking, wireframing, user experience, and design specifications into the requirements. To read this article in full, please click here

How to be an in-demand cloud geek

CRN published one of those slideshow articles revealing “The Most In-Demand Cloud Computing Jobs For 2021.” Spoiler alert: Cloud engineers are in the most demand, earning an average annual salary of $118,000. Of course, “cloud engineer” could mean many different things in many different organizations. Let’s just say it’s someone who knows a lot about cloud computing and is also a hands-on problem solver. [ Also on InfoWorld: Cloud tech certifications count more than degrees now ] The great thing about cloud computing is it has been in demand for the last 8 to 10 years, depending on what aspect of cloud computing you wanted to specialize in. As the demand rose, so did the number of those in and outside of IT who sought a cloud computing career path. I’ve seen teachers, cops, social workers, stay-at-home-parents, and those on very different career paths pivot to cloud computing, and most have done well. To read this article in full, please click here

3 usability standards for web and mobile applications

Ask an application or full-stack developer about the types of testing they perform on their applications, and they are likely to report on unit testing, API testing, and hopefully SAST (static application security testing) and other security testing. The QA automation engineers are likely to mention functional test automation, cross-browser and -device testing, mobile app testing, and performance testing. Devops engineers aim to enhance CI/CD (continuous integration/continuous development) pipelines with continuous testing , and SREs focus on the observability of applications and microservices. To read this article in full, please click here