Friday, February 22, 2019

怎样用 FACEBOOK 来创业呢?网络创业者必看!

Agenda 20-Feb

1. My role
Like Nokia connecting people. I will be the middle man to source for project and out source my project.

2. Short term plan (for 3-6 months)
a. Find partner.
b. Source for small project.
c. Build simple application and template.
d. Study October CMS.

3. Mid term plan (6-12 months)
a. Find out what the market need and build a app for fast deployment.
b. October CMS is a good example, need to build something can re-use and re-sell.

4. End year plan.
Will be able to provide service like techbasesolution.
https://www.techbasesolution.com/

Wednesday, February 20, 2019

Looking for web designer

-- Looking for talent to join me as our partners.
-- Shall be result oriented team playe.
-- Self improvement and quality of work.
-- Creative have good design sense aware of the current or latest UI
-- Written and oral communication skills in Mandarin is an added advantage.

Tuesday, February 19, 2019

My aim by end of this year















20-Feb-2019

My aim by end of this end is manage to provide service similar as above.

https://www.techbasesolution.com/

Sunday, February 17, 2019

To do list 2/18

1. Skype interview

2. fix vm issue, vagrant up does not work

3. Learn laravel step by step.
Laravel 5.5 CRUD Tutorial With Example From Scratch Resource Controller
https://scqq.blogspot.com/2017/11/laravel-55-crud-tutorial-with-example.html

https://www.youtube.com/watch?v=ZZfu0T1oTzI&feature=youtu.be

4. What next , take a look on Vue.js
Full Stack Vue.js & Laravel
https://www.youtube.com/watch?v=DJ6PD_jBtU0


Sunday, February 10, 2019

laravel installation note -- 11-Feb-2019

reference
https://www.youtube.com/watch?v=p3J-nZaIW7Y
Laravel | How to install Laravel 5.6 on localhost?

1. install xamp


2. install composer.

https://getcomposer.org/download/

Install Composer on Windows with Xampp


3. install laravel
https://www.youtube.com/watch?v=G7xqjG4u9Mg
https://laravel.com/docs/5.0#install-laravel

-- composer global require "laravel/installer=~1.1"
-- laravel new blog
   -- edit .env
   -- edit .database
-- php artisan optimize
-- php artisan key:generate
-- php artisan migrate