Tag Archives: Java

I Finish My First Web App Project (Cards)

Yesterday I finished my first web application. It stores business contact cards, just a tiny, monolithic web app project. There are 3 types of entities (User, Corporation, Customer) and it capable to store that entities in a Mysql database. Also … Continue reading

Posted in Projects, TechLog | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Java Collection Cheat Sheet

Posted in Works | Tagged , , | Leave a comment

Data Structures and Algorithm #1 Merge Sort

Bugün yaptığım şey, seçtiğim bir sıralama algoritmasını incelemek oldu. Merge Sort’u baştan sona incelemek birçok şeyi hatırlamak için iyi bir karardı sanırım. Java için temel syntaxlar, main memory ve recursion başlıklarının üstünden geçtim. Head Recursion için 2 ayrı örnek üzerinde … Continue reading

Posted in Algorithm Analysis | Tagged , , , | Leave a comment