Tools Every Web Developer should be Aware of.
TYPESCRIPT:
Typescript is an Open-source programming language developed and maintained by Microsoft. It is strict syntactic superset of JavaScript, and adds optional static typing to the Language.
Webpack:
Webpack is an-open source JavaScript module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling or *packaging* just about any resource or asset.
SASS:
Syntactically Awesome Style Sheet is a mature, stable and powerful professional grade *CSS extension language.*
VUE:
Vue is an open-source JavaScript framework for building user interfaces and single-page applications.
Nginx:
Nginx is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. The software was created by igor Sysoev and first publicly released in 2004.
MongoDB:
MongoDB is a cross-platform document oriented database program. It is issuer under the server side public license.
Node:
Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside the browser.
Ruby on Rails:
Ruby on Rails is a server web application framework written in Ruby under the MIT licence. Ruby is a MVC framework, providing default structures for a database, a web service and web pages.
React:
React is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and Companies.
Grunt:
Grunt is a JavaScript task runner, a tool used to automatically perform *requent tasks such as minification, compilation, unit testing and linting. It uses a Command-line interface to run custom tasks defined in a file.
Docker:
Docker is a Computer program that performs operating system level virtualization, also known as containerization Docker is used to run software packages called " Containers".
Bootstrap:
Bootstrap is a free and open-source front-end librar* for developing websites and web applications.
Haml:
Haml is a templating system that is designed to avoid writing inline code in a web document and make the HTML cleaner. Haml gives the flexibility to have some dynamic content in HTML.
Angular:
Angular is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a Community of individuals and Corporation.
Comments
Post a Comment