William A

The only difference between ordinary and extraordinary is just that little "extra".

create a command "done" - git add, commit, push in one line

1. open ~/.bash_profile
2. Type
alias done='echo "Enter commit message : " && read MSG && git add . && git commit -m "$MSG" && git push'
3. Type "done" on the git project root folder
4. Done

Start to read book - "Company Of One: Why Staying Small Is the Next Big Thing for Business"

try laravel + react again

Daniel

when you are learning react, i highly recommend to use Robin Wieruch blog. here is one of his blog: https://www.robinwieruch.de/react-list-key/

0 Likes
Fajar Siddiq

how was it? was it easy to setup

0 Likes

Update landing page layout http://bit.ly/20200510_landing

William A Author

Hello Prasannamestha,

Thank you for your comment,

Planned a lot of functions that have not on the market .

At the same time, I will also trying to avoid competition with similar products. (Many great and powerful product on Internet, I cannot compete with them XD)

I hope my product can provide unique value at launch.

If there are some functional advice or idea about site builder , please feel free to DM me on Twitter. : )

0 Likes
prasannamestha

that's great :) I wish you luck mate… Let me know once you launch - I would love to explore the product

0 Likes