A Full-Stack developer and CS grad student proficient in object-oriented programming (C++, Java, Python) and web development (HTML, CSS, Angular, JavaScript, PHP, Spring) with experience in machine learning and AI. Looking for full time SDE roles to learn, grow, and make an impact.
Contributing to frontend and backend engineering projects while finding creative solutions to challenging problems.
Working on full stack feature development using Angular, HTML, CSS, Spring, RSQL, Elastic Search, Docker, Jira, and Bitbucket.
Learning and participating in agile software development cycle, collaborating with different teams for cross functional system support.
Research use cases and implement blockchain technology with Ethereum for smart contracts using Solidity and Go Lang.
Designed and developed front end web solutions for technology products based on HTML, CSS, JavaScript, and bootstrap.
D’mensio was a digital marketing media startup that aimed to digitalize a company’s presence by designing web-sites, portfolios, brochures, logos and merchandises with amazing ideas.
I worked on all aspects of the work from managing client relations to making sure that their products are delivered on time with the quality they desire.
Classes: Analysis of Algorithms, Advanced Data Structures, Big Data for Bio Applications, HCI, DBMS, CN, Programming Language Principles
Classes: Data Mining, Operating Systems (OS), Software Engineering, Web Application Engineering, Computer Networks (CN), and Java
Abstract: Implement a compiler in Java to convert the mini-custom programming language to Java byte code.
View ProjectAim: To predict the best playing squad possible for a soccer team using data analytics.
Method : - Prepared ER diagram and schema for the possible data required for the project. Used historical data to create normalized player profiles. On the basis of normalized score of a player against a particular team, predicted whether to include that player in the squad or not.
Technologies used:- -> Html, CSS for the frontend. -> PHP for the backend. -> Oracle Database for storing records.
View ProjectAim and Objective :- * To recommend medicine to user based on their symptoms. * User would input their symptoms from which they are suffering and based on that appropriate medicine would be suggested. Programming Language Used :- Python, Algorithm used: Latent Dirichlet allocation (LDA) , K-means Clustering algorithm Platform : Linux. Abstract :- We designed a help dock under the field of BIOINFORMATICS which will suggest user about medicine (these recommendations will be actually prescribed from doctor under the same field), and make it easier for the user. We aimed to create an elasticsearch based medicine suggestion system. In order to make it easier for the user we presented a personal-ized, self-learning predictive text using Latent Dirichlet Allocation (LDA); to facilitate the search even more for the user, we used the client-server model using socket programming to add cross-platform compatability to the tool, over the a Wi-Fi network.
View ProjectAim and objective: To check whether the android app is behaving as advertised or not. To check whether an app can be malicious for user as if it is accessing user’s device without permission or if it is accessing those information that these kind of apps don’t require. Programming language used: Python and Java Algorithm used: Latent Dirichlet allocation (LDA) Platform : Linux. Abstract: * Fetched app description from Google playstore by method of crawling. * Implemented natural language processing to remove stopwords and filter language. * Implemented Latent Dirichlet allocation (LDA) algorithm for topic modelling. * Formed clusters of related apps and extracted android apps (apk) files. * Decrypted manifest files to extract permissions and sensitive api’s used by the app. * Detected the outliers i.e the apps that could be malicious for users
View ProjectAbstract: Implemented Huffman encoding and decoding in C++ using binary tree for a given data.
View ProjectDesigned and developed a program for plagiarism detection using C language.
Compared the data from a test file and to files stored in a location on a local computer using three different algorithms and calculated percentage match. A percentage match above 30% was used to determine if the test file was original or not.
Algorithms used : KMP Algorithm, LCSS Algorithm and Rabin-Karp Algorithm. Key concepts used : String matching, degeneration property, longest proper prefix, use of hash function, hashing.
View ProjectDesigned and developed a game known as 2048 in C language.
Objective of the game is to reach to the 2048 number tile by moving the tiles in left, right, top or down moments of number tiles. The tiles on merger grows in the exponents of two as moved.
View Project