Skip to content
View Sasi-D's full-sized avatar

Block or report Sasi-D

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Sasi-D/README.md

Hi there! 👋

👤 Who am I?

I’m Sasi, an undergraduate student at IIT Madras currently in my final year. I’m passionate about a variety of fields including:

  • Networks: Exploring and understanding the intricacies of network systems.
  • Linux: Diving deep into Linux environments and administration.
  • Data Streams using Kafka: Working with real-time data processing and streaming technologies.
  • UI/UX Design: Crafting intuitive and engaging user experiences.

I’m originally from Andhra Pradesh and currently residing in Chennai for my studies.

🛠️ My Tech Stack

  • Languages: C/C++, Java/Kotlin
  • Command Line: Linux Command Line Version Control & CI/CD: Git, Bitbucket & Pipelines
  • Containerization: Docker
  • Build Tools: Gradle
  • Frameworks: Spring Framework, Spring Boot
  • Testing: Mockito, MockK, Unit Testing, Mutation Testing
  • Project Management: Jira, Confluence, Trello and all wonderful Atlassian Tools
  • APIs & Messaging: REST API, Kafka, Kafka Streams
  • Monitoring & Logging: Splunk, SignalFx

💼 My Work

I completed a summer internship at Atlassian, where I focused on optimizing CI/CD pipelines and integrating mutation testing (PITest) into our repository. Additionally, I worked on enabling pollinators during soaking time.

Regarding my personal projects, I’ve been working on:

  • Static Text Compression:
  • Contacts Management System:

📫 Contact Me

⚡ Fun facts:

  • I’m an avid sports fan. I love watching football and enjoy cricket as well. Both sports captivate me with their strategy and excitement.
  • I’m passionate about testing new gadgets. Whether it’s exploring the power management features of laptops, diving into the user interface and design of smartphones, or evaluating their camera performance, I enjoy getting hands-on with the latest technology.
Thanks for visiting my profile! 😄

Pinned Loading

  1. Text-Compression Text-Compression Public

    This project is implementation of text compression using huffmann coding.

    C++ 1

  2. ChatStreamTCP ChatStreamTCP Public

    ChatStreamTCP is a chat room application featuring both server and client components, built with multithreading to handle concurrent user interactions efficiently.

    C

  3. MemoryEngine MemoryEngine Public

    Memory Management Engine

    C++

  4. MusicStreamTCP MusicStreamTCP Public

    MusicStreamTCP is a project that provides both a server and client application for streaming music over TCP. It enables efficient and reliable transmission of audio data between a server and clients.

    C 1

  5. MNIST-Digit-Recognition MNIST-Digit-Recognition Public

    This project explores dimensionality reduction techniques using the MNIST dataset. It applies both Custom-PCA and Custom-Kernel PCA(implemented from scratch) algorithms to analyze and visualize the…

    Jupyter Notebook

  6. KMeans-SpectralClustering KMeans-SpectralClustering Public

    This project performs clustering analysis on a 2D dataset, applying Custom-K-means and Custom-spectral clustering algorithms(both implemented from scratch). It includes visualizations of cluster fo…

    Jupyter Notebook