#include <array>
#include <string>
#include <string_view>
class CyberSecurity {
public:
CyberSecurity() {
name = "Callum";
role = "Cyber Security & Software Development";
location = "UK";
age = 21;
languages = {
"Python",
"C++",
"Javascript",
"HTML5",
"CSS3",
"Typescript",
"Astro"
};
tools_platforms = {
"Docker",
"Git",
"IoT Security",
"Cloud Security",
"NFC / RFID"
};
servers_databases = {
"Apache",
"MySQL",
"MongoDB",
"SQLite",
"Linux",
"PowerShell"
};
employed = false;
currentFocus = "Building cool projects & learning everyday π";
}
private:
std::string name;
std::strong role;
std::string location;
std::uint8_t age;
std::array<std::string_view, 9> technologies;
bool employed;
std::string currentFocus;
};
Highlights
- Pro
Pinned Loading
-
S2-Data-Driven-App
S2-Data-Driven-App PublicA simple data-driven music app built with OpenFrameworks that fetches and displays music data from the Discogs API. Designed as a learning project to explore API integration and data handling.
C++
-
NFC-RFID-MFA-Research
NFC-RFID-MFA-Research PublicA research-driven prototype exploring how Multifactor Authentication (MFA) can improve the security of NFC/RFID-based access control systems. Features facial recognition and phone-based authenticatβ¦
Python
-
Assessment-Cariryn-Enterprise
Assessment-Cariryn-Enterprise PublicA Database used to store information about a game and characters stats and items.
Python
-
Electoral-System
Electoral-System PublicA streamlined electoral system powered by a SQL database and Python. It processes electoral data, performs calculations, and generates final results through a Flask-based web interface.
Python
-
Personal-Website
Personal-Website PublicThis repository contains several personal websites, each built with different tools, frameworks, and design approaches. Every site lives in its own directory with separate configurations, allowing β¦
Astro
If the problem persists, check the GitHub status page or contact support.