Pinned Repositories
AgileStoryPrint
Scrum user stories generator, helper for visual management
angular2-sample
codereview-with-checkstyle
source code my one of JavaWorld articles "Automated code reviews with Checkstyle, Part 1" (http://www.javaworld.com/javaworld/jw-11-2008/jw-11-checkstyle1.html)
eclipse-to-maven
eclipse-to-maven mavenises the existing Eclipse based workspace.
index-card-printing-from-jira
If you want to print index cards for your Scrum board from Atlassian Jira, you may use this method.
mocktail
Mocktail is a tool to cache the response of potentially any Java method call on the disk.
springboot-rest-api-h2db-demo
Sample showing REST API implementation using Spring Boot and H2 db as the backend
tcpcache
tcpcache is a fork on http://ws.apache.org/commons/tcpmon/ and can be used to cache/save tcp response. From the original tcpmon source, GUI part is stripped.
theotherpages
A server side pagination framework. It can be used for both web-based and Java Swing based applications seamlessly. Also provides integration points to existing UI pagination frameworks like displaytag.
xml-utilities
Java based XML related utilities. High level APIs instead of getting into low-level XML DOM stuff.
vashishthask's Repositories
vashishthask/eclipse-to-maven
eclipse-to-maven mavenises the existing Eclipse based workspace.
vashishthask/mocktail
Mocktail is a tool to cache the response of potentially any Java method call on the disk.
vashishthask/xml-utilities
Java based XML related utilities. High level APIs instead of getting into low-level XML DOM stuff.
vashishthask/tcpcache
tcpcache is a fork on http://ws.apache.org/commons/tcpmon/ and can be used to cache/save tcp response. From the original tcpmon source, GUI part is stripped.
vashishthask/codereview-with-checkstyle
source code my one of JavaWorld articles "Automated code reviews with Checkstyle, Part 1" (http://www.javaworld.com/javaworld/jw-11-2008/jw-11-checkstyle1.html)
vashishthask/springboot-rest-api-h2db-demo
Sample showing REST API implementation using Spring Boot and H2 db as the backend
vashishthask/angular2-sample
vashishthask/index-card-printing-from-jira
If you want to print index cards for your Scrum board from Atlassian Jira, you may use this method.
vashishthask/CleanCodeSession
vashishthask/dotfiles
my dot files
vashishthask/driver-verification
Grails based sample application
vashishthask/excalidraw-with-postgres-collab
vashishthask/fasd
Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
vashishthask/geb-example-grails
vashishthask/GildedRose-Refactoring-Kata
Starting code for the GildedRose Refactoring Kata in many programming languages.
vashishthask/karma-jasmine-sample
vashishthask/martin-fowler-refactoring-2nd
Practice refactoring techniques in the Martin Fowler's Refactoring 2nd edition
vashishthask/mural-templates
vashishthask/my_first_blog
vashishthask/OSSRH-84504
vashishthask/panel-app
vashishthask/Parrot-Refactoring-Kata
Kata to help practice Pollymorphism (with apologies to Martin Fowler's "Refactoring")
vashishthask/Racing-Car-Katas
The starting code for several code katas on a racing car theme
vashishthask/study-path
A study path about Clean Code, TDD, Legacy Code, Refactoring and IDD
vashishthask/Sublime-Text-Preferences
A place to keep track of my Sublime Text user preferences
vashishthask/SupermarketReceipt-Refactoring-Kata
This is a refactoring kata based on the one described in http://codekata.com/kata/kata01-supermarket-pricing/
vashishthask/tdd-with-ts
vashishthask/TDDIntro
vashishthask/Tennis-Refactoring-Kata
Starting code for a Refactoring Code Kata on the Tennis rules
vashishthask/Theatrical-Players-Refactoring-Kata
Example from first chapter of 'Refactoring' by Martin Fowler, with tests and translations