Pinned Repositories
ArmstrongNumbers
Implementation of the algorithm for finding the Armstrong numbers on java.
ArmstrongNumbersCSharp
ArmstrongNumbersJs
Implementation of the algorithm for finding the Armstrong numbers on javascript.
CommentService
Demo project to show how JFixtures works on practice. https://github.com/vkorobkov/jfixtures
GoArmstrongNumbers
Implementation of the Armstrong number (https://en.wikipedia.org/wiki/Narcissistic_number) search algorithm on GoLang.
jfixtures
A tool for populating relational databases with yml-based test data
PyArmstrongNumbers
Implementation of the Armstrong numbers (https://en.wikipedia.org/wiki/Narcissistic_number) search algorithm on Python.
ShoppingList
This is a simple project which is based on spring-boot and uses Maven, H2 database, JPA, Thymeleaf template engine, Bootstrap, Docker and contains JUnit tests.
ShoppingListDjango
This is a simple project which is based on Django framework
TwoLevelCache
Create a configurable two-level cache (for caching Objects). Level 1 is memory, level 2 is filesystem. Config params should let one specify the cache strategies and max sizes of level 1 and 2.
rodionovsasha's Repositories
rodionovsasha/jfixtures
A tool for populating relational databases with yml-based test data
rodionovsasha/ShoppingList
This is a simple project which is based on spring-boot and uses Maven, H2 database, JPA, Thymeleaf template engine, Bootstrap, Docker and contains JUnit tests.
rodionovsasha/ArmstrongNumbers
Implementation of the algorithm for finding the Armstrong numbers on java.
rodionovsasha/CommentService
Demo project to show how JFixtures works on practice. https://github.com/vkorobkov/jfixtures
rodionovsasha/TwoLevelCache
Create a configurable two-level cache (for caching Objects). Level 1 is memory, level 2 is filesystem. Config params should let one specify the cache strategies and max sizes of level 1 and 2.
rodionovsasha/ArmstrongNumbersCSharp
rodionovsasha/ArmstrongNumbersJs
Implementation of the algorithm for finding the Armstrong numbers on javascript.
rodionovsasha/GoArmstrongNumbers
Implementation of the Armstrong number (https://en.wikipedia.org/wiki/Narcissistic_number) search algorithm on GoLang.
rodionovsasha/PyArmstrongNumbers
Implementation of the Armstrong numbers (https://en.wikipedia.org/wiki/Narcissistic_number) search algorithm on Python.
rodionovsasha/ShoppingListDjango
This is a simple project which is based on Django framework
rodionovsasha/ShoppingListReactJs
This is a simple project which is based on spring-boot as a backend for REST API and ReactJs as a frontend.
rodionovsasha/ShoppingListVueJs
This is a simple project which is based on spring-boot as a backend for REST API and VueJs as a frontend.
rodionovsasha/UITestTask
UI test task
rodionovsasha/XSLTTestTask
Write xslt-template that converts the source XML in the resulting XML, in which <math> elements will be numbered (attribute number must be added) in ascending order, taking into account the final location where <feature> elements will take the place of <featureAnchor> with the corresponding id.