eneskzlcn
I'm Interested in laerning new technologies. I continue to learn with curiosity by going deeper and deeper as I learn.
İstanbul
Pinned Repositories
Chess
A multiplayer Chess game made with java using TCP socket programming. There is a big game architecture, threaded server, java swing for gui elements.
currency-conversion-service
A backend service that manages the currency conversions of users.
Fatal-Climb
Exciting 'Fatal Climb' of the samurai named 'Lee'. He goes higher and higher places to show his strength.
FlyCape
Escape from ufos. There are many of them and will come over and over. Use your laser bullets, special beams, rockets, ice balloons.
goarch
Goarch is a cli tool the initializes a general Go project template for chosen architecture type. It supports for domain driven microservice architecture, n-layered backend service architecture, n-layered web application architecture for now.
manufacturing-shop-simulation
manifacturing-shop-simulation is a cli tool that provides you to simulate the behaviour of the manifacturing shop described in README with your parameters.
message-receiver-processor
3 application inside. First one is message receiver that receives messages from user and publishes a rabbitmq message with the message, sender and receiver content. Second one is message processor that consumes the messages from rabbitmq and saves them to the redis. The third one is message lister that lists all the messages between given two user.
softdare
A social media web application allows user to follow other users, publish new posts, comment on published posts, like posts or comments. Users also has their timelines according to the followed users, trend page that shows the trend posts, search operation to find another users, get mailed on account creation or notifications.
Tapple
Bubbles are spawn faster and faster. You need to pop them before they pop naturally. Try to get your highscore.
Backend
The backend part of the project written with golang. Using TDD, CDC and DDD approaches.
eneskzlcn's Repositories
eneskzlcn/currency-conversion-service
A backend service that manages the currency conversions of users.
eneskzlcn/Fatal-Climb
Exciting 'Fatal Climb' of the samurai named 'Lee'. He goes higher and higher places to show his strength.
eneskzlcn/word-frequency-finder
The program allows you to choose a directory then search a word or word group in the readable files of this directory.It allows you to learn the word's frequency in this files.How many times and which file...
eneskzlcn/goarch
Goarch is a cli tool the initializes a general Go project template for chosen architecture type. It supports for domain driven microservice architecture, n-layered backend service architecture, n-layered web application architecture for now.
eneskzlcn/morsencoder
morsencoder is an api that listens for any request to the endpoint "/encode" with a query parameter text like "/encode?text=text to morse code encode", encodes that text and returns it back to the client as string.
eneskzlcn/SomeSwiftToDo
It is a todo application created with Swift and Storyboard.
eneskzlcn/manufacturing-shop-simulation
manifacturing-shop-simulation is a cli tool that provides you to simulate the behaviour of the manifacturing shop described in README with your parameters.
eneskzlcn/message-receiver-processor
3 application inside. First one is message receiver that receives messages from user and publishes a rabbitmq message with the message, sender and receiver content. Second one is message processor that consumes the messages from rabbitmq and saves them to the redis. The third one is message lister that lists all the messages between given two user.
eneskzlcn/softdare
A social media web application allows user to follow other users, publish new posts, comment on published posts, like posts or comments. Users also has their timelines according to the followed users, trend page that shows the trend posts, search operation to find another users, get mailed on account creation or notifications.
eneskzlcn/algorithm
My solved algorithms with golang goes here.
eneskzlcn/amazon-sqs-nest-template
eneskzlcn/authentication-service-nest
That project is an authentication and login service of an application made as template with nestjs.
eneskzlcn/csv
Csv
eneskzlcn/eneskzlcn
eneskzlcn/fizz-buzz
Fizzbuzz api listens for a http request for route '/fizzbuzz/count'. When request comes, it makes an array with fizzbuzz game rules to send as response. Like [1,2,"fizz",4,"buzz"...,14,"fizzbuzz",]
eneskzlcn/Flashcards
There are inputs for question and answer. All the added question answer pairs showing on the cards in below. At the beginning the cards just show question, when you click it turns out to the answer of this question.
eneskzlcn/GuestLedgerBook
There are input boxes for email and message. Each pairs showing in a card with email as a title and message as a content.
eneskzlcn/incli
Incli is a cli api build on cobra
eneskzlcn/IsItRainyTomorrow
This project classifies given test data by the trained decision tree classifier to predict if will rain tomorrow on Aus. The pubic dataset 'weatherAUS' taken from https://www.kaggle.com/trisha2094/weatheraus
eneskzlcn/jsn
A cli tool that formats given json input and the copies to the your clipboard.
eneskzlcn/MemoryGame
A memory game used as tutorial to the both swift programming language and swift UI library. All the contents made here made by watching the series of ios development published by stanford university youtube channel.
eneskzlcn/NetflixClone
A netflix clone mobile application getting developed for educational purposes with swift uı kit
eneskzlcn/pact-cdc
Consumer driven contract tests with pact.
eneskzlcn/ping-pong
The api has one post handler with route /ping. If you send { times: x} as JSON on the body of post operation, the api will respond with a json string array that like {"pongs":["pong",...]} which have pongs number of sent 'x'
eneskzlcn/quote-consumer
This project consumes a quote api that serves a json object array ( object format of { author: "xx" quote:"xx"} ). When consume this api, the quotes are grouping by author and each quote is reversing. The result json object that program creates is like [ {author:"x" , quotes:["xx","yy",...]} ]
eneskzlcn/shopping-products
This api contains product ,category and basket product models. It provides routes and handlers for this routes to be able to provide a simple e-commerce product listing, product basketing and basket controlling operations totally.
eneskzlcn/ShoppingCards
This project consumes an api to get products listed on screen. You can click on products to add basket. You can manage your basket and calculate total prices. All of functionalities done by consumer-provider contact.
eneskzlcn/SportFixtureTrackingAPI
eneskzlcn/SportFixtureTrackingFrontend
eneskzlcn/SportFixtureTrackingSystem
It is a web application which allows user to crud operations of sport, teams, clubs, fixtures and list current fixture table and point table