Site navigation

Skip to content
Menu Follow

Trần Ký Phát

Uncategorized

Select PosgreSQL as JSON

31/12/202001/01/2021 Written by Ký Phát
select row_to_json(t)
from (
   select id, "email", "passwordHash", role from public."User"
) t

Change the Roundcube Webmail Title

25/12/202025/12/2020 Written by Ký Phát
Access /config/config.inc.php
change the line $config[‘product_name’]

Capture

Uncategorized

Git Bisect

26/06/2016 Written by Ký Phát

Help you finding bugs in commits

Continue reading “Git Bisect”

Uncategorized

ReactJS: Simple Contact App

02/05/2016 Written by Ký Phát

Simple Contact App: ES6, Prop Validate, Data flow and Component Communication

Continue reading “ReactJS: Simple Contact App”

Uncategorized

ReactJS: Prop Validation

02/05/201602/05/2016 Written by Ký Phát

When creating components, remember that they can be composed into bigger components and reused (in the same project, in other projects, by other developers). Therefore, it is a good practice to make explicit in your components which props can be used, which ones are required, and which types of values they accept.

Continue reading “ReactJS: Prop Validation”

Posts navigation

Older posts

Give me a beer :)

Mới Viết

Select PosgreSQL as JSON

31/12/202001/01/2021 Written by Ký Phát

Change the Roundcube Webmail Title

25/12/202025/12/2020 Written by Ký Phát

Git Bisect

26/06/2016 Written by Ký Phát

ReactJS: Simple Contact App

02/05/2016 Written by Ký Phát

Tag Cloud

Android android controls angular api asp.net authentication bootstrap bá đạo chứng thực color comment config xdebug convert less to sass cordova design designer expressjs facebook featured git git command handlebars hoc online icon ionic javascript json less less to sass meteor netbean nodejs permanlink php reactjs sass Steve Jobs thay đổi cuộc đời validate validation webform website wordpress xdebug xml
Contact me now: [email protected]
Back to top