Close

Python pre-commit

Pre-commit is a Python-based tool that allows you to ‘hook’ into your git repository and trigger a simple code whenever changes are committed. 

Making deliveries more accurate with improved location information

Making deliveries more accurate with improved location information

The DoorDash app provides its customers with real-time updates on their delivery status. The app has been using GPS information from the Dasher’s phone, combined with manual updates from the Dasher to indicate their progress, such as arriving at the restaurant or picking up the food. To enhance the accuracy […]

Devamını Oku

Fast food future? Las Vegas Taco Bell dumps dine-in

Fast food future? Las Vegas Taco Bell dumps dine-in

A new Taco Bell restaurant in the Las Vegas valley is changing the fast food industry with its innovative approach to the drive-thru. The location opened about a month ago and is a “grab and go” site with two drive-thru lanes, one of which is exclusively for delivery drivers. Unlike […]

Devamını Oku

Pre-commit: A Framework for Managing and Maintaining Multi-Language Pre-Commit Hooks

Pre-commit: A Framework for Managing and Maintaining Multi-Language Pre-Commit Hooks

How to keep your codebase clean and consistent with this powerful tool. Pre-commit is a framework for managing and maintaining multi-language pre-commit hooks. Pre-commit hooks are scripts that are run before each commit to ensuring that the codebase is in a clean and consistent state. Pre-commit is a powerful tool […]

Devamını Oku

MACOS İçin FTP Client

FTP

MACOS için terminalden ftp istemcisi olarak NCFTP ‘i kullanıyorum.  Embedded cihazlarda genellikle garip FTP sunucuları oluyor ve komut satırı erişim en hızlı seçenek oluyor.  Uygulamayı https://ncftp.com/.  Adresinden indirebiliyoruz.  Basit bir kurum sonunda kullanmaya başlayabiliriz.  MACOS için TERMİNAL ‘i açtım.  NCFTP ile artık NCFTP ‘bin shell ‘ine giriyorum.   Burada çok […]

Devamını Oku