All Projects → qianlongo → Resume Native

qianlongo / Resume Native

Licence: mit
一个用原生js写的会动的简历

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Resume Native

volodymyrkushnir.dev
My very own personal website. Basically this is just a résumé.
Stars: ✭ 16 (-95.79%)
Mutual labels:  resume
Jekyll Theme Minimal Resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/
Stars: ✭ 269 (-29.21%)
Mutual labels:  resume
Simple Resume Cv
Template for a simple resume or curriculum vitae (CV), in XeLaTeX.
Stars: ✭ 333 (-12.37%)
Mutual labels:  resume
Tim-Baker-Personal-Website
My personal website built with ReactJS
Stars: ✭ 23 (-93.95%)
Mutual labels:  resume
Ai Job Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
Stars: ✭ 3,191 (+739.74%)
Mutual labels:  resume
Linkedin To Json Resume
An exporter from a LinkedIn profile to JSON Résumé
Stars: ✭ 276 (-27.37%)
Mutual labels:  resume
linkedin-pdf-resume-parser
Parse LinkedIn PDF Resume and extract out name, email, education and work experiences.
Stars: ✭ 22 (-94.21%)
Mutual labels:  resume
Resume Website
jsonresume website 🏡
Stars: ✭ 351 (-7.63%)
Mutual labels:  resume
Prdownloader
PRDownloader - A file downloader library for Android with pause and resume support
Stars: ✭ 2,947 (+675.53%)
Mutual labels:  resume
Personal Site
My personal website - built with React, React-Router, React-Snap for Static-Export, and GitHub Pages.
Stars: ✭ 324 (-14.74%)
Mutual labels:  resume
nikronic.github.io
My Resume Website
Stars: ✭ 14 (-96.32%)
Mutual labels:  resume
resume
Universal Résumé template rebuilt with React, renders from JSON config
Stars: ✭ 23 (-93.95%)
Mutual labels:  resume
Pyresparser
A simple resume parser used for extracting information from resumes
Stars: ✭ 297 (-21.84%)
Mutual labels:  resume
weijiyang.github.io
😛 个人简历 & 博客
Stars: ✭ 25 (-93.42%)
Mutual labels:  resume
React Awesome Resume
a resume by using Luy/React
Stars: ✭ 337 (-11.32%)
Mutual labels:  resume
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (-56.58%)
Mutual labels:  resume
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (-28.68%)
Mutual labels:  resume
Researcher
A jekyll based resume template
Stars: ✭ 367 (-3.42%)
Mutual labels:  resume
Awesome Resume
Resume,Resume Templates,程序员简历例句,简历模版,
Stars: ✭ 4,300 (+1031.58%)
Mutual labels:  resume
Fe Interview
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
Stars: ✭ 19,638 (+5067.89%)
Mutual labels:  resume

resume-native

个人简历原生实现版本

预览

预览

异步流程控制说明

可以切换到以下不同的分支来查看,简历生成过程中异步流程控制解决方案

  1. master(使用回调函数处理)
  2. promise(使用promise处理)
  3. generator-thunk(使用generator + thunk函数处理)
  4. generator-promise(使用generator + promise处理)
  5. async(使用async处理)

install

yarn i

run

npm run dev

preview

localhost:8080

or

127.0.0.1:8080

or

0.0.0.0:8080

build

npm run build

co源码分析

其实开始对generator感兴趣,正是由写这个会动的简历开始,一步步弄明白了怎么使用,以及通过它来解决一些异步流程控制问题。而co这个东西是什么呢?其正是解决上述问题的非常好的方案。所以打算写一篇走一步再走一步,揭开co的神秘面纱源码分析的文章。放在这个仓库里,也是有一定的纪念意义。

koa源码分析(进行中)

最近的工作涉及到编写nodejs的事情,而使用的框架正是横向同事基于koa而搭建的,虽然平时使用起来没有什么问题,但是总想整明白框架本身到底是怎么回事,既然框架本身是基于koa而搭建,那么先熟悉和了解koa的源码,再去看同事搭建的框架应该会更好,说干就干...

你知道koa中间件执行原理吗?

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].