Pinned Repositories
adventOfTheCode
One of my solutions to https://adventofcode.com/2018
How-to-prepare-for-google-interview-SWE-SRE
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
java-event-endpoint
A simple java endpoint that uses sockets and google buffer protocol to send events, the other part of the application is https://github.com/mister0/python-socket-server
machine-learning-hello-world
A python "Hello world" script to introduce pandas and basic machine learning concepts
python-socket-server
A simple socket server in python that uses google buffer protocol to receive events and write it to csv file, there is an endpoint (written in java) calling this server in this repository : https://github.com/mister0/java-event-endpoint
rate-product-amazon
A microservice that uses amazon autocomplete API to estimate a score for how hot does this keyword have
TicTacToe
A java console application to implement the famous game tic-tac-toe
Trie
An implementation for the Trie data structure in one java class with tests
dctm-rest-samples
dctm-rest-samples
common-viewer
Light weight File Manager and PDF Reader in AngularJS that connects to Documentum
mister0's Repositories
mister0/How-to-prepare-for-google-interview-SWE-SRE
This repository includes resources which are more than sufficient to prepare for google interview if you are applying for a software engineer position or a site reliability engineer position
mister0/TicTacToe
A java console application to implement the famous game tic-tac-toe
mister0/python-socket-server
A simple socket server in python that uses google buffer protocol to receive events and write it to csv file, there is an endpoint (written in java) calling this server in this repository : https://github.com/mister0/java-event-endpoint
mister0/adventOfTheCode
One of my solutions to https://adventofcode.com/2018
mister0/java-event-endpoint
A simple java endpoint that uses sockets and google buffer protocol to send events, the other part of the application is https://github.com/mister0/python-socket-server
mister0/machine-learning-hello-world
A python "Hello world" script to introduce pandas and basic machine learning concepts
mister0/rate-product-amazon
A microservice that uses amazon autocomplete API to estimate a score for how hot does this keyword have
mister0/Trie
An implementation for the Trie data structure in one java class with tests