Author Archives: Aliyar Güneş

About Aliyar Güneş

I’am Aliyar Güneş, a learner and software developer from Istanbul, Turkey. I write C# and Java.

Tab Overload #4

Posted in Links | Leave a comment

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

About My Abortive Design

Here is an idea for managing the user permissions at my web app. In this design users have different privileges to perform basic crud operations on different app domains (Customer Management Domain, Stock Management Domain etc.). In this way, some … Continue reading

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

“Without An If” Notes

Here is some notes which I took from a Google Tech Talks video: When to use Polymorphism if an object should behave differently based on its state If you have to check the same condition in multiple places Use Conditionals … Continue reading

Posted in General Concepts | Tagged , , | Leave a comment

“I Can’t read my own note. I make a note and I can’t read it. Its an important…”

Posted in Days | Tagged , | Leave a comment

How I started to build my first web application: Customer Cards Database

It started out with some test of sql queries and practising Mysql Workbench to learn it and want to try on some basic relational algebra operators. I have created a database to store customer and order information of an imaginary … Continue reading

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