https://github.com/nonocast/me
记录和分享技术的博客
https://github.com/nonocast/me
deep-learning embedded-system hardware javascript mathematics web-developer
Last synced: 7 months ago
JSON representation
记录和分享技术的博客
- Host: GitHub
- URL: https://github.com/nonocast/me
- Owner: nonocast
- License: mit
- Created: 2020-02-16T16:03:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T08:08:39.000Z (about 4 years ago)
- Last Synced: 2025-07-29T22:26:22.566Z (8 months ago)
- Topics: deep-learning, embedded-system, hardware, javascript, mathematics, web-developer
- Homepage: http://nonocast.cn
- Size: 83 KB
- Stars: 21
- Watchers: 6
- Forks: 0
- Open Issues: 354
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 关于仓库
记录和分享技术的博客,折腾来去最后还是发现会简单的才是最好的。
## 联系作者
邮箱: nonocast@gmail.com
## 文章索引
### 软件开发
#### 通识部分
- [什么是单点登录?](https://github.com/nonocast/me/issues/2)
- [如何做登录?](https://github.com/nonocast/me/issues/62)
- [认证和授权有什么区别?](https://github.com/nonocast/me/issues/3)
- [后台服务接口权限的设计](https://github.com/nonocast/me/issues/44)
- [如何做高并发和高可用?](https://github.com/nonocast/me/issues/63)
- [如何做项目管理?](https://github.com/nonocast/me/issues/13)
- [如何使用配置?](https://github.com/nonocast/me/issues/14)
- [如何写文档?](https://github.com/nonocast/me/issues/9)
- [怎么记录日志? -- Node Winston](https://github.com/nonocast/me/issues/10)
- 怎么做好打包和部署工作? (非docker)
- [dpkg 及其仓库搭建](https://github.com/nonocast/me/issues/78)
- [Web程序打包和安装方式](https://github.com/nonocast/me/issues/77)
- 怎么做好版本管理?
- [git 内部是如何工作的?](https://github.com/nonocast/me/issues/7)
- [通过 gitstats 查看项目统计](https://github.com/nonocast/me/issues/6)
- 如何做测试?
- [Guru99: Software Testing Tutorials for Beginners 笔记](https://github.com/nonocast/me/issues/24)
- [Google 软件测试之道 笔记](https://github.com/nonocast/me/issues/28)
- [如何开始做软件测试?](https://github.com/nonocast/me/issues/26)
- [如何做单元测试?](https://github.com/nonocast/jiker-tdd-campus)
- Docker
- [Docker 入门](https://github.com/nonocast/me/issues/74)
- [Dockerizing nodejs/react application](https://github.com/nonocast/me/issues/76)
- [串口编程 - 通过nodejs, java, C访问单片机](https://github.com/nonocast/mcs-serial-port)
- [C 基础](https://github.com/nonocast/me/issues/20)
- [nonocast/learn-c](https://github.com/nonocast/learn-c)
- [C动态链接库](https://github.com/nonocast/me/issues/45)
- [Linux C - serial port](https://github.com/nonocast/me/issues/47)
- [Java 基础](https://github.com/nonocast/hello-java)
- [JAVA通过JNI调用Native Layer](https://github.com/nonocast/me/issues/46)
- [INTEROP (JNI)](https://github.com/nonocast/hello-java/blob/master/INTEROP.md)
- [Logging](https://github.com/nonocast/hello-java/blob/master/LOGGING.md)
- [Tcp Client](https://github.com/nonocast/hello-java/blob/master/SOCKET.md)
#### lang

- [Swift 语法](https://github.com/nonocast/me/issues/72)
- [Python 语法](https://github.com/nonocast/me/issues/140)
- [Rust 语法](https://github.com/nonocast/me/issues/139)
- Bash 语法
#### Node
- [Webpack 学习](https://github.com/nonocast/me/issues/22)
- [MQTT 学习 -- aedes](https://github.com/nonocast/me/issues/23)
- [如何表达时间? -- Unix Timestamp](https://github.com/nonocast/me/issues/8)
- [ES6 Iterator, generator and yield](https://github.com/nonocast/me/issues/35)
#### React
- [React 运行机制简单分析](https://github.com/nonocast/me/issues/21)
- [关于React App如何部署在子目录下的说明](https://github.com/nonocast/me/issues/29)
### 硬件开发
- [Crash Course: Computer Science 笔记](https://github.com/nonocast/me/issues/25)
- [什么是计算机?](https://github.com/nonocast/me/issues/16)
- [什么是单片机?](https://github.com/nonocast/me/issues/17)
### 人工智能
### 数学
- [数学基础认识](https://github.com/nonocast/me/issues/18)
- [线性代数入门](https://github.com/nonocast/me/issues/19)
深度学习涉及到的三个数学部分:
1. 微积分
2. 线性代数
3. 概率
### 通用认知
- [分析问题的一般方法](https://github.com/nonocast/me/issues/119)
### 其他
- [rmtp and hls in nginx](https://github.com/nonocast/me/issues/30)
## 博客推荐
- [IT宅-arthinking's blog - IT宅-编程技术分享站](https://www.itzhai.com)
## 文章推荐
- 网络: [两万字长文50+张趣图带你领悟网络编程的内功心法 | IT宅-arthinking's blog](https://www.itzhai.com/articles/comprehend-the-underlying-principles-of-network-programming.html)