Skip to content
View ariktheone's full-sized avatar

Highlights

  • Pro

Block or report ariktheone

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
ariktheone/README.md

LinkedIn Gmail Profile Views IEEE


whoami

#!/usr/bin/env python3
# arijit_mondal.py — no exaggeration, no filler

class ArijitMondal:
    """
    Final-year B.Tech ECE student @ IEM Kolkata.
    Data analyst by practice. IEEE researcher by night.
    Firm believer that clean data beats clever models.
    """

    def __init__(self):
        self.name         = "Arijit Mondal"
        self.location     = "Kolkata, India 🇮🇳"
        self.degree       = "B.Tech — Electronics & Communication Engineering"
        self.institute    = "Institute of Engineering & Management, Kolkata"
        self.status       = "Final Year → Actively seeking DA / BI / Analytics roles"
        self.publications = 3  # IEEE conference papers. peer-reviewed. real ones.

    @property
    def stack(self) -> dict:
        return {
            "languages"     : ["Python", "SQL"],
            "data_libs"     : ["Pandas", "NumPy", "Scikit-learn",
                               "Matplotlib", "Seaborn", "Plotly"],
            "visualization" : ["Tableau", "Excel (Pivot Tables, Power Query)"],
            "workflow"      : ["Git", "GitHub", "Jupyter", "VS Code", "Linux (basic)"],
            "research"      : ["Silvaco TCAD"],  # semiconductor device simulation
        }

    @property
    def currently_building(self) -> list:
        return [
            "🌍  Seismic Risk Analysis     → 18,000+ USGS records, ETL + Random Forest",
            "🎭  Deepfake Evaluation Study → ~1,000 samples, adversarial robustness",
            "📊  Sales Analytics Dashboard → Tableau KPI tracking, YoY, segmentation",
            "🔬  Organic Transistor Paper  → IEMECON 2025 (Silvaco TCAD simulation)",
        ]

    def __repr__(self):
        return (
            "I list what I can defend in an interview. "
            "What you see here is what you get in the room."
        )

me = ArijitMondal()
print(repr(me))
# → "I list what I can defend in an interview. What you see here is what you get in the room."

🛠️ Tech Stack — What I Can Actually Defend

🐍 Core Analytics

Python SQL Pandas NumPy Scikit-learn

📊 Visualization & Reporting

Tableau Excel Matplotlib Seaborn Plotly

🤖 ML & Research

PyTorch OpenCV Jupyter

🔧 Dev Tooling

Git GitHub Linux VS Code


💡 Why no 30-tool dump?
I've been burned by overstating skills in interviews. Everything listed above:
I can write the code, explain the logic, and answer follow-up questions. Full stop.


🚀 Projects — The Honest Breakdown

🌍 Seismic Risk Analysis & Predictive Modeling

Dataset: 18,000+ USGS earthquake records
Stack: Python Pandas Scikit-learn Folium Matplotlib

What it does:

  • Full ETL pipeline: ingestion → validation → cleaning
  • Feature engineering on magnitude, depth, tectonic zone
  • Random Forest classifier for seismic risk indicators
  • Geospatial visualization of fault-line cluster patterns

⚠️ Honest framing: Historical risk classification — not real-time earthquake prediction. That distinction matters scientifically, and I know exactly why.

🎭 Deepfake Evaluation Study

Dataset: ~1,000 video samples
Stack: Python PyTorch OpenCV Scikit-learn

What it does:

  • Evaluated detection model performance across deepfake generation methods
  • Adversarial robustness analysis — where models fail and why
  • Precision / Recall / F1 breakdown across manipulation types

⚠️ Honest framing: Evaluation study — not a production-grade real-time detector. ~1,000 samples, not 50k. The rigor is in the analysis, not the scale.

📊 Sales & Customer Analytics Dashboard

Dataset: Superstore Sales + E-commerce customer behavior
Stack: Tableau Python (ETL) Excel

What it does:

  • KPI tracking: revenue, AOV, conversion rate, churn signals
  • YoY sales trend analysis with seasonal decomposition
  • Customer segmentation by region, category, purchase frequency
  • Built for business decision-framing — not just visual aesthetics

🔬 IEEE Research — Semiconductor Device Simulation

Tool: Silvaco TCAD

Paper Venue Citations
Organic transistor simulation IEMECON 2025
Vertical tunnel FET gate dielectric modulation CALCON 2024 ×1
Silvaco TCAD material design methodology EDKCON 2024 ×3

Peer-reviewed. Published. Real citations. Not side projects.


📊 GitHub Stats


🏆 Achievements & Certifications


Certification Issuer Verified
🏅 McKinsey Forward Program McKinsey & Company Credly ✅
🔐 SC-900: Security Fundamentals Microsoft Credly ✅
🗃️ SQL for Data Science UC Davis / Coursera Coursera ✅
📈 Data Analytics Job Simulation Deloitte / Forage Forage ✅
🛡️ ISWDP Certification Verified ✅

📈 Right Now

$ cat current_status.txt

📚  Learning    →  Advanced SQL (CTEs, window functions, query optimization)
📊  Building    →  Tableau storytelling + business-framed EDA writeups
🎯  Targeting   →  Entry-level DA / BI Analyst / Analytics Engineer roles
🤝  Open to     →  Referrals, collaborations, and brutally honest feedback

2024–25 checklist:

  • 3 IEEE conference publications
  • McKinsey Forward Program
  • Microsoft SC-900 Certification
  • SQL for Data Science (Coursera)
  • End-to-end projects on real, large-scale datasets
  • First full-time Data Analyst role ← this one's next
  • Open source contribution to a data tooling project
  • Publish a public EDA writeup that actually gets read

🤝 Let's Connect

Hiring for DA / BI / Analytics roles? Or know someone who is?
I'd genuinely appreciate the connection — not a form message, just a real one.

What I bring to the table:

  • Python + SQL fundamentals I can demonstrate live in an interview
  • ETL and EDA experience on messy, real-world datasets (not just Kaggle defaults)
  • IEEE research background — I know how to structure, document, and explain technical work
  • No exaggeration. No inflated stacks. Interview-proof skills only.

Connect on LinkedIn Send an Email


Pinned Loading

  1. earthquake-predction earthquake-predction Public

    Python

  2. emotion-depression-analysis emotion-depression-analysis Public

    Python 1

  3. CDMA_Signal_Transmission_and_Reception_with_Advanced_Features_in_MATLAB CDMA_Signal_Transmission_and_Reception_with_Advanced_Features_in_MATLAB Public

    Discover CDMA signal transmission with BER analysis, diversity techniques, and signal visualization. Input parameters, calculate BER, optimize SNR, visualize signals, and apply MRC for better recep…

    MATLAB 2

  4. Advanced_Bank_Mangement_System Advanced_Bank_Mangement_System Public

    The Banking Management Application, built on Java Swing, simplifies banking operations with separate interfaces for different roles. It uses CSV files for data, offers password protection, and incl…

    Java

  5. ATLC-Design-DSP-driven-Urban-Traffic-Control-in-VHDL ATLC-Design-DSP-driven-Urban-Traffic-Control-in-VHDL Public

    VHDL

  6. deepfake-detector deepfake-detector Public

    HTML