- Python
- JavaScript (ES6+)
- SQL
- Bash (basic)
- HTML5, CSS3
Passionate about creating elegant solutions to complex problems.
I'm a passionate AI/ML enthusiast and software developer with a growing focus on cybersecurity and the evolving intersection of technology and law. My journey began with a curiosity about how machines learn and interact with humans, which led me to pursue comprehensive training in artificial intelligence, machine learning, and full-stack development.
Over time, I became increasingly interested in how we can not only build intelligent systems but also protect them, govern them, and use them responsibly. This curiosity expanded into cybersecurity and tech policy, where I'm exploring how secure architectures, ethical AI practices, and regulatory compliance play a vital role in building trustworthy digital ecosystems.
Currently, I'm working on several AI-driven projects such as an intelligent resume builder, a marketing content generator, and a smart assistant platform all designed with both user impact and security in mind. I'm also diving deeper into areas like secure software development, data privacy frameworks, and AI ethics, preparing myself for roles that combine technical innovation with digital trust and governance.
Looking ahead, my goal is to contribute at the intersection of AI, cybersecurity, and legal tech helping organizations build smarter, safer, and more accountable systems. I believe in continuous learning, cross disciplinary thinking, and using technology not just to solve problems, but to do so in a way that is responsible, secure, and future proof.
An intelligent tool that helps users create professional resumes using AI-powered suggestions and formatting.
A content generation tool that creates marketing materials using advanced AI algorithms and natural language processing.
An intelligent assistant system designed to help users with various tasks through natural language interaction.
Capaciti Learnership Program | April 2025 – Present
Port Elizabeth/Gqeberha, South Africa
Port Elizabeth/Gqeberha, South Africa | April 2025 – Present
Eduvos
University of South Africa (UNISA) | Ongoing
Coursera (Short Course) | Completed
Ongoing
Completed
A reflection of core concepts, hands-on implementation, and the debugging processes that shaped my skills in software development and IT support.
Core Programming Concepts | 2024 – Present
Frontend & Backend Skills | 2024 – Present
Security-First Development | 2024 – Present
SQL & Data Optimization | 2024 – Present
Capaciti Bootcamp | April 2025 – Present
Cloud & Infrastructure | 2024 – Present
Critical Thinking Skills | Ongoing
Web Development
A platform for poets and writers to share their work, receive feedback, and connect with a community.
View RepositoryMobile & Web Development
A web and mobile app integrating local cab companies for a seamless ride-booking experience.
View RepositoryTechnical Writing
A blog dedicated to educating users about cybersecurity fundamentals and best practices.
View RepositoryDevOps
A collection of scripts for automating application deployment with Kubernetes.
View RepositoryAI-Powered Content Creation
A modern web application that generates high-quality marketing copy using AI, featuring multiple content types, adjustable tone settings, and template-based generation.
Professional Resume Creation
An AI-powered resume builder with multiple professional templates, smart suggestions, ATS compatibility, and automated optimization features.
AI & Chatbot Development
An interactive AI chatbot built with IBM Watson Assistant that helps users learn about artificial intelligence concepts and fundamentals.
Agricultural Technology Platform
A collaborative agricultural technology platform designed to help farmers optimize crop management, track harvests, and make data-driven farming decisions through an intuitive mobile-first interface.
Collaborative Project: Developed as part of Capaciti bootcamp group work
AI-Powered Text Analysis Platform
A comprehensive sentiment analysis dashboard with real-time text classification, batch processing, interactive visualizations, and multi-format export capabilities for business intelligence and social media monitoring.
Collaborative Project: Built by Tech Titanians team
AI-Powered Task Management Platform
A comprehensive multimodal AI platform featuring voice recognition, image analysis, and intelligent task extraction. Built with React frontend, FastAPI backend, and multiple AI integrations for seamless productivity management.
Collaborative Project: Built by Tech Titanians team
This portfolio website is deployed using GitHub Pages, providing:
# Clone the repository
git clone https://github.com/mooncakeSG/mooncakeSG.github.io.git
# Navigate to project directory
cd mooncakeSG.github.io
# Start local development server
python -m http.server 8000
Here's an example of AI-powered résumé content generation using JavaScript and Groq's LLaMA model:
// Fetching AI suggestions for résumé content using Groq API
async function fetchAISuggestions(section, inputText) {
try {
const response = await fetch('/api/suggest', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ section, input: inputText })
});
if (!response.ok) {
throw new Error(`API error: ${response.status}`);
}
const data = await response.json();
return data.suggestions.slice(0, 3); // Return top 3 suggestions
} catch (error) {
console.error('Error fetching AI suggestions:', error);
return ['No suggestions available at the moment.'];
}
}
// Example usage: generate a summary for the 'Experience' section
const userInput = "Worked as a frontend developer building React apps.";
fetchAISuggestions('experience', userInput).then((suggestions) => {
suggestions.forEach((text, i) => {
console.log(`Suggestion ${i + 1}:`, text);
});
});
Live Location Updates Issue
Full-Stack AI Platform Deployment
View or download my resume to learn more about my experience and skills.
View ResumeA focused, actionable plan for landing your next role in tech.
To secure an entry-level role in IT Support where I can apply my technical training and hands-on projects. My goal is to grow into advanced roles like Network Administrator or Cybersecurity Specialist, combining my passion for cloud infrastructure, cybersecurity, and DevOps.
Have a question or want to work together? Feel free to reach out!
I regularly write about software development, cybersecurity, and technology trends. Follow my articles to stay updated with the latest insights and best practices.