惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
博客园_首页
The GitHub Blog
The GitHub Blog
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
D
Docker
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
小众软件
小众软件
I
InfoQ
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
S
SegmentFault 最新的问题
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I built a free AI job search that ranks real listings by ...
Shashikumar Pattanashetti · 2026-06-14 · via DEV Community

Shashikumar Pattanashetti

I'm a test automation engineer with ~12 years in Java/Selenium/Playwright. Last year I went back on the job market — and I was reminded how genuinely bad the job-search loop is.

You open LinkedIn/Indeed/Naukri, scroll 200 listings, and maybe 5 are actually a fit. Then for each of those 5 you re-tailor your resume, guess at the ATS keywords, and fire it into the void. The filtering work — "is this even worth applying to?" — falls entirely on you, the person with the least time.

So I built the thing I wanted: Shashiworks — a free job search that pulls real, live listings and ranks them by how well they match your resume, plus an ATS optimizer to fix the resume before you apply.

The core idea: rank jobs by resume fit, not keywords

A keyword search gives you everything containing "automation engineer." Useless. What I actually wanted was: given my resume, sort these openings by how likely I am to clear the screen.

So the live search does three things:

  1. Pulls real listings (LinkedIn / Indeed / Naukri) for your query — not a stale scraped database.
  2. Scores each one against your uploaded resume — overlap of skills, seniority, stack.
  3. Shows you the skills gap per listing, so you know exactly what's missing before you waste an application.

It turns "scroll 200, apply to 30, hear back from 1" into "look at the top 10 ranked, fix the 2 gaps, apply to 5 good ones."

The resume side: stop guessing at ATS

The other half is the AI Resume Optimizer. You paste a job description, it scores your resume against it (ATS-style), tells you which keywords/requirements you're missing, and the rewriter helps you close the gap without keyword-stuffing nonsense.

There's also a LinkedIn profile builder for the headline/summary, because that's the other thing recruiters actually read.

What I learned building it

  • Ranking is the product, not search. Anyone can return listings. The value is the ordering — and the per-result "here's your gap" is what makes people trust the order.
  • Real-time beats big. A smaller set of current listings beats a huge stale index every time for job seekers.
  • AI is best as a second opinion, not an author. The optimizer that points at gaps gets used; the one that auto-writes your resume gets distrusted.
  • Keep the core free. Friction kills a tool people use while anxious and time-poor.

If you're job-hunting right now, try it — upload a resume, run a search, and see your top-ranked matches: shashiworks.com. Feedback from devs especially is gold; tell me where the ranking gets it wrong and I'll tune it.

What does your ideal job-search tool do that nothing on the market does today? Genuinely curious — drop it in the comments. 👇