将感悟心得记于此,重启程序员模式。

js, py, c++, java, php

融汇之全栈系列


[Full-stack] 快速上手开发 - React

[Full-stack] 状态管理技巧 - Redux

[Full-stack] 网页布局艺术 - Less

[Full-stack] 异步即时通信 - Async

[Full-stack] 跨平台大框架 - RN

[Full-stack] 世上最好语言 - PHP

贯通之语言比对


/* 这部分有点全栈系列的味道,日后进阶 */

语言与框架


语言 - PYTHON 基础

【此三篇未来可考虑归为所谓智能系列】

[PyData] Web Crawler - What is Beautiful Soup

[PyData] *Data Preprocessing and Cleaning

[PyData] *Data Representation - mgrid

[PyProj] How to be professional - Python Programming Books

[PyProj] Think in Python : Number

[PyProj] Think in Python : Extended - numpy

[PyProj] Think in Python : Strings, Lists, Dictionaries, Tuples, Set

[PyProj] Think in Python : Files

[PyProj] Think in Python : Extended - load data

[PyProj] Think in Python : Statements

[PyProj] Think in Python : Functions and Modules

[PyProj] Think in Python : Regex

语言 - PHP 基础

[PHP] 01 - Hypertext Preprocessor                   【Trait 概念】

[PHP] 02 - Namespace & Class                        【命名空间的理解】

[PHP] 03 - Form & Input

[PHP] 04 - Upload files

[PHP] 05 - Cookie & Session

[PHP] 06 - Security: Error, Exception and Filter

[PHP] 07 - Json, XML and MySQL

[PHP] 08 - AJAX

[PHP] 09 - PHP 7

语言 - JS 基础

[JS] Topic - why "strict mode" here                                 【3. 其中有一个方法】

[JS] Topic - this is ”closure“

[JS] Topic - variable and function hoisting

[JS] Topic -Object.create                                               【1. 跟类、对象、原型相关的知识点,有必要细看】

[JS] Topic - define "class" by tricky methods【重点】 【2. 结合类,复习一遍】

[JS] Topic - hijack this by "apply" and "call"

[JS] Topic - Object.create vs new

[JS] JS Basic : compare with c#

[JS] ECMAScript 6 - Variable : compare with c#

[JS] ECMAScript 6 - Destructuring

[JS] ECMAScript 6 - String, Number, Function : compare with c#

[JS] ECMAScript 6 - Array : compare with c#

[JS] ECMAScript 6 - Object : compare with c#

[JS] ECMAScript 6 - Prototype : compare with c#

[JS] ECMAScript 6 - Class : compare with c#

[JS] ECMAScript 6 - Inheritance : compare with c#

[JS] ECMAScript 6 - Async : compare with c#               【重点课题,尤其是与nodejs的关系】

[JS] ECMAScript 6 - Set & Map : compare with c#        【新课题】

后端 - Laravel 基础

# 基础概念

[Laravel] 01 - Love beautiful code? We do too.

[Laravel] 02 - Route and MVC

[Laravel] 03 - DB facade, Query builder & Eloquent ORM

[Laravel] 04 - Blade templates

[Laravel] 05 - Controller

# 表单项目

[Laravel] 06 - Project: from Usercase to View

[Laravel] 07 - Project: functions in Controller

# 高级功能

[Laravel] 08 - Auth & Data Migration

[Laravel] 09 - Functional models

# PHP API

[Laravel] 10 - WEB API : wrapper

[Laravel] 11 - WEB API : cache & timer

[Laravel] 12 - WEB API : cache implement

[Laravel] 13 - WEB API : update & error tracking

# Laravel API

[Laravel] 14 - REST API: Laravel from scratch

[Laravel] 15 - REST API: sidebar with unit test

# 数据库

[Laravel] 16 - DB: Eloquent

后端 - NODE JS 基础

[Node.js] 00 - Where do we put Node.js                        【前后端分离的思想】

[Node.js] 01 - How to learn node.js

[Node.js] 02 - Read Eval Print Loop

[Node.js] 03 - Buffer, Stream and File IO

[Node.js] 04 - Event and Callback

[Node.js] 05 - Modules and Function

[Node.js] 06 - Multi-thread and process module

[Node.js] 07 - Html and Http

[Node.js] 08 - Web Server and REST API

[Node.js] 09 - Connect with Database

后端 - SERVER-LESS

# 是个什么

[AWS] Serverless

# 用户管理

[AWS] User management

[AWS] SSO: Single sign-on

[AWS] OAuth2.0

[AWS] Amazon Cognito

# 网站部署

[AWS] Deploy react project on EC2

前端 - UI 基础

[UI] 01 - CSS

[UI] 02 - Layout & CSS3

[UI] 03 - Bootstrap: component

[UI] 04 - Bootstrap: layout & navigation

[UI] 05 - Bootstrap: built-in components

[UI] 06 - jQuery

前端 - REACT JS 基础

[React] 01 - Intro: javaScript library for building user interfaces

[React] 02 - Intro: why react and its design pattern

[React] 03 - Intro: react.js in twelve demos

[React] 04 - Intro: MongoDB becomes popular

[React] 05 - Route: connect with ExpressJS         【Nodejs + Express + MongoDB 基础篇】

[React] 06 - Route: koa makes your life easier

[React] 07 - Flux: uni-flow for react                  【Flux乃Redux的前辈】

[React] 08 - Tutorial: code-behind            【"client.js进化" 展示 “代码分离"】

[React] 09 - Tutorial: components            【组件学习】

[React] 10 - Tutorial: router

[React] 11 - Redux: redux

[React] 12 - Redux: async & middleware

[React] 13 - Redux: react-redux

[React] 14 - Redux: Redux Saga

[React] 15 - Redux: practice IM

[React] 16 - Topic: Mixins & Higher-Order Components

以上是最近整理,有点杂,之后以专题为主学习,击破重难点。

架构与模式


PM之架构

[Arch] 01. Before Design Patterns - UML

[Arch] 02. Design principle and Software Pattern

[Arch] 03. Practice UML in project

[Arch] 04. Software Architectural Patterns

CODE之设计

[设计模式文章开始,基于<node.js设计模式>]

石器时代笔记


# 指导:本篇底部是底层语言与基础,越上面越偏向于框架。

编程语言 - C系列 (重新架构中)

基础:

[c++] STL = Standard Template Library

[c++] Associative Containers

[c++] Iterators

[c++] Class

[c++] Copy Control

[c++] Operator overloading

[c++] Callable Objects

[c++] Exceptions

[c++] Smart Pointers

[c++] constexpr and literal class

[c++] Templates

其他:

[Qt5] How to connect c++ with QML

[Qt5] Develop openCV3 by QML on Qt-creator

[Link Qt] Qt Quick 图像处理实例之美图秀秀

[Link Valgrind] linux下利用valgrind工具进行内存泄露检测和性能分析

[Link Valgrind] Qt Creator Valgrind内存分析前端(分析Nginx内存)

[Unity3D] C# Basic : Gameplay Scripting

[Android] Java Basic : preview

操作系统 - Linux系统编程 & C language

等待队列

Linux's Heartbeat

自旋锁,旋啊旋

内核里的红黑树

ADD系统调用

系统调用之“一调到底”

Starting from fork(...)

I need a Page!

a.out run!

挂个文件系统

内核回调 之 一"读"到底

switch为何高效率

char的符号,有木有

More about Struct&Union

Sort for Fun!

山寨内核Makefile之“天龙八部”

当c遇到OOA,初探

~Linux C_1_一些细节

~Linux C_2/3/11_GDB DEBUG

~Linux C_4_调错实例

~Linux C_5/6/7/12_ELF链接

~Linux C_8/14_作用域

~Linux C_13_变量存储布局

~Linux C_16_预处理

[Optimisation] Read & Write file on Hard Disk

底层硬件 - ARM驱动开发

网桥一二三

神灯亮起来

网卡驱动DM9000(1)

网卡驱动DM9000(2)

~Datasheet - MemoryController

~Datasheet - DMA

~Datasheet - IIS

~Datasheet - Nand

~Datasheet - Clock

~Datasheet - RTC, WATCHDAG

~Datasheet - AC97

Communication - 01.Foreword

Communication - 02.Call U

Communication - 03.RILC


Everything here starts from 2011

本人SW知识体系导航 - Programming menu的更多相关文章

  1. 本人AI知识体系导航 - AI menu

    Relevant Readable Links Name Interesting topic Comment Edwin Chen 非参贝叶斯   徐亦达老板 Dirichlet Process 学习 ...

  2. 【重构前端知识体系之HTML】讲讲对HTML5的一大特性——语义化的理解

    [重构前端知识体系之HTML]讲讲对HTML5的一大特性--语义化的理解 引言 在讲什么是语义化之前,先看看语义化的背景. 在之前的文章中提到HTML最重要的特性,那就是标签.但是项目一大,标签多的看 ...

  3. Canvas 知识体系简单总结

    Canvas 知识体系简单总结 标签(空格分隔): HTML5 Canvas 本文原创,如需转载,请注明出处 前言 知识点零零散散,一个上午整理了一下,内容不多,方便记忆. 本文不是教程,如需教程移步 ...

  4. github上最全的资源教程-前端涉及的所有知识体系

    前面分享了前端入门资源汇总,今天分享下前端所有的知识体系. 个人站长对个人综合素质要求还是比较高的,要想打造多拉斯自媒体网站,不花点心血是很难成功的,学习前端是必不可少的一个环节, 当然你不一定要成为 ...

  5. android知识体系

    1.Android架构分为4层*应用程序层 Android会同一系列核心应用程序包一起发布,该应用程序包包括email客户端,SMS短消息程序,日历,地图,浏览器,联系人管理程序等.所有的应用程序都是 ...

  6. 从输入URL到页面加载的过程?如何由一道题完善自己的前端知识体系!

    前言 见解有限,如有描述不当之处,请帮忙指出,如有错误,会及时修正. 为什么要梳理这篇文章? 最近恰好被问到这方面的问题,尝试整理后发现,这道题的覆盖面可以非常广,很适合作为一道承载知识体系的题目. ...

  7. Android 开发知识体系

    知识体系 1.Unix/Linux平台技术:基本命令,Linux下的开发环境 2.企业级数据库技术:SQL语言.SQL语句调优.Oracle数据库技术 3.Java 语言核心技术:Java语言基础.J ...

  8. ACM数学知识体系

    在盛情收到学弟邀请给他们整理ACM数学方面的知识体系,作为学长非常认真的弄了好久,希望各学弟不辜负学长厚爱!!!非常抱歉因为电脑全盘格式化好多word.PPT都丢失,我尽量具体地给大家找到各知识点学习 ...

  9. github上最全的资源教程-前端涉及的所有知识体系【转】

    github上最全的资源教程-前端涉及的所有知识体系[转自:蓝猫的博客] 综合类 综合类 地址 前端知识体系 http://www.cnblogs.com/sb19871023/p/3894452.h ...

随机推荐

  1. Flask 三方组件 Flask-Session

    使用 from flask import session, Flask from flask_session import Session from redis import Redis app = ...

  2. 利用Ajax和JSON实现关于查找省市名称的二级联动功能

    功能实现的思路:我们经常碰见网上购物时候填写收件地址会用到这个查找省市县的三级联动查找功能,我们可以利用Ajax和JSON技术模拟这个功能,说白了同样是使用Ajax的局部数据更新功能这个特性.因为省市 ...

  3. Chars模拟弱网测试

    1.打开chars,选择[proxy]-[throttle settings] 2.勾选[enable throttling],并配置.

  4. JWTtoken的原理以及在django中的应用

    JWT 在用户注册或者登陆完成之后,记录用户状态,或者为用户创建身份凭证(功能类似于session的作用). 什么是JWT Json web token (JWT), 是为了在网络应用环境间传递声明而 ...

  5. 【原】通过AOP实现MyBatis多数据源的动态切换

    [环境参数]1.开发框架:Spring + SpringMVC + MyBatis 2.数据库A的URL:jdbc.url=jdbc:mysql://172.16.17.164:3306/ test? ...

  6. GMA Round 1 相交

    传送门 相交 在实数范围内,设抛物线$C_1:y^2=2x$,双曲线:$C_2:\frac{y^2}{b^2}-\frac{x^2}{a^2}=1$(a,b为参数). 假如a和b都在(0,16)这个区 ...

  7. 在 iOS 中信任手动安装的证书描述文件

    在 iOS 10.3 及更高版本中,手动安装包含证书有效负载的描述文件时,这个证书不会自动受 SSL 信任.   在安装通过电子邮件发送给您或从网站下载的描述文件时,您必须手动开启受 SSL 信任. ...

  8. golang dlv 远程调试

    因为不知道delvel 是如何设置源码的,本地编译的上传到服务器上,服务器要调试看不到源码,很是忧伤,所以干脆使用远程调试吧: 在服务器上 ps x|grep game 查找到gameserver的进 ...

  9. DBS:TestSystem

    ylbtech-DBS:TestSystem   A, 返回顶部 2. -- ================================= -- 类别表 -- ================= ...

  10. ELK架构设计

    1.架构一 2.架构二 3.架构三 4.架构四 示例1: 示例二: ELKB简述 E:Elasticsearch 是一个基于Lucene的分布式搜索和分析引擎,具有高可伸缩.高可靠和易管理等特点.支持 ...