One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| // <script src="angular.min.js"></script> | |
| (function(name, factory) { | |
| // our basic IO module system that stores every module on modules with the "file" namespace | |
| // please use something like browserify rather than rolling your own like this | |
| window.modules = window.modules || {}; | |
| window.require = window.require || function require(name) { return window.modules[name] || window[name]; }; | |
| var exports = {}; factory(exports, window.require); | |
| window.modules[name] = exports; | |
| }('TodoService', function(exports, require) { |
| #!/bin/bash | |
| PROJECT_NAME=MyApp | |
| SCHEME_NAME=MyApp | |
| STARTTIME=$(date +%s); | |
| set -e | |
| set -x | |
| ### Install dependencies | |
| echo "--- Install dependencies [Time Elapsed $(($(date +%s) - $STARTTIME))s]" |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
The following guide will show you how to deploy a simple microservice written in JavaScript using 𝚫 now.
It uses Open Source tools that are widely available, tested and understood:
This list is constantly updated and contains the books I remember I've read in the last years about computer science, web development, startups, economy, psychology, statistics, productivity, etc.