Skip to content

UNArqui17i-B/Knowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge

General knowledge to share! 🍻

Library to workwith Web Components, a platform feature for extending HTML and componentizing your apps

Software containerization platform

JavaScript runtime built on Chrome's V8 JavaScript engine

  • Node Version Manager: Easiest way to install and update NodeJS
  • Node Package Manager: NPM is the open package manager for JavaScript
  • Yarn: Fastest dependencies installer
  • Best npm packages searcher
  • Mongoose: MongoDB object modeling for NodeJS
  • Yeoman: Scaffolding tool
  • Web frameworks:
    • ExpressJS: minimal and flexible Node.js web application framework
    • KoaJS: web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs
    • SailsJS: designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with a scalable, service-oriented architecture
  • Test frameworks:
    • Mocha: run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases
    • AVA: runs your tests concurrently, which is especially beneficial for IO heavy tests. In addition, test files are run in parallel as separate processes, giving you even better performance and an isolated environment for each test file
    • Jest: mocking library for functions and modules

Open source programming language that makes it easy to build simple, reliable, and efficient software

Ruby on Rails is an open source full-stack web application framework written in Ruby. It follows the popular MVC framework model and is known for its "convention over configuration" approach to application development.

Purely Funcional Programming Language

Scalable No-SQL database

  • Tutorial
  • GridFS: storing and retrieving files that exceed the BSON-document size limit of 16 MB

HTTP accessible No-SQL database

High Performance TCP/HTTP Load Balancer

Other

License

MIT