Praveen Mooli
praveenm
Engineering Manager | Taylor and Francis
Recent Tech Decisions
21 points

Companies
Tools praveenm is Following

Bitbucket
Bitbucket gives teams one place to plan projects, collaborate on code, test and deploy, all with free priva...
BrowserStack
BrowserStack is the leading test platform built for developers & QAs to expand test coverage, scale & optim...
Docker
The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, en...
Jasmine
Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DO...
gulp
Build system automating tasks: minification and copying of all JavaScript files, static images. More capabl...
Bower
Bower is a package manager for the web. It offers a generic, unopinionated solution to the problem of front...
Gradle
Gradle is a build tool with a focus on build automation and support for multi-language development. If you ...
Java
Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are...
Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for d...
AngularJS
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good...
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technolog...
ExpressJS
Express is a minimal and flexible node.js web application framework, providing a robust set of features for...
Terraform
With Terraform, you describe your complete infrastructure as code, even as it spans multiple service provid...
Karma
Karma is not a testing framework, nor an assertion library. Karma just launches a HTTP server, and generate...
Selenium
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is...
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows t...
JUnit
JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit...
Mockito
It is a mocking framework that tastes really good. It lets you write beautiful tests with a clean & simple ...
Dropwizard
Dropwizard is a sneaky way of making fast Java web applications. Dropwizard pulls together stable, mature l...
Nightwatchjs
Nightwatch.js is an easy to use Node.js based End-to-End (E2E) testing solution for browser based apps and ...
powermock
PowerMock is a Java framework that allows you to unit test code normally regarded as untestable.
rest-assured
Java DSL for easy testing of REST services