🧑💻 Personal Info
- Name: Arian Nouri
- Email: arinouri.cs@gmail.com / nouri.arian@gmail.com
- Phone: 613-805-3423
- Website: arinouri.ca
- GitHub: github.com/arinouri
- LinkedIn: linkedin.com/in/arinouri
- Security Clearance: RCMP Secret
- Languages: English, French, Farsi
- Resume: View PDF
🎓 Education
Bachelor of Computer Science (Co-op)
Specialization: Internet & Security / Cyber Security
Carleton University, Ottawa, ON
Sept. 2022 – May 2026 (Expected)
💼 Experience
IT01 Technical Analyst – RCMP
Ottawa, ON | Sept. 2024 – Present
- Supported 200+ enterprise software systems
- Resolved technical tickets and access requests
- Maintained security standards and confidentiality
- Collaborated with internal teams to ensure uptime
Pharmacy Technician – Walmart Pharmacy
Ottawa, ON | Mar. 2021 – Dec. 2024
- Managed Kroll entries and prescription processing
- Logged COVID-19 vaccine data into Covaxon
- Trained staff and improved backend workflows
Freelance Custom PC Builder
Dec. 2019 – Present
- Designed and built custom performance PCs
- Focused on thermal efficiency and part compatibility
🛡 RCMP (2024–Now)
IT01 Technical Analyst — supported 200+ apps, security enforcement, ticketing systems.
IT01 Technical Analyst — supported 200+ apps, security enforcement, ticketing systems.
💊 Walmart (2021–2024)
Pharmacy Technician — Kroll, Covaxon, vaccine data, staff training.
Pharmacy Technician — Kroll, Covaxon, vaccine data, staff training.
🖥️ PC Builder (2019–Now)
Custom PCs — built high-performance rigs, cooling, compatibility checks.
Custom PCs — built high-performance rigs, cooling, compatibility checks.
💻 Technical Skills
- Languages: React, Python, JavaScript, C/C++, Java, SQLite, HTML/CSS, Node.js
- Tools: GitHub, VS Code, IntelliJ, Unreal Engine 5, Adobe AE, Photoshop
- Certifications: French Certificate, Google Inbound Marketing, Google Analytics
🌐 Projects
✅ Portfolio Website – arinouri.ca
- Responsive site using HTML/CSS/JS + Node.js
- Demos: Weather App, Password Strength Meter
- Clean UI with animations and API integrations
✅ Terminal Cybersecurity Game
- Interactive JavaScript-based hacking simulation
- Supports ls, cd, cat commands, vault unlock, maze mini-game
- Blends cybersecurity and storytelling
✅ Bionic Reading App
- Web tool to enhance reading focus
- Custom styles for readability and speed
✅ Music Playlist App
- Integrated with external API
- Responsive UI and embedded player
🛡 Cybersecurity Tips
Tip 1: Validate Input
Prevent SQL injection and XSS by validating user inputs.
const safeInput = sanitize(userInput);
db.query("SELECT * FROM users WHERE name = ?", [safeInput]);
Tip 2: Secure Password Storage
Hash passwords before storing them:
bcrypt.genSalt(10, (err, salt) => {
bcrypt.hash(password, salt, (err, hash) => {
// Store safely
});
});
Tip 3: Use HTTPS
Always use secure protocols:
const https = require('https');
https.createServer(opts, (req, res) => {
res.end("Secure!");
}).listen(443);
📲 Cybersecurity Tools (Demos)
Password Strength Checker
Password strength: None
Weather App
🧠 Interests
- Custom PC builds & repair
- Front-end web development
- Interactive UI & game design
- Visual storytelling and design tools