Help
RSS
API
Feed
Maltego
Contact
Domain > aswinpc.tech
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-10
104.21.43.17
(
ClassC
)
2026-02-21
172.67.215.217
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sat, 21 Feb 2026 03:45:49 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflarelast-modified: Sat, 27 Sep 2025 13:29:42 GMTaccess-control-allow-origin: *expires: Sat, 21 Feb 2026 03:55:49 GMTCache-Control: max-age600Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?svsAUK%2FHLJf9vmzoDrcMvOdsR8WId3tJw1Go6YEqKtdGElr313XHAGuoyNV0mCQdulGJfvug2XfbZkvvoDNh5aQkdXuVthl8AMr%2BOxg%3D%3D}}x-proxy-cache: MISSx-github-request-id: EC44:19826A:F9A519:FF7EDC:69992A6DNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Age: 0via: 1.1 varnishx-served-by: cache-bfi-krnt7300087-BFIx-cache: MISSx-cache-hits: 0x-timer: S1771645550.703834,VS0,VE86vary: Accept-Encodingx-fastly-request-id: aac5447c7ead82ab71393feb4307f31f65802b41cf-cache-status: DYNAMICCF-RAY: 9d1340cd8e19dfd2-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Aswin Pradeep - Backend Developer @Kireap | AI & ML | Portfolio/title> link relicon hreffavicon.ico typeimage/x-icon> meta namedescription contentAswin Pradeeps portfolio showcasing backend development, machine learning, AI, and cloud technologies. Learn about my skills, projects, and experience as a developer.> style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; line-height: 1.8; background-color: #f4ecd8; /* Sepia background */ color: #2f3640; padding: 20px; } header { text-align: center; padding: 40px 20px; background: none; } header h1 { margin: 10px 0; font-size: 3rem; color: #4b4b4b; } header p { font-size: 1.2rem; color: #555; } header img { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; margin-bottom: 20px; margin-top: 3px; } main { max-width: 900px; margin: 0 auto; padding: 20px; } section { margin-bottom: 40px; padding: 20px; } section h2 { font-size: 1.8rem; color: #4b4b4b; margin-bottom: 20px; } .about p { margin: 20px 0; text-align: justify; } .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 20px; } .card { border-radius: 12px; padding: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; border: 2px solid #000; } .card:hover { transform: translateY(-10px); } .card h3 { margin: 15px 0; font-size: 1.5rem; font-weight: 600; } .card p { margin: 10px 0; } .card a { display: inline-block; margin-top: 10px; color: #555; font-weight: bold; text-decoration: none; transition: color 0.3s ease; } .card a:hover { color: #2f6a1f; } .card img { max-width: 100%; border-radius: 8px; margin-bottom: 15px; } footer { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid #ddd; } footer a { margin: 0 10px; color: #c39e6d; text-decoration: none; } footer a:hover { text-decoration: underline; } @media (max-width: 600px) { header h1 { font-size: 2.4rem; } .card { padding: 20px; } } .tech-stack { margin-top: 10px; display: flex; gap: 10px; align-items: center; } .tech-stack img { width: 30px; height: 30px; transition: transform 0.3s ease; } .tech-stack img:hover { transform: scale(1.1); } ul { list-style-type: none; padding: 0; } li { margin-bottom: 15px; } /* Navbar styles */ .navbar { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; color: white; background-color: #f4ecd8; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; } .navbar .logo { font-size: 1.2rem; font-weight: bold; color: #2f3640; } .navbar .menu { display: flex; gap: 15px; } .navbar .menu a { text-decoration: none; color: #2f3640; transition: color 0.3s; } .navbar .menu a:hover { color: green; } .navbar .hamburger { display: none; cursor: pointer; font-size: 1.5rem; } /* Drawer menu styles */ .drawer { position: fixed; top: 0; left: -250px; width: 250px; height: 100%; background-color: #f4ecd8; color: black; box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2); transition: left 0.3s; z-index: 999; } .drawer.open { left: 0; } .drawer .menu { flex-direction: column; margin: 80px 0 0; padding: 0 20px; } .drawer .menu a { margin: 10px 0; font-size: 1.1rem; } /* Responsive design */ @media (max-width: 768px) { .navbar .menu { display: none; } .navbar .hamburger { display: block; color: #2f3640; } } .drawer { display: flex; flex-direction: column; justify-content: space-between; position: fixed; top: 0; left: -250px; width: 250px; height: 100%; background-color: #f4ecd8; color: black; box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2); transition: left 0.3s; z-index: 999; } .drawer-footer { padding: 20px; border-top: 1px solid #ddd; margin-bottom: 20px; } .contact-info { display: flex; flex-direction: column; gap: 15px; } .contact-info a { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #2f3640; transition: color 0.3s; } .contact-info a:hover { color: green; } .contact-icon { font-size: 1.2rem; } /style> meta nametwitter:title contentAswin Pradeep - Backend Developer | AI & ML | Portfolio> meta nametwitter:description contentDiscover Aswin Pradeeps developer portfolio showcasing projects in backend development, AI, and machine learning.> meta nametwitter:image contentaswin.jpeg> meta nametwitter:card contentsummary_large_image> script typeapplication/ld+json> { @context: https://schema.org, @type: Person, name: Aswin Pradeep, jobTitle: Backend Developer, url: https://aswin.radr.in, image: https://raw.githubusercontent.com/aswinpradeepc/website/refs/heads/main/aswin.jpeg, sameAs: https://www.linkedin.com/in/aswinpradeepc, https://github.com/aswinpradeepc , alumniOf: { @type: CollegeOrUniversity, name: Cochin University of Science and Technology } } /script> meta propertyog:title contentAswin Pradeep - Backend Developer | AI & ML | Portfolio> meta propertyog:description contentExplore Aswin Pradeeps developer portfolio featuring projects in backend development, machine learning, and AI. Learn more about my work and skills.> meta propertyog:image contenthttps://raw.githubusercontent.com/aswinpradeepc/website/refs/heads/main/aswin.jpeg> !-- Link to an image for preview on social media --> meta propertyog:url contenthttps://aswin.radr.in> meta propertyog:type contentwebsite>/head>body> !-- Navbar --> div classnavbar> div classlogo>aswinpradeepc/div> div classmenu> a hrefhttps://github.com/aswinpradeepc target_blank> GitHub/a> a href#projects>Projects/a> a href#skills>Technical Skills/a> a href#experience>Experience/a> a href#achievements>Achievements/a> a href#interests>Other Interests/a> /div> div classhamburger idhamburger>☰/div> /div> !-- Drawer Menu --> div classdrawer iddrawer> div classmenu> a href#projects>Projects/a>br> a href#skills>Technical Skills/a>br> a href#experience>Experience/a>br> a href#achievements>Achievements/a>br> a href#interests>Other Interests/a>br> /div> div classdrawer-footer> div classcontact-info> a href/cdn-cgi/l/email-protection#523321253b3c222033363737223112353f333b3e7c313d3f> Email /a> a hrefhttps://linkedin.com/in/aswinpradeepc target_blank> LinkedIn /a> a hrefhttps://github.com/aswinpradeepc target_blank>GitHub /a> /div> /div> /div> script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>script> const hamburger document.getElementById(hamburger); const drawer document.getElementById(drawer); hamburger.addEventListener(click, () > { drawer.classList.toggle(open); }); // Close the drawer when clicking outside document.addEventListener(click, (event) > { if (!drawer.contains(event.target) && !hamburger.contains(event.target)) { drawer.classList.remove(open); } }); /script> header> img srcaswin.jpeg altAswin Pradeeps Photo> h1>Aswin Pradeep/h1> p>Backend Developer | Student | AI&ML | Linux Enthusiast /p> /header> main> section classabout> p>I am a passionate backend developer with a keen interest in AI and machine learning. With a solid foundation in computer science and cloud technologies, I strive to deliver high-quality solutions that address real-world challenges. Checkout my u>a hrefaswinpradeepc.pdf>resume/a>/u>. Lets collaborate and create something extraordinary! /p> /section> section idprojects> h2>Projects/h2> div classcards> div classcard> h3>a hrefhttps://github.com/aswinpradeepc/edurider_backend target_blank>Edurider (Ongoing)/a> /h3> p> A school bus fleet management system along with school bus and parent connect system with live location sharing and other features./p> p>Check out the api endpoints at :a hrefhttps://edurider.radr.in/api/student> edurider.radr.in/a>/p> p>strong>Tech Stack:/strong> Django, JavaScript, SQLite/p> div classtech-stack> img srchttps://cdn.simpleicons.org/django/darkgreen altDjango Logo titleDjango> img srchttps://cdn.simpleicons.org/JavaScript/black altJavaScript titleJavaScript> img srchttps://cdn.simpleicons.org/postgresql/black alt PostgreSQL titlePostgreSQL> img srchttps://cdn.simpleicons.org/docker alt Docker titleDocker> img srchttps://cdn.simpleicons.org/amazonwebservices alt AWS titleAWS> img srchttps://cdn.simpleicons.org/nginx alt Nginx titleNginx> /div> p>a hrefhttps://github.com/aswinpradeepc/edurider_backend target_blank>GitHub/a>/p> /div> div classcard> h3>a hrefhttps://github.com/aswinpradeepc/SOE-Project-Hub target_blank>SOE Project Hub/a> /h3> p>An academic project management platform with role-based access, plagiarism detection, and document handling./p> p>strong>Tech Stack:/strong> Django, JavaScript, SQLite/p> div classtech-stack> img srchttps://cdn.simpleicons.org/django/darkgreen altDjango Logo titleDjango> img srchttps://cdn.simpleicons.org/JavaScript/black altJavaScript titleJavaScript> img srchttps://cdn.simpleicons.org/sqlite alt sqlite titlesqlite> img srchttps://cdn.simpleicons.org/docker alt sqlite titlesqlite> /div> p>a hrefhttps://github.com/aswinpradeepc/SOE-Project-Hub target_blank>GitHub/a>/p> /div> div classcard> h3>a hrefhttps://github.com/aswinpradeepc/bibliobazaar target_blank>Bibliobazaar/a>/h3> p>An e-commerce platform for books featuring secure payments, catalog management, and a user-friendly interface./p> p>strong>Tech Stack:/strong> Django, JavaScript, SQLite, Razorpay/p> div classtech-stack> img srchttps://cdn.simpleicons.org/django/darkgreen altDjango Logo titleDjango> img srchttps://cdn.simpleicons.org/JavaScript/black altJavaScript titleJavaScript> img srchttps://cdn.simpleicons.org/sqlite alt sqlite titlesqlite> img srchttps://cdn.simpleicons.org/Razorpay alt Razorpay titleRazorpay> /div> p>a hrefhttps://github.com/aswinpradeepc/bibliobazaar target_blank>GitHub/a>/p> /div> !-- div classcard> --> !-- h3>a hrefhttps://github.com/aswinpradeepc/tasks-cli target_blank>Tasks CLI/a>/h3> p>A simple command-line todo list app that helps manage tasks across multiple states (todo, in-progress, done), with features like adding, updating, deleting, and moving tasks between lists./p> p>strong>Tech Stack:/strong> Python, JSON/p> div classtech-stack> img srchttps://cdn.simpleicons.org/Python altPython Logo titlePython> img srchttps://cdn.simpleicons.org/json altJson Logo titleJson> /div> p>a hrefhttps://github.com/aswinpradeepc/tasks-cli target_blank>GitHub/a>/p> --> !-- /div> --> div classcard> h3>a hrefhttps://github.com/aswinpradeepc/take-rest target_blank>Take Rest/a>/h3> p>A Python-based eye monitoring system that tracks blinks and reminds users to take breaks, helping prevent Computer Vision Syndrome (CVS) due to prolonged screen time./p> p>strong>Tech Stack:/strong> Python, OpenCV/p> div classtech-stack> img srchttps://cdn.simpleicons.org/Python altPython Logo titlePython> img srchttps://cdn.simpleicons.org/OpenCV altOpenCV titleOpenCV> /div> p>a hrefhttps://github.com/aswinpradeepc/take-rest target_blank>GitHub/a>/p> /div> div classcard> h3>a hrefhttps://github.com/aswinpradeepc/edurider target_blank>Edurider Frontend (Ongoing)/a>/h3> p>A flutter app with Mapbox integrations for map services, The project aims to provide real time notifications through OneSignal, alerts for parents five mins before school bus reaches their home etc. /p> p>strong>Tech Stack:/strong> Flutter, Mapbox/p> div classtech-stack> img srchttps://cdn.simpleicons.org/flutter altFlutter titleFlutter> img srchttps://cdn.simpleicons.org/Mapbox altmapbox titleMapbox> /div> p>a hrefhttps://github.com/aswinpradeepc/take-rest target_blank>GitHub/a>/p> /div> div classcard> h3>a hrefhttps://github.com/aswinpradeepc/Strabismus-Detector target_blank>Strabismus Detector/a>/h3> p>An end-to-end machine learning project to help detect strabismus (squint-eye) and classify the type of condition. It uses a TensorFlow-based image classification model, with a backend built on FastAPI and a frontend in React./p> p>strong>Tech Stack:/strong> TensorFlow, FastAPI, React/p> div classtech-stack> img srchttps://cdn.simpleicons.org/Tensorflow altTensorFlow titleTensorFlow> img srchttps://cdn.simpleicons.org/FastAPI altFastAPI Logo titleFastAPI> img srchttps://cdn.simpleicons.org/React altReact Logo titleReact> /div> p>a hrefhttps://github.com/aswinpradeepc/Strabismus-Detector target_blank>GitHub/a>/p> /div> !-- div classcard> --> !-- h3>a hrefhttps://github.com/aswinpradeepc/Fidget-a-Ton target_blank>Fidget a Ton/a>/h3> p>Design files for custom swag made for Make-A-Ton 6.0. This project features the creation of small clicky keyboards using 3D printing and laser cutting to provide a satisfying clicky experience for participants./p> p>strong>Tech Stack:/strong> 3D Designing and Printing , Laser Cutting/p> div classtech-stack> img srchttps://cdn.simpleicons.org/Freecad altFreecad titleFreecad> /div> p>a hrefhttps://github.com/aswinpradeepc/Fidget-a-Ton target_blank>GitHub/a>/p> --> !-- /div> --> /div> /section> section idskills> h2>Technical Skills/h2> h3>Programming Languages/h3> p alignleft> img srchttps://img.shields.io/badge/Python-FFD43B?stylefor-the-badge&logopython&logoColordarkgreen altPython /> img srchttps://img.shields.io/badge/JavaScript-F7DF1E?stylefor-the-badge&logojavascript&logoColorblack altJavaScript /> img srchttps://img.shields.io/badge/SQL-0064A5?stylefor-the-badge&logoMySQL&logoColorwhite altSQL /> /p> h3>Backend Frameworks/h3> p alignleft> img srchttps://img.shields.io/badge/Django-092E20?stylefor-the-badge&logodjango&logoColorwhite altDjango /> img srchttps://img.shields.io/badge/Node.js-43853D?stylefor-the-badge&logonode.js&logoColorwhite altNode.js /> img srchttps://img.shields.io/badge/Express.js-402DAA?stylefor-the-badge altExpress.js /> img srchttps://img.shields.io/badge/FastAPI-009688?stylefor-the-badge&logofastapi&logoColorwhite altFastAPI /> /p> h3>Databases/h3> p alignleft> img srchttps://img.shields.io/badge/MongoDB-47A248?stylefor-the-badge&logomongodb&logoColorwhite altMongoDB /> img srchttps://img.shields.io/badge/Redis-DC382D?stylefor-the-badge&logoredis&logoColorwhite altRedis /> img srchttps://img.shields.io/badge/MySQL-0061F2?stylefor-the-badge&logomysql&logoColorwhite altMySQL /> img srchttps://img.shields.io/badge/SQLite-003B57?stylefor-the-badge&logosqlite&logoColorwhite altSQLite /> img srchttps://img.shields.io/badge/PostgreSQL-316192?stylefor-the-badge&logopostgresql&logoColorwhite altPostgreSQL /> /p> h3>Tools/h3> p alignleft> img srchttps://img.shields.io/badge/Git-F05032?stylefor-the-badge&logogit&logoColorwhite altGit /> img srchttps://img.shields.io/badge/GitHub-100000?stylefor-the-badge&logogithub&logoColorwhite altGitHub /> img srchttps://img.shields.io/badge/Postman-FF6C37?stylefor-the-badge&logopostman&logoColorwhite altPostman /> img srchttps://img.shields.io/badge/Docker-2CA5E0?stylefor-the-badge&logodocker&logoColorwhite altDocker /> /p> h3>Operating Systems/h3> p> img srchttps://img.shields.io/badge/Linux-FCC624?stylefor-the-badge&logolinux&logoColorblack altLinux /> /p> /section> section idexperience> h2>Experience/h2> ul> li> div styledisplay: flex; justify-content: space-between;> strong>Lascade LLC/strong> span>Jul 2024 – Aug 2024/span> /div> p>strong>Backend Developer Intern/strong> — Node.js, Express.js, MongoDB, Redis/p> ul> li>Designed and implemented RESTful APIs for the travel module, incorporating input validation and error handling for improved reliability./li> li>Optimized API performance by implementing Redis caching, achieving significant reduction in response times for high-traffic endpoints./li> li>Created clear and concise API documentation and coordinated with frontend teams to streamline development and maintain alignment on response structures./li> /ul> /li> li> div styledisplay: flex; justify-content: space-between;> strong>Agua India/strong> span>June 2024/span> /div> p>strong>Machine Learning Engineer Intern/strong> — OpenCV, YOLO, Mapbox/p> ul> li>Proposed and developed proof-of-concept implementations for AI-powered workflow optimizations, demonstrating potential efficiency improvements./li> li>Built a prototype using OpenCV for automated coupon code extraction, implementing ROI detection to filter out irrelevant text and streamline water delivery operations./li> /ul> /li> /ul> /section> section idachievements> h2>Achievements/h2> div classcards> div> h3>Led the Organization of Make-A-Ton/h3> p>South India’s largest hackathon with over 200 participants, a 30-member team, and sponsorships from GitHub, Logitech, MLH, Orkes, and GeeksForGeeks./p> /div> div> h3>First Prize at Summer Startup Festival 2023/h3> p>Won the first prize in the Project Expo competition at GEC Thrissur./p> /div> /div> /section> section idinterests> h2>Other Interests/h2> div classcards> div> h3>Chief Executive Officer at IEDC CUSAT/h3> p>February 2024 - Present | Kochi, Kerala, India/p> /div> div> h3>Back End Developer at Lamsta/h3> p>February 2023 - Present | Kochi, Kerala, India/p> /div> div> h3>Campus Lead at TinkerHub/h3> p>May 2023 - June 2024 | Kochi, Kerala, India/p> p>Leading TinkerHub SOE chapter, organizing events for innovation and professional growth./p> /div> div> h3>Intern at Fablab CUSAT/h3> p>June 2022 | Kochi, Kerala, India/p> p>Trained in using machines like vinyl cutters, laser cutters, and 3D printers./p> /div> /div> /section> /main> footer> p> a href/cdn-cgi/l/email-protection#82e3f1f5ebecf2f0e3e6e7e7f2e1c2e5efe3ebeeace1edef>Email/a> | a hrefhttps://www.linkedin.com/in/aswinpradeepc target_blank>LinkedIn/a> | a hrefhttps://github.com/aswinpradeepc target_blank>GitHub/a> /p> /footer>script data-cfasyncfalse src/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]