Skip to content
View LadishDev's full-sized avatar
✏️
Developing
✏️
Developing
  • London
  • 19:35 (UTC)

Highlights

  • Pro

Block or report LadishDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LadishDev/README.md

#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;
};

πŸ“Š GitHub Stats:

Ladish's GitHub stats Ladish's Streak
Ladish's Top Langs

Pinned Loading

  1. FineTrack FineTrack Public

    A App for tracking vehicle fines, charges, MOT, insurance and other vehicle-related expenses.

    TypeScript 1

  2. S2-Data-Driven-App S2-Data-Driven-App Public

    A 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++

  3. NFC-RFID-MFA-Research NFC-RFID-MFA-Research Public

    A 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

  4. Assessment-Cariryn-Enterprise Assessment-Cariryn-Enterprise Public

    A Database used to store information about a game and characters stats and items.

    Python

  5. Electoral-System Electoral-System Public

    A 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

  6. Personal-Website Personal-Website Public

    This 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