Chủ đề động trong rung

Tram Ho

Có rất nhiều cách áp dụng dynamic theme trong Flutter. Vì Provider đang được khá nhiều người sử dụng nên chúng ta hãy cùng thử tạo ứng dụng và thiết lập dynamic theme sử dụng Provider nhé. Cài đặt Tạo...

Xem chi tiết

Chạy AWS Lambda với PHP

Tram Ho

Ở thời điểm hiện tại (22.04.2020) aws lambda không hỗ trợ mặc định các trương trình php trên hệ thống của họ, chỉ hỗ trợ các ngôn ngữ như python, nodejs ... nếu muốn sử dụng được code php trên...

Xem chi tiết

Giới thiệu về Controller trong Laravel

Tram Ho

Chào các bạn. Hôm nay mình sẽ giới thiệu với các bạn về Controller trong Laravel và cách sử dụng Controller trong Laravel. 1. Giới thiệu Thay vì định nghĩa tất cả logic xử lý request của bạn ở file...

Xem chi tiết

Useful and fun Homebrew formulas

Tram Ho

Homebrew is an open source package manager for macOS. It is known as the missing package manager for macOS. Homebrew is also written in the Ruby programming language. The reason why package managers are so important is when developers connect...

Xem chi tiết

Android: Key and Keystores when app release

Tram Ho

Some concepts First we will learn about important concepts and definitions later. App signing key: This key is used to sign the APK installed on a user's device. As part of the Android security update model, the signing key never...

Xem chi tiết