Jordan Schilling | Technologist, Software Builder, and Engineer

Jordan Schilling — software engineer and technologist

Software engineer focused on automation systems, experimental tools, and developer productivity. Projects, dev logs, and technical writing.

28 December 2025

Implement Time Tracking for Active Applications with SQLite Database Integration

by Jordan Schilling

Devlog — 2025-12-28

Overview

This project adds functionality to track the amount of time spent on active applications in a Windows environment. It monitors the currently focused window, records usage duration, and persists the data in a SQLite database for later review.

Features

Implementation Details

References

tags: python - windows-api - sqlite - time-tracking - cli