Pinned Repositories
Location-based-project-distribution
A website to publish a list of my academic projects and hosted it on Heroku. Used AJAX and jQuery libraries as Client side framework and Node.js as a server side environment. As a part of server side environment, I used JavaScript to dynamically modify the contents of the page, queried the data using RESTful web services. At the client side, AJAX-style calls to RESTful web services are performed. Added a data storage option for the above project, by using mLab database available on Heroku server. At the browser or client side, made AJAX style requests to the server in specific time intervals where each request loads a single record from the database and displays it on the webpage.
REST-APIs-using-CSharp-.NET-Framework
Implemented RESTful Web Services (using HTTP methods GET, PUT, POST, DELETE, HEAD) using C# language in .NET framework, for querying automobiles database.
Weather-Details-Web-Application
A web application to get information about a city's weather and provide advice suitable measures according to weather conditions.
Two-Phase-Locking
Demonstrated rigorous two-phase locking for transaction processing by implementing the would-wait algorithm using Hash Map, Priority Queue and List data structures. Environment: MySQL, Java, Eclipse
MatchFacts
This application gives us detailed facts and data related to Matches played over the years!
ember-crud
ember-acceptance-test
User Acceptance Testing
aishwaryarajan75
Config files for my GitHub profile.
ember-testing
All kind of test phases - unit/acceptence/integration - to be completed yet
factory-guy-example
aishwaryarajan75's Repositories
aishwaryarajan75/aishwaryarajan75
Config files for my GitHub profile.
aishwaryarajan75/MatchFacts
This application gives us detailed facts and data related to Matches played over the years!
aishwaryarajan75/factory-guy-example
aishwaryarajan75/ember-testing
All kind of test phases - unit/acceptence/integration - to be completed yet
aishwaryarajan75/ember-acceptance-test
User Acceptance Testing
aishwaryarajan75/ember-crud
aishwaryarajan75/REST-APIs-using-CSharp-.NET-Framework
Implemented RESTful Web Services (using HTTP methods GET, PUT, POST, DELETE, HEAD) using C# language in .NET framework, for querying automobiles database.
aishwaryarajan75/Location-based-project-distribution
A website to publish a list of my academic projects and hosted it on Heroku. Used AJAX and jQuery libraries as Client side framework and Node.js as a server side environment. As a part of server side environment, I used JavaScript to dynamically modify the contents of the page, queried the data using RESTful web services. At the client side, AJAX-style calls to RESTful web services are performed. Added a data storage option for the above project, by using mLab database available on Heroku server. At the browser or client side, made AJAX style requests to the server in specific time intervals where each request loads a single record from the database and displays it on the webpage.
aishwaryarajan75/Two-Phase-Locking
Demonstrated rigorous two-phase locking for transaction processing by implementing the would-wait algorithm using Hash Map, Priority Queue and List data structures. Environment: MySQL, Java, Eclipse
aishwaryarajan75/Weather-Details-Web-Application
A web application to get information about a city's weather and provide advice suitable measures according to weather conditions.