Satyam

Hi, I am Satyam!

Hey there! I am Satyam Mishra, a technology enthusiast with 3 years of fintech experience, who strongly believes in the philosophy 'to make the world a better place while doing what we love'. And my love for computers made me dive into data science and crunching numbers. I found my ikigai there.

I pursued my graduation in Data Analytics Engineering with concentration in Machine Learning from Northeastern University, Boston. This combined with a computer science degree allows me to crunch numbers with writing scripts and queries efficiently.

Currently I'm currently working as a Data Engineer at Transunion as a data engineer in the data fabrication team. Here, I'm building and maintaing ETL pipelines responsible to handle hundreds of millions of records on a daily basis. Not to forget, working on products which cater to many big clients across various industries in the US and delivering them succesfully along with my team.

Moreover, I have worked in the Behavioral Health division of a Fortune 250 firm in Maine as their 'data guy'. Also, I contributed to India's leading political party's research cell as a data analyst during my undergrad days!

Apart from this, I am an avid astrophysics nerd, and I LOVE reading fiction. Be it Haruki Murakami or Khaled Hosseini, or Rumi or John Keats; I admire the immortal literature!

I write a blog cum diary (once a while) here to keep a check on how I am growing as a person over the course of time.

At the moment, I am actively looking for a role revolving around data science, analytics, business intelligence and data engineering. Feel free to get in touch with me at mishra.sat@northeastern.edu!

Major Achievements


Void Hacks, SVVV Indore (Apr'19)
First Runners Up

Version Beta, NIT Bhopal (Nov'18)
Second Runners Up

Work Experience


TransUnion (Aug'22 - Present)
Chicago, Illinois, USA (Remote)
Data Engineer

Unum Group (Jul'21 - Dec'21)
Portland, Maine, USA
Data Science and Analytics Coop

Eletech (Jan'20 - Jun'20)
Indore, MP, India
Data Analyst

Aam Aadmi Party (Jul'19 - Sep'19)
New Delhi, Delhi, India
Data Analytics Intern

Education


Northeastern University, Boston
MS (Data Analytics Engineering)
Sep'20 - July'22

Medi-Caps University, Indore
B.Tech. (Computer Science Engineering)
Aug'16 - July'20

Skills and Tools


Programming


  • Python
  • R Programming
  • SQL
  • C++
  • Bash and Shell
  • Scala
  • Git

Databases


  • MySQL
  • Postgres
  • MSSQL
  • MongoDB
  • Apache Cassandra
  • AWS S3

Cloud and Tools


  • Airflow
  • Snowflake
  • Kubernetes
  • PySpark
  • Kafka
  • Redshift

Data Viz and Others


  • Tableau
  • SSMS
  • Flourish
  • Alteryx
  • Seaborn
  • Deep Learning
  • Matplotlib
  • AGILE
  • Cross functinal teams

My Favorite Projects

Check out my GITHUB for more work!


Image colorization using GANs


A project undertaken with my groupmates wherein we used GAN on black and white images to produced their colored outcomes. I contributed to the discriminator network.

UniMatch - A friend maker via K-Means Clustering


I programmed this web application backed up by Flask backend, SQLite database, and python for K-means clustering model. The aim was to make a friend finder tool for my university students.


SparkiFy App Data Warehouse and ETL on AWS


An ETL pipeline which is hosting Sparkify user data as a datalake hosted on AWS S3 backed up by PySpark. The aim of the project is to extract data from S3 using a python script, perform transformation operations and then again host it on S3. Furthermore, the spark process is deployed on AWS.

Fake News Classifier using Bi-LSTM Network


The dataset for this project was taken via a Kaggle competition. The dataset was a supervised data, consisiting of tweets, the timestamp, and the target variable. After data preprocessing with pandas and NLTK, I went ahead with LSTM as well as BiLSTM models, which I programmed with tensorflow.