-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.json
87 lines (87 loc) · 5.15 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "Kandavel",
"preface": "Aspiring full stack developer and veteran hackathon player",
"github": "https://github.com/ak5123",
"mail": "kanduarul@gmail.com",
"memoji": "memoji1",
"linkedin": "https://www.linkedin.com/in/ak5123/",
"resume":"https://github.com/AK5123/Resume/raw/master/Kandavel_Resume.pdf",
"skills": [
"js",
"react",
"nodejs",
"html",
"css",
"python",
"sql",
"azure",
"mongodb"
],
"projects": [
{
"projectName": "Stegcloak",
"preface": "Hide secrets with invisible characters in plain text securely using passwords 🧙🏻♂️⭐",
"projectDesc": "StegCloak is a pure JavaScript steganography module designed in functional programming style, to hide secrets inside text by compressing and encrypting with Zero Width Characters. It can be used to safely watermark strings, invisble scripts on webpages, texts on social media or for any other covert communication. Completely invisible!",
"videoUrl": "https://www.youtube.com/watch?v=RBDqZwcGvQk",
"github": "https://github.com/kurolabs/stegcloak",
"medium": "https://blog.bitsrc.io/how-to-hide-secrets-in-strings-modern-text-hiding-in-javascript-613a9faa5787",
"techStack": ["js", "bash", "nodejs", "react"],
"hyperlinks": [["https://stegcloak.surge.sh", "Demo"]]
},
{
"projectName": "Airshare",
"preface": "Transfer files over WiFi back and forth all devices from your terminal",
"projectDesc": "Airshare is a Python-based CLI tool and module that lets you transfer data between two machines in a local network, P2P, using Multicast-DNS. It also opens an HTTP gateway for other non-CLI external interfaces. It works completely offline! Built with aiohttp and zeroconf",
"videoUrl": "https://www.youtube.com/watch?v=iJH6bkLRdSw",
"github": "https://github.com/KuroLabs/airshare",
"techStack": ["python", "html", "css", "js"]
},
{
"projectName": "Virtual Galaxy",
"preface": "VR React360 app that connects like-minded peers and allows you to watch anything together! ",
"projectDesc": "A React 360 web app that allows friends and strangers to watch anything together peer to peer using WebRTC and web-sockets. Wrote open source adapters to integrate firebase / reusable listeners in React 360. Among the top 8 that Qualified for globals out of 12,100. Won 5000$USD for first place in India.",
"videoUrl": "https://youtu.be/u6wHv34VSVE",
"github": "https://github.com/AK5123/VR_Theatre",
"techStack": ["js", "nodejs", "html", "css"],
"hyperlinks": [["https://devpost.com/software/virtual-galaxy-gf4dxi","Facebook Hackathon Submission"]]
},
{
"projectName": "Sonic sensor",
"preface": "Pure Javascript module to send data through ultrasonic waves",
"projectDesc": "Javascript module to send data in ultrasonic sound programatically and decoding the data through a realtime fast fourier transform (Data through audio in the web) ",
"videoUrl": "https://res.cloudinary.com/dqmbs2chk/video/upload/v1598886336/demo_obb9eg.mp4",
"github": "https://github.com/KuroLabs/sonicsensor",
"techStack": ["js", "html", "css"],
"hyperlinks": [["https://sonic.surge.sh/proof/", "DemoSite"]]
},
{
"projectName": "ReactFolio",
"preface": "A CLI module which builds a Portfolio site in React... Sounds Interesting???",
"projectDesc": "A CLI based Portfolio builder that only asks you to enter your details in a json file and builds a minimilastic react portfolio based on it. Super simple to use and a great way to show off your cool projects! Also the entire portfolio your viewing was built using the same😉",
"videoUrl": "https://youtu.be/O7GDJ7d8MF0",
"github": "https://github.com/KuroLabs/ReactFolio",
"techStack": ["js", "nodejs", "html", "css","react","bash"]
},
{
"projectName": "SSN INSTINCTS",
"preface": "Website for College Cultural event!",
"projectDesc": "Built a scalable web application using Vanilla JavaScript for SSN INSTINCTS(National level cultural fest) 2K19. The entire site was built within 7 days to impress/onboard various sponsors for the event!",
"videoUrl": "https://res.cloudinary.com/dqmbs2chk/video/upload/v1600544261/ssninstincts_vxse9c.mp4",
"github": "https://github.com/SSNINSTINCTS2K19/SSNINSTINCTS2K19.github.io",
"techStack": ["js","html", "css"],
"hyperlinks":[["https://instincts.surge.sh","Demo"]]
}
],
"experience": [
{
"title": "Mad Street Den (Vue.ai) – Software Engineering Intern, ",
"date": "Nov 2019 - Jan 2020",
"content": "Assisted in developing and refining VUE COMMERCE a primary service of MSD which provides visual-style based recommendations and end to end personalized solution in real-time. Also launched the extension for the above-mentioned service in Shopify Inc. Used React and Node.js as primary tools."
},
{
"title": "Sigaram Technologies – Software Development Intern",
"date": "May 2019 - Jun 2019",
"content": "Worked on the Pickyto app developed using React Native. Fixed UI bugs and increased performance of front-end"
}
]
}