I created vscode extension to help developers in this layoff season

Yashraj basan
2 min readJun 12, 2023

It was a cold winter month, and as my job contract came to an end, I found myself in the job-hunting phase. While browsing through job portals and applying for positions, I was also preparing for coding interviews, well aware of how challenging they can be.

In today’s job market, Those days are gone when you could use the same resume for every job application. Nowadays, most organizations use Applicant Tracking System (ATS) software to filter resumes. Crafting a resume tailored to the job description has become essential. By the way, I recently wrote a blog on building an ATS-proof engineering resume.

During this process, I realized how much time I was spending on resume building. I had to constantly recall the specific details of my work in different technologies. I wished there was a better way, way to document my work so that I could focus more on interview preparation rather than spending significant time crafting a resume for each job.

After securing a job, I made a decision. I decided to create a VSCode extension called DevTrackr, designed to help fellow developers document their work easily. I knew it would benefit others too, especially in times when job security is uncertain. Having a comprehensive record of your achievements is essential when seeking new opportunities. With DevTrackr, you can access your work summaries stored in your private repository, empowering you to create an impactful resume that effectively highlights your experience and skills.

Features

  • Weekly Work Documentation: DevTrackr prompts you to write down your weekly achievements, allowing you to stay organized and easily recall your progress.
  • GitHub Integration: Seamlessly connect with your GitHub account to link your projects and sync your updates to a private repository named “devtrackr-data”.
  • Enhanced Job Security: In times of layoffs or when updating your resume, DevTrackr allows you to access your private repository and review your documented achievements. It enables you to highlight your valuable work and skills.
  • Save and Sync: Once you complete your updates, simply click “Save” and DevTrackr will automatically save your records to your private repository.

Technology

I used HTML, Javascript, VSCode API, and Node.js to develop this vs code extension

Demo Video

To get a better understanding of how DevTrackr works and its benefits, please watch the demo video linked below:

Extension Links

Feedback

Open to hear your feedback. you can reach out to me on LinkedIn, or Instagram or you can mail me.

--

--