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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ariktheone/README.md

LinkedInGmailProfile ViewsIEEE


whoami

#!/usr/bin/env python3# arijit_mondal.py — no exaggeration, no fillerclassArijitMondal:
""" 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.@propertydefstack(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
}
@propertydefcurrently_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

PythonSQLPandasNumPyScikit-learn

📊 Visualization & Reporting

TableauExcelMatplotlibSeabornPlotly

🤖 ML & Research

PyTorchOpenCVJupyter

🔧 Dev Tooling

GitGitHubLinuxVS 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:PythonPandasScikit-learnFoliumMatplotlib

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:PythonPyTorchOpenCVScikit-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:TableauPython (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

PaperVenueCitations
Organic transistor simulationIEMECON 2025
Vertical tunnel FET gate dielectric modulationCALCON 2024×1
Silvaco TCAD material design methodologyEDKCON 2024×3

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


📊 GitHub Stats


🏆 Achievements & Certifications


CertificationIssuerVerified
🏅 McKinsey Forward ProgramMcKinsey & CompanyCredly ✅
🔐 SC-900: Security FundamentalsMicrosoftCredly ✅
🗃️ SQL for Data ScienceUC Davis / CourseraCoursera ✅
📈 Data Analytics Job SimulationDeloitte / ForageForage ✅
🛡️ ISWDP CertificationVerified ✅

📈 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 LinkedInSend an Email


Pinned Loading

  1. earthquake-predctionearthquake-predctionPublic

    Python

  2. emotion-depression-analysisemotion-depression-analysisPublic

    Python 1

  3. CDMA_Signal_Transmission_and_Reception_with_Advanced_Features_in_MATLABCDMA_Signal_Transmission_and_Reception_with_Advanced_Features_in_MATLABPublic

    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_SystemAdvanced_Bank_Mangement_SystemPublic

    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-VHDLATLC-Design-DSP-driven-Urban-Traffic-Control-in-VHDLPublic

    VHDL

  6. deepfake-detectordeepfake-detectorPublic

    HTML