public class About()
/// <summary>
/// Programming enthusiast and Electrical & Electronic Engineering student at Green University of Bangladesh, 
/// passionate about building innovative web applications, machine learning systems, and quantum-inspired solutions. 
/// Skilled in full-stack development, image processing, and low-level programming, with hands-on experience 
/// in projects like quantum-inspired study optimizers, AI chatbots, and weapon detection systems. 
/// Committed to blending engineering and computer science to create impactful, real-world applications. 
/// </summary>
public class Information
{
    public string Email = "nazmulhaque.green@gmail.com";
    public string Phone = "01773865325";
    public string[] Location = {"Rupganj", "Dhaka", "Bangladesh"};
    public int Age = 24;
}
public class Skills()
public enum Programming()
{
    // Advanced
    CSHARP,
    // Intermediate
    CPLUSPLUS, PYTHON,
    // Basic
    JAVA, JAVASCRIPT
}
public enum ProjectDevelopment()
{
    // Advanced
    QUANTUM_INSPIRED_OPTIMIZER, SPD_CHATBOT
    // Intermediate
    PRIVATE_NOTE, NEWS_SUMMARIES, MATLAB_NUMERICAL,
    // Basic
    EMU8086_ASSEMBLY, NODEJS_LIVE_SERVER
}
public enum OtherSkills()
{
    // Intermediate
    GIT, BLENDER,
    // Basic
    PHOTOSHOP, ADOBE_SUITE
}
public class Projects()
public class ObjectDiameterMeasurement : Project
{
    public string Title = "Diameter of Round Shape Object";
    public string Description = "MATLAB GUI for measuring the diameter of round objects in images using live cam or a dataset";
    public string Platform = "MATLAB";
    public string[] Tech = { "MATLAB", "Image Processing Toolbox" };
    public string Link = "GitHub";
    /* Role: GUI development, image processing, dataset handling */
}
public class QuantumInspiredOptimizer : Project
{
    public string Title = "Quantum-Inspired Personalized Learning Optimizer";
    public string Description = "Web app for creating personalized study schedules using quantum-inspired algorithms";
    public string Framework = "Flask, React";
    public string[] Tech = { "Python", "JavaScript", "D-Wave Ocean", "Firebase", "D3.js" };
    public string Link = "GitHub";
    /* Role: Full-stack development, quantum algorithm integration, deployment */
}
public class SPDBot : Project
{
    public string Title = "SPD Bot for Engineers";
    public string Description = "AI chatbot with a futuristic Matrix-themed UI for engineering queries";
    public string Framework = "React";
    public string[] Tech = { "JavaScript", "HTML", "CSS", "Firebase", "Server-Sent Events" };
    public string Link = "Render";
    /* Role: UI design, streaming response implementation, Firebase integration */
}
public class PrivateNote : Project
{
    public string Title = "Secure Notes";
    public string Description = "Private note-taking web app with Firebase authentication and storage";
    public string Framework = "React";
    public string[] Tech = { "JavaScript", "HTML", "CSS", "Firebase", "Tailwind CSS" };
    public string Link = "Web App";
    /* Role: Full-stack development, Firebase security rules, deployment on Render */
}
public class WeaponDetection : Project
{
    public string Title = "Weapon Detection System";
    public string Description = "Machine learning-based system for detecting weapons in images/videos";
    public string Framework = "TensorFlow, PyTorch";
    public string[] Tech = { "Python", "OpenCV", "NumPy", "YOLO", "SSD" };
    public string Link = "GitHub";
    /* Role: Model integration, image processing, algorithm optimization */
}
public class NewsSummaries : Project
{
    public string Title = "Current Affairs and News Summaries";
    public string Description = "Web app for summarizing news articles with customizable sources";
    public string Framework = "Flask";
    public string[] Tech = { "Python", "JavaScript", "HTML", "CSS", "Render" };
    public string Link = "Web App";
    /* Role: Backend development, API integration, deployment with Render */
}
public class MatlabNumerical : Project
{
    public string Title = "Numerical Analysis Toolkit";
    public string Description = "MATLAB scripts for numerical methods like Regula Falsi and trigonometric calculations";
    public string Platform = "MATLAB";
    public string[] Tech = { "MATLAB" };
    public string Link = "GitHub";
    /* Role: Algorithm implementation, mathematical modeling */
}
public class Emu8086Assembly : Project
{
    public string Title = "8086 Assembly Projects";
    public string Description = "Assembly language programs for tasks like summing arrays and bit counting";
    public string Platform = "Emu8086";
    public string[] Tech = { "Assembly" };
    public string Link = "GitHub";
    /* Role: Low-level programming, debugging */
}
public class PortfolioWeb : Project
{
    public string Title = "Portfolio Web Development";
    public string Description = "Web development environment setup for a portfolio using live-server";
    public string Framework = "Node.js";
    public string[] Tech = { "JavaScript", "Node.js", "npm" };
    public string Link = "GitHub";
    /* Role: Environment setup, dependency management */
}
public class Experience()
public void QuantumInspiredOptimizerProject()
{
    var Position = "Lead Developer";
    var Duration = Range(start: "Jun 2025", end: "Aug 2025");
    var Link = "GitHub";
    /* Developed a web app using Flask, React, and D-Wave Ocean to create personalized study schedules with quantum-inspired algorithms */
}
public void SPDBotDevelopment()
{
    var Position = "Full-Stack Developer";
    var Duration = Range(start: "May 2025", end: "Jul 2025");
    var Link = "Render";
    /* Built an AI chatbot with a Matrix-themed UI using React, Firebase, and Server-Sent Events for real-time responses */
}
public void GreenUniversityProjects()
{
    var Position = "Student Developer";
    var Duration = Range(start: "Jan 2024", end: "Present");
    var Link = "GitHub";
    /* Developed web apps like News Summaries and PrivateNote, and MATLAB projects for numerical analysis at Green University of Bangladesh */
}
public void ImageProcessingResearch()
{
    var Position = "Independent Researcher";
    var Duration = Range(start: "Jul 2025", end: "Aug 2025");
    var Link = "GitHub";
    /* Created a MATLAB GUI for measuring diameters of round objects in images, utilizing Image Processing Toolbox and dataset analysis */
}
public void MachineLearningExploration()
{
    var Position = "Self-Taught Developer";
    var Duration = Range(start: "Apr 2025", end: "Jun 2025");
    var Link = "GitHub";
    /* Built a weapon detection system using Python, OpenCV, and pre-trained YOLO/SSD models for image and video analysis */
}
public class Education()
private void YnovConnect()
{
    var Degree = "Bachelor's Degree";
    var Field = "Electrical & Electronic Engineering";
    var Duration = Range(start: "2022", end: "Present");
    var Status = "In Progress";
}
public class Contact()
public void GetInTouch()
{
    string Email = "nazmulhaque.green@gmail.com";
    string Phone = "01773865325";
    string LinkedIn = "https://www.linkedin.com/in/nazmul-haque-nihal-07-55b87a248/";
    string GitHub = "github.com/nazmul-haque-nihal";
    
    // Available for opportunities
    bool Available = true;
}