About Me
I am a dedicated technical writer interested in software quality and testing. I am passionate about delivering clear, accurate, and user-friendly documentation. I strive to bridge the gap between development, QA, and end-users by ensuring that documentation aligns with both the software’s functionality and real-world user needs. In addition to my 18 years of experience as a Technical Writer working in the software industry, I am expanding my skills in software testing, including test automation, to understand product quality better and help create robust, reliable software. I am eager to collaborate with teams to improve test coverage, identify edge cases, and contribute to continuous improvement throughout the product lifecycle. A few of my skills include GitHub, Postman, CircleCI, Stoplight, JIRA, JavaScript, Visual Studio, HTML/CSS, Chrome Dev Tools, SQL, Selenium, Python, and TestRail.
I approach every project with curiosity, a commitment to quality, and a focus on efficiency, ensuring that each piece of content enhances the user experience.
When I’m not writing, I enjoy baking sourdough bread and teaching English as a Second language on Preply and Superprof.
Overview
● Task 1: Write an SQL query to retrieve all customer information from the “Customers” table.
SELECT * FROM Customers;
● Task 2: Write an SQL query to retrieve all products with a price greater than $50 from the “Products” table.
SELECT Price FROM Products WHERE Price > 50;
● Task 3: Write an SQL query to retrieve all orders placed by customers with IDs 1, 3, and 5 from the “Orders” table.
SELECT * FROM Orders WHERE CustomerID IN (1, 3, 5);
● Task 4: Write an SQL query to retrieve all products with a product name containing the letter ‘a’ from the “Products” table.
SELECT ProductName FROM Products WHERE ProductName like “%a%”;
● Task 5: Write an SQL query to retrieve all customers from the “Customers” table who are from either the city ‘London’ or ‘Paris’.
SELECT * FROM Customers WHERE City IN (‘London’, ‘Paris’);
● Task 6: Write a SQL query to select all products from the “Products” table where the price is greater than $20.
SELECT * FROM Products WHERE Price > 20;
This repository highlights a curated selection of my technical writing work during my time at BigCommerce. Each piece was chosen for its significance, with me serving as the lead writer. The collection includes technical articles demonstrating my ability to simplify complex concepts and deliver clear, engaging, and accessible content for a wide range of audiences. Also, you will find the HTML/CSS exercises that I completed as part of the freeCodeCamp academy.
If you’re interested in my work and would like to get in touch, you can reach me at:
Thank you for visiting my portfolio. I look forward to the possibility of working together!