1. AngularJS website - http://angularjs.org/
2. AngularJS Batarang – http://blog.angularjs.org/2012/07/introducing-angularjs-batarang.html
Chrome extension to debug
AngularJS application. Extends the Developer Tools, adding tools for debugging
and profiling AngularJS applications.
3. Bootstrap .css file => http://twitter.github.com/bootstrap/
Twitter Bootstrap is a free collection of tools for creating websites
and web applications. It contains HTML and CSS-based
design templates for typography, forms, buttons, charts, navigation and
other interface components, as well as optional JavaScript extensions
4. AMD (requirejs) - http://requirejs.org/docs/whyamd.html
The Asynchronous Module Definition (**AMD**) API specifies a
mechanism for defining modules such that the module and its dependencies can be
asynchronously loaded. This is particularly well suited for the browser environment
where synchronous loading of modules incurs performance, usability, debugging,
and cross-domain access problems.
5. Playground for WebDevelopers – http://jsfiddle.net/
jsFiddle is a playground
for web developers, a tool which may be used in many ways. You can use it as an
online editor for snippets build from HTML, CSS and JavaScript.
7. WebStorm Application can be used to perform ‘Remote Debugging’ web applications.
7. WebStorm Application can be used to perform ‘Remote Debugging’ web applications.
8. Chef is a configuration management tool written in Ruby and Erlang. It uses a pure-Ruby, domain-specific language (DSL) for writing system configuration "recipes" or "cookbooks". Chef was written by Opscode and is released as open sourceunder the Apache License 2.0. Chef is a DevOps tool used for configuring cloud services or to streamline the task of configuring a company's internal servers. Chef automatically sets up and tweaks the operating systems and programs that run in massive data centers.
9. Erlang is a general-purpose concurrent, garbage-collected programming language and runtime system. The sequential subset of Erlang is a functional language, with strict evaluation, single assignment, and dynamic typing. It was designed by Ericsson to support distributed, fault-tolerant, soft-real-time, non-stop applications. It supports hot swapping, so that code can be changed without stopping a system. Facebook uses Erlang to power the backend of its chat service, handling more than 100 million active users.It can be observed in some of its HTTP response headers.
10. Splunk - Splunk captures, indexes and correlates real-time data in a searchable repository from which it can generate graphs, reports, alerts, dashboards and visualizations. It aims tomake machine data accessible across an organization and identifies data patterns,provides metrics, diagnoses problems and provides intelligence for business operation.
11. Nagios - Nagios is an open source computer system monitor, network monitoring and infrastructure monitoring software application. Nagios offers monitoring and alerting for servers, switches, applications, and services. It alerts users when things go wrong and alerts them again when the problem has been resolved.
12. Apache POI - Pure Java libraries for reading and writing files in Microsoft Office formats, such as Word, PowerPoint and Excel.
10. Splunk - Splunk captures, indexes and correlates real-time data in a searchable repository from which it can generate graphs, reports, alerts, dashboards and visualizations. It aims tomake machine data accessible across an organization and identifies data patterns,provides metrics, diagnoses problems and provides intelligence for business operation.
11. Nagios - Nagios is an open source computer system monitor, network monitoring and infrastructure monitoring software application. Nagios offers monitoring and alerting for servers, switches, applications, and services. It alerts users when things go wrong and alerts them again when the problem has been resolved.
12. Apache POI - Pure Java libraries for reading and writing files in Microsoft Office formats, such as Word, PowerPoint and Excel.
- HSSF (Horrible SpreadSheet Format) – reads and writes Microsoft Excel (XLS) format files. It can read files written by Excel 97 onwards; this file format is known as the BIFF 8 format. As the Excel file format is complex and contains a number of tricky characteristics, some of the more advanced features cannot be read.
- XSSF (XML SpreadSheet Format) – reads and writes Office Open XML (XLSX) format files. Similar feature set to HSSF, but for Office Open XML files.