Nodejs的第一个上手小项目, 就是尝试自己在本地的页面来发送Ajax请求, 并且通过nodejs的json文件返回后以比较优雅的前端样式呈现出来。 算是再一次复习了Bootstrap, fontawesome库的调用, 以及一些jquery的语法。 仔细回想, 其实nodejs的后端开发和rails\django的router的本质都是一样的, 以前在还没有理解实质的时候就上手实战, 现在慢慢理解了才能够融会贯通, 现在的开发速度大大进步了。 同时也学会了如何允许CORS的请求, 和正则匹配的部分细节。
Online messege sending后端C实现版
原型是最近一门课的作业, 这是我在过程中记下的一些手记心得, 都是我认为是值得关注的地方。 未来会把这些后端函数加入TCP协议, 更贴近实战使用吧。基础的数据结构主要是链表, 算是用C自己再复习一遍链表实现。算法嘛?没有算法😂不需要考虑性能也就没有考虑算法优化咯。
Responsive web design[第三期]-js动画
Introduce greensock library to javascript, along with GPU acceleration to create high-quality and smooth animations.
Memory allocation in C
Learning memory allocation in C for beginners will be totally a pain. This post, distilled from course materials, will provide you a practice guide and example coding snippets to help you learning more and fast in C programming language. It is cherishable, at least to me :)
象征与符号
是什么,在流血。
Responsive web design[第二期]-position/overlay
在使用position等css属性的时候会经常在’absolute’,’relative’和’static’上进坑。 本文从实战的角度介绍position的各种应用和如何添加一层优雅的渐变背景过渡层。
Flexbox website layout - Intro
My first attempt to build up a responsive website using Flexbox layout. Check Live Demo here!
Twitter engine in React
The hand-on project to get myself familiar with React.js, which pulls the latest post from Twitter by using a nodejs module in client-side javascript and allows users to form their own collections and share them via Codepen or other platforms.
D3js in 3D [Animation focus]
D3js in 3D
Create a virtual-reality-like scene in mobile and desktop. Using D3js to do the math! Check out Live Demo now!