Jay Naugler

Let's connect!

SKILLS

Jira Logo

Jira

Scrum Logo

Scrum (CSPO/CSM)

HTML5 Logo

HTML

CSS Logo

CSS

TypeScript Logo

Typescript

Java Logo

Java

Python Logo

Python

Selenium Logo

Selenium

Postman Logo

Postman

Jmeter Logo

JMeter

SQL Logo

SQL

GitLab Logo

GitLab

Linux Logo

Linux

Salesforce Logo

Salesforce

CREDENTIALS

Highlighting my commitment to continuous learning and skill development.

Scrum Alliance

  • Certified ScrumMaster (CSM)
  • Certified Scrum Product Owner (CSPO)

Nucamp

  • Backend, SQL and DevOps with Python Bootcamp

Coursera / Google

  • Google Project Management Professional Certificate

Rahul Shetty Academy

  • Core Java for Automation Testers
  • REST API Testing (Automation) with REST Assured
  • Learn Postman for API Automation Testing
  • Learn JMETER from Scratch (Performance + Load)

Udemy

  • Selenium WebDriver with Java - Basics to Advanced

LinkedIn Learning

  • MongoDB Essential Training
  • Introduction to PostgreSQL
  • Introduction to Web APIs
  • Cisco Networking Foundations: Switching & Routing
  • IT Security Foundations: Network Security

But wait! There's more!

ABOUT ME

Headshot of Jay

Mission: To solve user problems through intuitive design and logic.

Vision: Creating seamless experiences driven by quality and clarity.

MY STORY

My path has been defined by continuous growth. From leading QA teams in the software space to diving back into code as a Web Programming student, I am driven by curiosity. I am currently bridging my years of industry experience with modern development skills, excited to see where my commitment to learning takes me next.

CONTACT

Looking to connect? Want to book an interview? Have a job or project in mind? Let's chat!

Reason for contacting:
contactController.ts
const jobOpportunity = {
role: "Full Stack Developer",
company: "Your Awesome Team",
remote: true
};
const sendInquiry = async (details) => {
try {
await API.post('/contact', details);
return { status: 200, msg: "Let's chat!" };
} catch (err) {
console.error("Need more coffee.");
}
};
// Ready to deploy?
sendInquiry(jobOpportunity);
_