You are browsing as a guest. Sign up (or log in) to start making projects!

vedasm

@vedasm

Joined June 2nd, 2026

  • 7Devlogs
  • 6Projects
  • 3Ships
  • 30Votes
Open comments for this post
Reposted by @vedasm

16m 58s logged

🚀 Cosmo Bot Update: New Commands & Core Features Ready!
I’ve been working hard on expanding Cosmo! and making it much more interactive. The bot is officially up and running with a brand-new suite of slash commands designed to bring utility, space exploration, and a bit of humor straight into the Slack workspace.

Here is what I’ve built and tested:

/csb-ping – Checks the bot’s latency to make sure everything is responsive.

/csb-catfact – Fetches a random cat fact for a quick dose of trivia.

/csb-joke – Drops a funny joke right into the channel.

/csb-apod – Pulls NASA’s Astronomy Picture of the Day, along with its title and description, using Slack Block Kit to render the rich media cleanly.

Everything is currently responding smoothly and handling JSON payloads beautifully. Next up, keeping an eye on the deployment logs and making sure it runs 24/7 without a hitch! 🌌✨

🚀 Cosmo Bot Update: New Commands & Core Features Ready!
I’ve been working hard on expanding Cosmo! and making it much more interactive. The bot is officially up and running with a brand-new suite of slash commands designed to bring utility, space exploration, and a bit of humor straight into the Slack workspace.

Here is what I’ve built and tested:

/csb-ping – Checks the bot’s latency to make sure everything is responsive.

/csb-catfact – Fetches a random cat fact for a quick dose of trivia.

/csb-joke – Drops a funny joke right into the channel.

/csb-apod – Pulls NASA’s Astronomy Picture of the Day, along with its title and description, using Slack Block Kit to render the rich media cleanly.

Everything is currently responding smoothly and handling JSON payloads beautifully. Next up, keeping an eye on the deployment logs and making sure it runs 24/7 without a hitch! 🌌✨

Replying to @vedasm

1
34
Ship Pending review

🚀 Cosmo Bot has been delivered!
I built Cosmo! A slack bot that wants to bring a little utility, space exploration and a little humour into your workspace.

Here's what I made: A fully functional Slack bot with a variety of unique slash commands like /csb-ping to check latency, /csb-catfact and /csb-joke for some quick laughs and /csb-apod to grab the Astronomy Picture of the Day from NASA.

The Challenge: Figuring out how to elegantly handle external JSON payloads, and how to format Slack's Block Kit to make rich media (like NASA's daily images, titles, and descriptions) look beautiful inside of a channel.

Things I’m proud of: Deploying the bot on Nest so it runs 24/7, which means it’s always live and ready to go even when my laptop is closed! 🌌✨

Try project → See source code →
Open comments for this post

16m 58s logged

🚀 Cosmo Bot Update: New Commands & Core Features Ready!
I’ve been working hard on expanding Cosmo! and making it much more interactive. The bot is officially up and running with a brand-new suite of slash commands designed to bring utility, space exploration, and a bit of humor straight into the Slack workspace.

Here is what I’ve built and tested:

/csb-ping – Checks the bot’s latency to make sure everything is responsive.

/csb-catfact – Fetches a random cat fact for a quick dose of trivia.

/csb-joke – Drops a funny joke right into the channel.

/csb-apod – Pulls NASA’s Astronomy Picture of the Day, along with its title and description, using Slack Block Kit to render the rich media cleanly.

Everything is currently responding smoothly and handling JSON payloads beautifully. Next up, keeping an eye on the deployment logs and making sure it runs 24/7 without a hitch! 🌌✨

🚀 Cosmo Bot Update: New Commands & Core Features Ready!
I’ve been working hard on expanding Cosmo! and making it much more interactive. The bot is officially up and running with a brand-new suite of slash commands designed to bring utility, space exploration, and a bit of humor straight into the Slack workspace.

Here is what I’ve built and tested:

/csb-ping – Checks the bot’s latency to make sure everything is responsive.

/csb-catfact – Fetches a random cat fact for a quick dose of trivia.

/csb-joke – Drops a funny joke right into the channel.

/csb-apod – Pulls NASA’s Astronomy Picture of the Day, along with its title and description, using Slack Block Kit to render the rich media cleanly.

Everything is currently responding smoothly and handling JSON payloads beautifully. Next up, keeping an eye on the deployment logs and making sure it runs 24/7 without a hitch! 🌌✨

Replying to @vedasm

1
34
Open comments for this post

26m 43s logged

🚀 Just Started my Journey In building the WebOS as a part of WebOS Part 1.

I’ve officially kicked off my project to build a fully functional operating system that runs entirely inside a web browser!

For this first update, I’m laying down the foundational building blocks. I’ve got the basic layout running with a customized header, an introduction section (“Hello World!”), and a quick avatar link setup.

What’s next on the roadmap:

  • Building out a cleaner, responsive user interface.

  • Figuring out window management so users can open, drag, and close “apps.”

  • Setting up a basic file structure simulator.

🚀 Just Started my Journey In building the WebOS as a part of WebOS Part 1.

I’ve officially kicked off my project to build a fully functional operating system that runs entirely inside a web browser!

For this first update, I’m laying down the foundational building blocks. I’ve got the basic layout running with a customized header, an introduction section (“Hello World!”), and a quick avatar link setup.

What’s next on the roadmap:

  • Building out a cleaner, responsive user interface.

  • Figuring out window management so users can open, drag, and close “apps.”

  • Setting up a basic file structure simulator.

Replying to @vedasm

0
4
Open comments for this post
Reposted by @vedasm

7h 21m 26s logged

Developed a candidate shortlisting system that ranks applicants based on their relevance to a job description using vector embeddings and semantic search.

✨ Current Features:

📄 Upload candidate profiles (JSON)
🤖 AI-powered semantic candidate ranking
📊 Displays ranked candidates for faster hiring

Currently, the system is ranking candidates for “Senior AI Engineer — Founding Team.”

🔜 Next Update:

Custom Job Description upload
Dynamic ranking for any role
Better candidate insights and match explanations

Excited to keep improving this project! 🚀

Developed a candidate shortlisting system that ranks applicants based on their relevance to a job description using vector embeddings and semantic search.

✨ Current Features:

📄 Upload candidate profiles (JSON)
🤖 AI-powered semantic candidate ranking
📊 Displays ranked candidates for faster hiring

Currently, the system is ranking candidates for “Senior AI Engineer — Founding Team.”

🔜 Next Update:

Custom Job Description upload
Dynamic ranking for any role
Better candidate insights and match explanations

Excited to keep improving this project! 🚀

Replying to @vedasm

1
23
Ship Changes requested

🚀 I'm excited to announce Vector Hire, an AI powered resume screening platform that helps recruiters find the best candidates, faster and more accurately.

Vector Hire scores large pools of candidates efficiently using a two-stage ranking pipeline rather than a single AI score.

Stage 1 – Rules Based Scoring: The system applies a series of signal-weighted heuristics – skills, job title, experience, behavioural signals and location – to narrow the ~100,000 candidates down to the top 1,000.

Stage 2 – Semantic Re-ranking: Candidates are re-ranked by the cosine similarity between the candidate embedding and the embedding of the job description (all-MiniLM-L6-v2) for the shortlisted candidates. The final ranking is a combination of both approaches, with 65% rule-based scoring and 35% semantic similarity, to balance precision and context understanding.

This project pushed me to solve problems around resume parsing, scalable candidate ranking, semantic search, AI integration, backend architecture, and delivering a seamless experience for recruiters.

The thing I’m most proud of is building an end-to-end system that goes beyond keyword matching. Vector Hire utilises deterministic ranking and semantic AI to generate valuable insights about candidates, empowering recruiters to make faster, more informed hiring decisions.

To test the project, simply upload one or more resumes and a job description. The system goes through each candidate, creates a blended match score, extracts relevant skills and experience and produces a ranked shortlist with detailed insights to aid hiring decisions.

I am looking forward to your feedback and suggestions for future improvement!ents! 🚀

  • 2 devlogs
  • 14h
Try project → See source code →
Open comments for this post

7h 21m 26s logged

Developed a candidate shortlisting system that ranks applicants based on their relevance to a job description using vector embeddings and semantic search.

✨ Current Features:

📄 Upload candidate profiles (JSON)
🤖 AI-powered semantic candidate ranking
📊 Displays ranked candidates for faster hiring

Currently, the system is ranking candidates for “Senior AI Engineer — Founding Team.”

🔜 Next Update:

Custom Job Description upload
Dynamic ranking for any role
Better candidate insights and match explanations

Excited to keep improving this project! 🚀

Developed a candidate shortlisting system that ranks applicants based on their relevance to a job description using vector embeddings and semantic search.

✨ Current Features:

📄 Upload candidate profiles (JSON)
🤖 AI-powered semantic candidate ranking
📊 Displays ranked candidates for faster hiring

Currently, the system is ranking candidates for “Senior AI Engineer — Founding Team.”

🔜 Next Update:

Custom Job Description upload
Dynamic ranking for any role
Better candidate insights and match explanations

Excited to keep improving this project! 🚀

Replying to @vedasm

1
23
Open comments for this post
Reposted by @vedasm

29m 27s logged

Today I worked on adding a NASA Astronomy Picture of the Day (APOD) feature to my Slack bot.

Using the NASA APOD API, the bot fetches the daily astronomy image along with its title and description, allowing users to explore fascinating space content directly from Slack.

Along the way, I learned more about working with APIs, handling JSON responses, and using Slack Block Kit to display rich content such as images.

A small feature, but a great hands-on experience in integrating external APIs into real-world applications. 🌌✨

Today I worked on adding a NASA Astronomy Picture of the Day (APOD) feature to my Slack bot.

Using the NASA APOD API, the bot fetches the daily astronomy image along with its title and description, allowing users to explore fascinating space content directly from Slack.

Along the way, I learned more about working with APIs, handling JSON responses, and using Slack Block Kit to display rich content such as images.

A small feature, but a great hands-on experience in integrating external APIs into real-world applications. 🌌✨

Replying to @vedasm

1
16
Open comments for this post
Reposted by @vedasm

26m 1s logged

Built a GPA & CGPA Calculator using Java (CLI)!

✅ Calculate GPA
✅ Calculate CGPA
✅ Grade Point Mapping
✅ Percentage Conversion
✅ Menu-Driven Interface

A small project from my Java learning journey to strengthen my understanding of OOP, user input handling, and CLI application development.

Built a GPA & CGPA Calculator using Java (CLI)!

✅ Calculate GPA
✅ Calculate CGPA
✅ Grade Point Mapping
✅ Percentage Conversion
✅ Menu-Driven Interface

A small project from my Java learning journey to strengthen my understanding of OOP, user input handling, and CLI application development.

Replying to @vedasm

1
4
Open comments for this post
Reposted by @vedasm

16m 7s logged

Update on AuthGuard

The mailing functionality in AuthGuard, which was temporarily disabled earlier, has now been successfully reopened and is fully operational.

Users can once again receive authentication and notification emails without interruption.

Update on AuthGuard

The mailing functionality in AuthGuard, which was temporarily disabled earlier, has now been successfully reopened and is fully operational.

Users can once again receive authentication and notification emails without interruption.

Replying to @vedasm

1
22
Open comments for this post
Reposted by @vedasm

6h 34m 36s logged

Built Vector-Hire, an AI-powered candidate ranking system that combines rule-based intelligence with semantic vector search to identify the most relevant talent from thousands of profiles.

Designed for scalability, explainability, and fairness, Vector-Hire evaluates skills, experience, behavior, and contextual relevance while filtering suspicious profiles.

Excited to explore how intelligent retrieval and vector similarity can transform modern hiring workflows. 🚀

Built Vector-Hire, an AI-powered candidate ranking system that combines rule-based intelligence with semantic vector search to identify the most relevant talent from thousands of profiles.

Designed for scalability, explainability, and fairness, Vector-Hire evaluates skills, experience, behavior, and contextual relevance while filtering suspicious profiles.

Excited to explore how intelligent retrieval and vector similarity can transform modern hiring workflows. 🚀

Replying to @vedasm

1
107
Open comments for this post

6h 34m 36s logged

Built Vector-Hire, an AI-powered candidate ranking system that combines rule-based intelligence with semantic vector search to identify the most relevant talent from thousands of profiles.

Designed for scalability, explainability, and fairness, Vector-Hire evaluates skills, experience, behavior, and contextual relevance while filtering suspicious profiles.

Excited to explore how intelligent retrieval and vector similarity can transform modern hiring workflows. 🚀

Built Vector-Hire, an AI-powered candidate ranking system that combines rule-based intelligence with semantic vector search to identify the most relevant talent from thousands of profiles.

Designed for scalability, explainability, and fairness, Vector-Hire evaluates skills, experience, behavior, and contextual relevance while filtering suspicious profiles.

Excited to explore how intelligent retrieval and vector similarity can transform modern hiring workflows. 🚀

Replying to @vedasm

1
107
Open comments for this post

29m 27s logged

Today I worked on adding a NASA Astronomy Picture of the Day (APOD) feature to my Slack bot.

Using the NASA APOD API, the bot fetches the daily astronomy image along with its title and description, allowing users to explore fascinating space content directly from Slack.

Along the way, I learned more about working with APIs, handling JSON responses, and using Slack Block Kit to display rich content such as images.

A small feature, but a great hands-on experience in integrating external APIs into real-world applications. 🌌✨

Today I worked on adding a NASA Astronomy Picture of the Day (APOD) feature to my Slack bot.

Using the NASA APOD API, the bot fetches the daily astronomy image along with its title and description, allowing users to explore fascinating space content directly from Slack.

Along the way, I learned more about working with APIs, handling JSON responses, and using Slack Block Kit to display rich content such as images.

A small feature, but a great hands-on experience in integrating external APIs into real-world applications. 🌌✨

Replying to @vedasm

1
16
Ship

Built AuthGuard, a secure authentication system that manages user registration, login, email verification, and account security features.The most challenging part was configuring and troubleshooting the email service to ensure reliable email delivery while maintaining security and proper error handling.I'm proud of successfully restoring the mailing functionality

To test AuthGuard:

Register a new account using a valid email address.
Check your inbox for verification or authentication emails.
Test login and authentication features after verification.
Ensure email notifications are received correctly.
The mailing service is now active and functioning normally.

  • 1 devlog
  • 0h
Try project → See source code →
Open comments for this post

16m 7s logged

Update on AuthGuard

The mailing functionality in AuthGuard, which was temporarily disabled earlier, has now been successfully reopened and is fully operational.

Users can once again receive authentication and notification emails without interruption.

Update on AuthGuard

The mailing functionality in AuthGuard, which was temporarily disabled earlier, has now been successfully reopened and is fully operational.

Users can once again receive authentication and notification emails without interruption.

Replying to @vedasm

1
22
Open comments for this post

26m 1s logged

Built a GPA & CGPA Calculator using Java (CLI)!

✅ Calculate GPA
✅ Calculate CGPA
✅ Grade Point Mapping
✅ Percentage Conversion
✅ Menu-Driven Interface

A small project from my Java learning journey to strengthen my understanding of OOP, user input handling, and CLI application development.

Built a GPA & CGPA Calculator using Java (CLI)!

✅ Calculate GPA
✅ Calculate CGPA
✅ Grade Point Mapping
✅ Percentage Conversion
✅ Menu-Driven Interface

A small project from my Java learning journey to strengthen my understanding of OOP, user input handling, and CLI application development.

Replying to @vedasm

1
4

Followers

Loading…