Loadding..

PROGRAMMING

React native guide

 React native guide Command Line Getting Started Creating Project: Open Terminal App react-native init AppName cd AppName Running App in the IOS Simulator react-native run-ios Running App in the Android Simulator react-native run-android;   Upgrading React Native To upgrade React Native to the latest version execute: npm install –save react-native@latest; To upgrade project files execute: react-native […]

Continue reading


Sublime Text WordPress Extensions

Sublime Text WordPress Extensions Hôm nay mình xin giới thiệu tới các bạn những extensions hỗ trợ code WordPress trên Sublime Text. Phù hợp với những bạn mới bắt đầu tìm hiểu code vẫn chưa nhớ rõ hết các thành phần của Wordpress.   1. WordPress Plugin này sẽ tự động tạo các dòng code theo chuẩn cho […]

Continue reading


Tổng hợp Kali Linux commands

Tổng hợp Kali Linux commands A apropos : Search Help manual pages (man -k) apt-get : Search for and install software packages (Debian/Ubuntu) aptitude : Search for and install software packages (Debian/Ubuntu) aspell : Spell Checker awk : Find and Replace text, database sort/validate/index B basename : Strip directory and suffix from filenames bash : […]

Continue reading


React native build apk release

React native build apk release on windows Cách build file apk release app được code bằng react native. Đầu tiền cần phải tạo được keystore. Tên my-release-key.keystore và my-key-alias các bạn có thể thay đổi tùy ý. Lưu ý: máy tính phải đã cài đặt môi trường java khai bảo tại Environment variables -> path Mở cmd trong thư mục […]

Continue reading


Tạo action BackAndroid trong React native

Tạo action BackAndroid trong React native Trên các smartphone android thường sẽ có 1 nút back vật lý ngay trên màn hình. Khi làm việc trong react-native chúng ta có thể tạo action cho nó hoạt động được với app. Dưới đây là đoạn code giúp bạn thực hiện điều đó trong react-native   import […]

Continue reading


Các bước cài đặt React Native trên Windows

Các bước cài đặt React Native trên mỗi trường Windows cho Android Hôm nay mình xin hướng dẫn các bạn cách cài đặt React Native và môi trường phát triển trên máy chạy Window. Mình sử dụng máy window để code App React Native, nên sẽ tập chung cài đặt cho window và android. Do […]

Continue reading


Ngôn ngữ lập trình và platforms nên học

Ngôn ngữ lập trình và Platforms nên học Languages & Platforms: Python 3, Go, PHP 7, ES6, Node.js, Swift, TypeScript JavaScript Frameworks: Angular 2, React, Ember.js, Vue.js, Polymer, Web Components Frontend: Bootstrap, MDL, Foundation, SASS, LESS …. Backend: – PHP: Symfony, Zend, Laravel, Cake …. – Python – Django & Flask. – Ruby – Rails […]

Continue reading


Những blog vs website tiêu biết về UI/UX

Những blog vs website tiêu biết về UI/UX Internet hiện nay có hàng trăm blog và website tuyệt vời cho dân thiết kế chia sẻ kinh nghiệm và công cụ cho nhau.  Dưới đây là những blog vs website tiêu biết về UI/UX   1. UX Checklist Ngay khi giao tác phẩm thiết kế cho […]

Continue reading


Regular Expression Basics

Regular Expression Basics Regular Expression Basics .    Any character except newline a   The character a ab   The string ab a|b    a or b a*  0 or more a’s \   Escapes a special character Regular Expression Quantifiers *  0 or more +  1 or more ?  0 or 1 {2}  Exactly […]

Continue reading


Templates api documenation

Templates api documenation   Bạn cần tạo tài liệu API RESTful của bạn?  Bạn muốn tự động tạo tài liệu API? Hôm nay tôi sẽ chia sẻ một số mẫu miễn phí được thiết kế để giới thiệu cho bạn.  Tài liệu tốt là nên bắt đầu với một nền tảng tốt.   1. Slate – demo. […]

Continue reading