https://github.com/autholykos/tutorials
https://github.com/autholykos/tutorials
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/autholykos/tutorials
- Owner: autholykos
- Created: 2015-03-21T10:09:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T12:37:28.000Z (over 11 years ago)
- Last Synced: 2025-03-04T19:46:54.810Z (over 1 year ago)
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tutorials
## SPARC backend stack
In the context of the [SPARC](http://beestar.eu) project, there are a number of technologies that we are using. Even though I am not developing on a regular basis, it is still useful for me to hack stuff here and there from time to time.
Some quick infos about the underlined tech stack follow
* [SPARC](SPARC/README.md) contains generic info about the project
* [Node.js](https://nodejs.org) is the webserver and `NIO` framework powering the backend
* [Handlebar](SPARC/handlebars.md) is the template engine we use
* [Restify](SPARC/restify.md) is the `REST API` engine
## VIM as an IDE
VIM is quite mindtwisting and I feel there are very few people that truly master that editor. Nonetheless, its versatility and power do not cease to amaze me.
A collection of miscellaneous information and problems I stumble upon can be found under [Vim howtos](Vim/README.md)
## Some Other random stuff
Since I love technologies in general, and python in particular, sometimes I will explore some other tech-stacks unrelated to my daily job