Absensi Karyawan Github 2021
Searching for "absensi karyawan" (employee attendance) on GitHub reveals several open-source projects from 2021 that provide web and mobile solutions for tracking staff presence. These projects typically address issues like manual recording errors and "buddy punching" through features like QR codes, session-based logins, and mobile GPS integration. Notable 2021 GitHub Repositories
I couldn’t find a specific GitHub repository or post named exactly "post: absensi karyawan github 2021" in public search results. absensi karyawan github 2021
1. Berbasis Web (PHP & Laravel)
PHP tetap menjadi raja di Indonesia karena kemudahan deployment. How it worked: Employee sends /checkin -> Bot
Physical fingerprint machines were a liability in 2021 due to hygiene concerns. This repository offered a contactless alternative using facial recognition via a standard laptop webcam. “The founders want data,” Agus announced in a
QR Code: Menggunakan kamera handphone atau scanner untuk melakukan absensi secara real-time. Repositori ABSENSI-KARYAWAN mendukung metode input manual maupun QR Code.
- How it worked: Employee sends
/checkin-> Bot replies with a keyboard asking for a 4-digit PIN. -> Bot logs timestamp and IP address. - 2021 Relevance: It allowed for "Check-in Selfies." The bot could request a photo, effectively proving the employee was at their workstation.
- Popularity: Extremely high among startups because it required zero front-end development. The UI was just chat bubbles.
“The founders want data,” Agus announced in a Monday stand-up. “We can’t just trust that ‘green dot’ on Slack. We need absensi. We need a system that can’t be gamed.”
- Components: ESP32-CAM (camera) + MLX90614 (contactless temperature sensor).
- Function: The device took a photo, read body temperature, and if both passed (<37.5°C and face matched), it sent a POST request to a remote server.
- GitHub Impact: Several Indonesian universities used this repo to build campus gate security systems.