All Projects → ecmadao → Coding Guide

ecmadao / Coding Guide

Licence: apache-2.0
自己随手记录的东西

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Coding Guide

Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (-73.83%)
Mutual labels:  blog, learning
Blog
刘博文(Berwin),花名“玖五”,畅销书《深入浅出Vue.js》作者、Speaker、阿里巴巴集团前端技术专家,天猫双11大促会场消防员、现负责包含天猫双11在内的超大型营销活动的终端渲染架构与专项PM。
Stars: ✭ 3,773 (+172.81%)
Mutual labels:  blog, learning
Iblog
🖋 (issues blog) 欢迎订阅(watch👀) 收藏(star)
Stars: ✭ 194 (-85.97%)
Mutual labels:  blog, learning
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (-93.56%)
Mutual labels:  blog, learning
Deeru
DeerU is a content management system, used for blogs. ( DeerU 是一个开源博客系统 )
Stars: ✭ 100 (-92.77%)
Mutual labels:  blog
Sigma
Rocket powered machine learning. Create, compare, adapt, improve - artificial intelligence at the speed of thought.
Stars: ✭ 98 (-92.91%)
Mutual labels:  learning
Linkedin Learning Video Downloader
LinkedIn video learning video downloader July 2019
Stars: ✭ 98 (-92.91%)
Mutual labels:  learning
Dream
我是 yck,✍️ 这里是写博客以及记录学习的地方
Stars: ✭ 1,341 (-3.04%)
Mutual labels:  blog
Rexlin600.github.io
系列博客、涵盖领域广、不定时更新、欢迎加入
Stars: ✭ 102 (-92.62%)
Mutual labels:  blog
Gatsby Theme Chronoblog
⏳ Chronoblog is a Gatsbyjs theme specifically designed to create a personal website. The main idea of ​​Chronoblog is to allow you not only to write a personal blog but also to keep a record of everything important that you have done.
Stars: ✭ 101 (-92.7%)
Mutual labels:  blog
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (-1.81%)
Mutual labels:  blog
Comfy Blog
Blog Engine for ComfortableMexicanSofa (Rails 5.2+)
Stars: ✭ 98 (-92.91%)
Mutual labels:  blog
Lipi
A simple static blog generator.
Stars: ✭ 100 (-92.77%)
Mutual labels:  blog
Elastiquill
Modern blog engine running on Elasticsearch
Stars: ✭ 98 (-92.91%)
Mutual labels:  blog
Awesome Katas
A curated list of code katas
Stars: ✭ 1,366 (-1.23%)
Mutual labels:  learning
Awesome Software Engineer Topics
A list of useful articles and videos generated from my Instapaper archived list on Software Design, Testing, Public Speaking, etc.
Stars: ✭ 97 (-92.99%)
Mutual labels:  learning
Study Path
An organized learning path about Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
Stars: ✭ 1,357 (-1.88%)
Mutual labels:  learning
Blog
博客文章 markdown 源文件
Stars: ✭ 100 (-92.77%)
Mutual labels:  blog
Engineering Blog
📝 We write about our technologies and the problems we handle at scale.
Stars: ✭ 99 (-92.84%)
Mutual labels:  blog
Blog
Welcome to ansheng’s blog!
Stars: ✭ 99 (-92.84%)
Mutual labels:  blog

Table of Contents generated with DocToc

Coding-Guide

个人学习笔记与博文

Menu

专题

JavaScript

关于项目

关于产品

Koa2系列教程

扩展:

Python3系列教程

扩展:

Python进阶

Ember文档翻译系列(V2.8.0)

算法 & ML

好玩的

优点:web写法(其实就是前端),一次书写可编译成多平台应用

缺点:打包后体积太大。经验不足的开发者容易把它做成和web没有太大差别,仅仅是外面套了个壳的应用。和原生应用相比,可获取的系统接口还是太少,一般情况下没有太大开发意义,产品易被网页版取代

优点:Redux鼻祖。纯函数式编程,简洁,漂亮。

缺点:学习和开发、维护成本偏高。很少运用于生产环境

优点:没玩过weex,除此以外RN是我见过的性能最好对React栈前端尤其友好的跨平台框架。生产环境下编译后应用运行速度不会比原生差很大。

缺点:交互弱。属于跨平台框架通病

一个React小时选择组件,支持24小时/12小时制

【Hands Chopping】【剁手党】Python3编写的爬取淘宝/京东命令行工具。使用xpath + Selenium

基于Mac神器Alfred的一个Todo App,使用Python2编写

优点:Alfred插件可以拿多种脚本语言编写,甚至可以和系统API联动

缺点:可惜的是目前Alfred还不支持Python3,以及对于第三方库的支持也不太友好。

一个Chrome扩展程序 + 对应的前后端(Koa2 + react),作用是快速保存页面或者页面上选择的文本,用于阅读文章时的摘记和整理

初版已部署上线:clipercliper chrome extension

提高 pull request 创建 / code review 体验,在仓库主页展示其大小和相关推荐的开源项目

download in chrome extension store

源码解读

大部分位于 github 仓库:code-analysis

状态管理插件,本质上就是一个函数库

基于jQuery的图片懒加载插件

一个兼容多平台多种类浏览器的 notification 插件

一个依赖于 jQuery 的插件,提供按键监听

通过封装localStorage API,提供了友好的操作,并兼容IE

一个在页面(或特定容器)顶部创建进度条的插件

Object.assignponyfill,兼容性很好

js-bits

使用代码解释JavaScript的概念,翻译自vasanthk/js-bits,已获得作者授权。

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].