├── .gitignore ├── LICENSE ├── README.assets ├── image-20210831192833490.png ├── image-20210905085618156.png ├── image-20210906225240923.png ├── image-20211020173045170.png └── image-20211021205612077.png └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | lerna-debug.log* 8 | 9 | # Diagnostic reports (https://nodejs.org/api/report.html) 10 | report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json 11 | 12 | # Runtime data 13 | pids 14 | *.pid 15 | *.seed 16 | *.pid.lock 17 | 18 | # Directory for instrumented libs generated by jscoverage/JSCover 19 | lib-cov 20 | 21 | # Coverage directory used by tools like istanbul 22 | coverage 23 | *.lcov 24 | 25 | # nyc test coverage 26 | .nyc_output 27 | 28 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) 29 | .grunt 30 | 31 | # Bower dependency directory (https://bower.io/) 32 | bower_components 33 | 34 | # node-waf configuration 35 | .lock-wscript 36 | 37 | # Compiled binary addons (https://nodejs.org/api/addons.html) 38 | build/Release 39 | 40 | # Dependency directories 41 | node_modules/ 42 | jspm_packages/ 43 | 44 | # TypeScript v1 declaration files 45 | typings/ 46 | 47 | # TypeScript cache 48 | *.tsbuildinfo 49 | 50 | # Optional npm cache directory 51 | .npm 52 | 53 | # Optional eslint cache 54 | .eslintcache 55 | 56 | # Microbundle cache 57 | .rpt2_cache/ 58 | .rts2_cache_cjs/ 59 | .rts2_cache_es/ 60 | .rts2_cache_umd/ 61 | 62 | # Optional REPL history 63 | .node_repl_history 64 | 65 | # Output of 'npm pack' 66 | *.tgz 67 | 68 | # Yarn Integrity file 69 | .yarn-integrity 70 | 71 | # dotenv environment variables file 72 | .env 73 | .env.test 74 | 75 | # parcel-bundler cache (https://parceljs.org/) 76 | .cache 77 | 78 | # Next.js build output 79 | .next 80 | 81 | # Nuxt.js build / generate output 82 | .nuxt 83 | dist 84 | 85 | # Gatsby files 86 | .cache/ 87 | # Comment in the public line in if your project uses Gatsby and *not* Next.js 88 | # https://nextjs.org/blog/next-9-1#public-directory-support 89 | # public 90 | 91 | # vuepress build output 92 | .vuepress/dist 93 | 94 | # Serverless directories 95 | .serverless/ 96 | 97 | # FuseBox cache 98 | .fusebox/ 99 | 100 | # DynamoDB Local files 101 | .dynamodb/ 102 | 103 | # TernJS port file 104 | .tern-port 105 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 花果山大圣 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.assets/image-20210831192833490.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengxinjing/self-employed-workbook/e83973a64d237b0a56f7d89b26f6299bbe8daf50/README.assets/image-20210831192833490.png -------------------------------------------------------------------------------- /README.assets/image-20210905085618156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengxinjing/self-employed-workbook/e83973a64d237b0a56f7d89b26f6299bbe8daf50/README.assets/image-20210905085618156.png -------------------------------------------------------------------------------- /README.assets/image-20210906225240923.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengxinjing/self-employed-workbook/e83973a64d237b0a56f7d89b26f6299bbe8daf50/README.assets/image-20210906225240923.png -------------------------------------------------------------------------------- /README.assets/image-20211020173045170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengxinjing/self-employed-workbook/e83973a64d237b0a56f7d89b26f6299bbe8daf50/README.assets/image-20211020173045170.png -------------------------------------------------------------------------------- /README.assets/image-20211021205612077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengxinjing/self-employed-workbook/e83973a64d237b0a56f7d89b26f6299bbe8daf50/README.assets/image-20211021205612077.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # self-employed-workbook 2 | 写给自己的程序员自由职业工作手册(日常更新中) 3 | 4 | 2021.8.31自由职业正式开工,记录一下日常心得,希望对有志于做自由职业的大兄弟有所帮助 5 | 6 | 7 | 2021.9.24 除了培训,怎么才算是教育呢 (澡堂子里的思考):fountain: 8 | 9 | ## 里程碑 10 | 11 | * 2021.9.1 12 | * 提离职后在家休息一周,正式开工搞自由职业 13 | * 在家把桌子整理了一下作为工位 [视频](https://www.bilibili.com/video/BV1G64y1Y7CU/) 14 | * 思考自由职业要干啥 [视频](https://www.bilibili.com/video/BV1BP4y1a7WE) 15 | * 2021.9.4 16 | * 先写一些前端的教程,注册了一个土嗨的npm备用 17 | * 18 | * 9.6 根据冰山模型画了个学vue的进阶图,欢迎大家给点意见 19 | * image-20210906225240923 20 | * 9.8 制定作息 21 | * 5:30起床 运动+吃早饭 22 | * 7:30 看书 or coding 23 | * 12:00 打游戏 午睡 24 | * 14:00 看书 or coding or出去浪 25 | * 18:00 媳妇到家 && 下班 && 打游戏 && 遛狗 26 | * 23:00之前睡觉 27 | * 写几个vscode,eslint插件来控制一下时间 28 | * 拒绝沉迷编程,拒绝沉迷游戏 29 | * 9.10 30 | * 购买hugsun.fun域名,作为以后花果山学堂的域名把 31 | * 9.24 32 | * 最近在一直写课件,参考上面的Vue进阶图 33 | * 10月就会有专栏和课程发布 Vue React主题 34 | * 9.29 35 | * 抖音学浪开通 试试抖音直播卖课 36 | * 准备做一个前端刷面试题的小程序 37 | * 9.30 和极客时间合作,准备推出《Vue3》的专栏 38 | * 10.18 第一个里程碑,[《玩转Vue3全家桶》](http://gk.link/a/10BoB)上线啦,欢迎转发 39 | * 40 | * 10.23 参加早早聊Vue专场 41 | * 42 | * 11月前端学习路线图 43 | * 12月私教课设计 + 教育型产品设计 44 | * 2023.09 开始房车环游中国,边旅游边工作 45 | ## 日常思考 46 | 47 | #### 程序员不上班怎么搞到钱 48 | 49 | 1. 付费课程 :heart: 50 | * 第一步要做的,我擅长的 51 | * 文字专栏 52 | * 录播课程 53 | * 直播课程 54 | 2. 写书 55 | * 赚名声 56 | 3. 开源 57 | * 开源捐赠 58 | * 付费pro版本 59 | 4. 独立软件 60 | * 自己做一个在线教育小平台 (规划ing) 61 | * 自己做app 62 | * 自己做小程序 (擅长的,已经启动) :heart: 63 | 5. 自媒体 64 | * 广告收入我不擅长,但是可以作为销售课程 在做ing 65 | 6. 远程外包 (我不感兴趣) 66 | * http://freelancer.com 67 | * https://www.upwork.com/ 68 | 7. 投资理财 (不擅长) 69 | 70 | 71 | #### [关于做自由职业的思考 【Bilibili】](https://www.bilibili.com/video/BV1BP4y1a7WE) 72 | 73 | 74 | #### [先整理出一个快乐的工位](https://www.bilibili.com/video/BV1G64y1Y7CU/) 75 | 76 | 77 | 78 | 79 | 80 | 81 | 1. 自由职业,就是越过公司,自己和市场交换价值 82 | 83 | 84 | #### 房车环游中国行 85 | 2. 你自己就是一个团队,运营,产品,技术,商业都需要你自己带领自己 86 | 3. 工作和生活的分离 87 | 4. 用户是需求的合集 (俞军) 88 | 89 | --------------------------------------------------------------------------------