2 min read
JobLog (WIP)

JobLog is a personal tool currently in development designed to streamline the job application process. It serves as a technical playground for exploring the latest features of the .NET ecosystem.

Current Status

  • Architecture: The core API is built using .NET 10, leveraging minimal APIs for high performance.
  • Frontend: Integration with React 19, utilizing the new React Compiler for optimized rendering.
  • Database: Lightweight data persistence using SQLite, designed for easy local deployment.

Planned Features

  • Automated Status Tracking: Logic to automatically update application statuses based on email parsing.
  • Analytics Dashboard: Visualizing application rates and response times.

Tech Stack

  • Core: .NET 10, C#
  • UI: React 19, Tailwind CSS
  • Data: SQLite, Entity Framework Core