kuznic
A nerd at heart and have a passion for programming. Interested in Java, Python and C++
Ontario Canada
Pinned Repositories
api-guidelines
RESTful HTTP API guidelines and best practices.
CardFileGenerator
This tool generates card files in the standard 2 format for card production. Used by Microfinance banks to create card files for generating files to create cards for Mastercard and Verve cards
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
Eynsuree
Initial Commit
how-web-works
What happens behind the scenes when we type www.google.com in a browser?
MasterCardABU
This application is used to deploy and implement the Mastercard ABU mandate for a financial institution using the Postcard card management system from ACI
MastercardABUDeployment
Deployment Project for the Mastercar ABU solution
Meedra_Api
A python API built using the flask framework as the back-end for an ATM monitoring mobile application
Meedragon
A filling station management application
OutputFileFormatter
This application takes as input a file containing card records which is the output of a certain card management database and converts it to different format called Mobility
kuznic's Repositories
kuznic/MasterCardABU
This application is used to deploy and implement the Mastercard ABU mandate for a financial institution using the Postcard card management system from ACI
kuznic/api-guidelines
RESTful HTTP API guidelines and best practices.
kuznic/CardFileGenerator
This tool generates card files in the standard 2 format for card production. Used by Microfinance banks to create card files for generating files to create cards for Mastercard and Verve cards
kuznic/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
kuznic/Eynsuree
Initial Commit
kuznic/how-web-works
What happens behind the scenes when we type www.google.com in a browser?
kuznic/MastercardABUDeployment
Deployment Project for the Mastercar ABU solution
kuznic/Meedra_Api
A python API built using the flask framework as the back-end for an ATM monitoring mobile application
kuznic/Meedragon
A filling station management application
kuznic/OutputFileFormatter
This application takes as input a file containing card records which is the output of a certain card management database and converts it to different format called Mobility
kuznic/Palindrome
This class checks if a given string literal is palindrome using the abstract stack data structure implemented using a LinkedList
kuznic/postcard-encryptor
This application is used to hash the PAN and account id at rest in the postcard database for the card activity table as well as the tables that records limits depletion
kuznic/project-scooby
I have created this repository to serve as a test repo for trying out things I learn or need to implement in some other project
kuznic/pythonstack
implements the stack data structure in python using a python list
kuznic/TelephoneNumberWordGenerator
A program that, given a seven-digit number,writes to a file every possible seven-letter word combination corresponding to that number. There are 2,187 such combinations exclusive of phone numbers with the digits 0 and 1.
kuznic/TestWebApp