Adam Davis
Senior Systems Development Manager
Adam is a seasoned Software Engineering Manager with over a decade of experience leading medium to large-scale teams of testers, QA professionals, developers, and release engineers. He is passionate about cultivating collaborative environments that spark innovation, both in professional settings and through side projects. Adam believes that side quests are crucial for nurturing creativity and skill development, allowing individuals to explore new technologies and approaches. With a focus on creating scalable solutions across diverse infrastructure platforms, he combines a practical and analytical mindset to address complex challenges. Adam is dedicated to fostering a culture where teams can thrive and achieve outstanding results.
Achievements
Certificates
Level up your software testing and quality engineering skills with the credibility of a Ministry of Testing certification.
Activity
achieved:
This badge is awarded to members who join a Ministry of Testing Chapter.
earned:
Joined MoT Manchester chapter
earned:
MoT Manchester
joined:
The MoTaverse exists to advance the quality engineering and software testing industry in a fun, safe, professional and forward-thinking way.MoT Manchester Chapter events exist as a way to bring people together to gather and learn about all things quality.Â
registered for:
Save the date!
Contributions
On the beach before arriving at OhSo Social for Pre-TestBash drinks.
Cross-Site Request Forgery (CSRF) is when your browser gets tricked into doing something, like submitting a form using your login, without you knowing.It works because browsers send your cookies automatically, even if the request comes from another site. That means an attacker can abuse your login to perform actions on your behalf. Best way to stop it? Use CSRF tokens, set SameSite on cookies, and don’t trust requests just because the user’s logged in.