An open API service indexing awesome lists of open source software.

https://github.com/codlocker/codlocker


https://github.com/codlocker/codlocker

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

### Hi there 👋

This is a tiny little corner of Github where you can see the projects I work on in Github.
Lets connect over my social media [platform](https://codlocker.github.io/ipsit-portfolio)

[![codlocker's GitHub stats](https://github-readme-stats.vercel.app/api?username=codlocker)](https://github.com/anuraghazra/github-readme-stats)

Here are some of my top research projects

- IOT Network Attack mitigation using Behavior Detection techniques [:clipboard:](https://github.com/codlocker/IOT_Network_Attack)
- HTTP botnet detection in IOT devices using network traffic analysis [:clipboard:](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=k4a3e4oAAAAJ&citation_for_view=k4a3e4oAAAAJ:u-x6o8ySG0sC)

#### OS contributions worked on my own free time or as part of freelancing.

1. Projects worked on using Golang

[![My Skills](https://skillicons.dev/icons?i=go)](https://skillicons.dev)

- Beginner level projects to understand basics of Go programming. [:clipboard:](https://github.com/codlocker/Go-Projects)
- Implementation of a Mafia based CLI game used by security teams to teach OS security and hacking tools using gRPC and Hollywood (Actor model) [:clipboard:](https://github.com/codlocker/werewolves-go)

2. Here are some of my top JavaScript projects

[![My Skills](https://skillicons.dev/icons?i=js,nodejs,react,materialui,typescript)](https://skillicons.dev)

- A web-tier application for uploading images to AWS SQS for an image processing backend in Node.js. [:clipboard:](https://github.com/codlocker/AWS-SQS-Usage)
- A decentralized file store built using IPFS to showcase advantages of a quorum based system in Next.js. [:clipboard:](https://github.com/codlocker/DASSH-IPFS-App) [:link:](https://dash-ipfs-app.vercel.app/)
- Implemented a data display platform using Typescript, React and ReduxJS. [:clipboard:](https://github.com/codlocker/stackline-demo) [:link:](https://stackline-demo-five.vercel.app/)
- A bunch of beginner level projects for learning different aspects of Vanilla JS, JQuery and CSS
- [Personal project](https://github.com/codlocker/Small-Projects)
- [Course Web Developer Assignments](https://github.com/codlocker/WebD_Assignments)
- A few of my projects in MERN stack world.
- [Github User finder | MERN certification](https://github.com/codlocker/GithubFinder)
- [IT department logging system](https://github.com/codlocker/it-logger)

3. Python projects worked on as a freelancer as well as during hackathons

[![My Skills](https://skillicons.dev/icons?i=django,python,aws)](https://skillicons.dev)

- Django based project to build a quiz taking app. This was build as a freelance [project](https://github.com/codlocker/quiz-app) and sold to a no-name startup in 2017.
- AWS Face Recognition [app](https://github.com/codlocker/AWS-Face-Recognition) built as part of CSE 531 course at ASU

4. Python projects in Machine Learning
- Implemented a research paper that proposes an improved and optimized split function for a Decision Tree. The algorithm was applied on Breast cancer, Car Sales dataset picked from well-known source to evaluate its performance against a Standard Decision Tree algorithm. [Source](https://github.com/codlocker/EEE-598-Project/blob/master/Readme.md)
- Proposes a comparision for a better K-means approach (among Euclidean, Cosine and Jacard K-means) calculations. [Source](https://github.com/codlocker/CSE-572-Data-Mining/blob/master/HW3-Task1.ipynb)