AppliedTo job search tool

I’ve been (re)working on a tool I’d built… way too long ago now. AppliedTo was a tool I’d built to help manage and track outreach efforts for freelance/contract work, but it probably would find more use for folks tracking full-time job applications.

Revisiting some of the earlier decisions, I realize I focused a bit too much on the sending of email. In the initial version you’d have to authenticate via gmail (sort of worked with yahoo mail for a bit) but at that point, gmail was the only service that was moderately straightforward to send via.  MS/outlook has improved in that regard, but I’m not going to try to focus on sending anything through your explicit email.  For sending email outreach (which I’ve not added in to this yet), it’ll use your address as a reply-to, but it will be ‘from’ the main web app’s mail account.

However… many folks aren’t actually sending emails when applying for jobs; they’re using the various Applicant Tracking Systems out there. Greenhouse, Bullhorn and dozens of other systems are used by employers to collect applicant info, and occasionally notify you that you’ve been passed over for someone else. So, AppliedTo can at least help you keep track of which companies you’ve applied to. Side note: an interesting piece of feedback someone gave me was they were looking for a way to just keep track of what user/pass combinations they used on various job board/application sites. That’s likely a small bit of info I’ll add to allow you track that (although right now you can already do that with the generic ‘notes’ about each application you make).

Another ‘feature’ I’ve added (really, just something for myself) is a way to collect answers to common questions. In 2005, I went through a grueling job hunt, and applied to over a hundred positions in just a couple weeks (may not be much for some, but it was a lot – it was a full time job, essentially!). The standard “tell us about how you overcame a problem” and “what project are you most proud of and why?” questions… I lost count of how many times I was writing the same info, but… I wasn’t sharp enough to copy/paste that at the time. But now I am, and the ‘snippets’ aspect gives you a place to collect your best answers to common questions. Your account is seeded with a few stock questions, but you’re free to add your own as well

Resumé/CV management is another area where I’ve struggled a bit in the past. Conventional wisdom recommends you have a few variations of your resumé tailored to specific roles; one might emphasize your creative achievements, another might emphasize your leadership or management skills, etc. You can grab/copy/download any resumé, or include a link when sending out via email.

There’s more to come here, and it’s still very … alpha at this point, but happy to take any feedback/input from folks as to what sort of problems you face with the job hunt, besides finding a job! 😉

Feel free to check out appliedto.com and send any feedback to michael@kimsal.com.

Similar Posts

  • Bad I9 PDF form

    Have been needing to programmatically fill out an I9 PDF, retrieved from gov site. Should be fairly straightforward, right? Well… the field names are… a mess. Field names like topmostSubform[0].Page1[0].U\.S\._Social_Security_Number__Last_4_numbers_[0]topmostSubform[0].Page1[0].expiration_date__if_applicable__mm_dd_yyyy[0] topmostSubform[0].Page2[0].Employers_Business_or_Organization_Address_Street_Number_and_Name[0] and so on make it pretty… not straightforward to create a usable key/value combination to search and replace. But… today, I noticed it got…

  • Importance of backups

    Well… here we are.  10 years later, and … no backups.  Or… none of the data that’s important. Recently had a drive crash in my main server where this blog is hosted.  Had it happen 2 years ago, but the data was recovered, and I put everything on automatic backups.  Using virtualmin, a great control…

  • chunked file uploads with plupload

    Holy tamole… Have been wrestling with a client project using ‘plupload’ with a user base consistently uploading files from 150-500meg on a daily basis. They’d been uploading to youtube/vimeo mostly, because the experience with the older uploader (still plupload earlier version) was bad – slow, mostly, but some issues about determining whether items were uploaded/processed…

  • PHP Quality Tools

    Curious about checking out the quality of your PHP project, but don’t know where to start? https://github.com/jakzal/phpqa is a project providing docker images of various tools to help measure aspects of your PHP code. will run the phploc tool on your current folder But… you can alias the tool, then simply run $ phpqa <toolname>…

Leave a Reply

Your email address will not be published. Required fields are marked *