Tag: PYTHON

Tech Facial Recognition: Building a Complete, Simple, and Lightweight System
Aug 10, 2026 6 min read

Facial Recognition: Building a Complete, Simple, and Lightweight System

Introduction Facial recognition is part of the broader field of computer vision. Thanks to the dramatic advances in Deep Learning over the past decade, this field, and all its practical applications, has reached an impressive level of maturity. But the good news is that understanding how a facial recognition system actually works, and even building […]

Fenxi Read article
Tech Building a Scalable and Cost-Effective Backend with AWS Lambda and Docker
Aug 10, 2026 5 min read

Building a Scalable and Cost-Effective Backend with AWS Lambda and Docker

Rethinking Backend Architecture with Serverless You’re developing an application with a backend that has activity spikes during the day and almost no activity at night. There are several solutions to handle this: This approach has quite a few advantages. First, taking AWS as an example, it’s very easy to set up. In broad strokes, you […]

Fenxi Read article