VOOZH about

URL: https://www.javacodegeeks.com/author/Cagdas-Basaraner

⇱ Cagdas Basaraner, Author at Java Code Geeks


  • Software Development👁 Image
    Cagdas BasaranerMarch 7th, 2014
    0 254

    Software Version Controlling Best Practices

    Always use version controlling Use version controlling/source control even if one developer exists. This issue brings change tracking and versioning…

    Read More »
  • Software Development👁 Image
    Cagdas BasaranerApril 26th, 2013
    0 142

    A Theorical Look into Object/Resource Pool Pattern

    Definition: Sometimes our software projects need costly object creations (database connections, socket connections, large graphical objects etc.). This cost may…

    Read More »
  • Software Development👁 Image
    Cagdas BasaranerNovember 9th, 2012
    5 194

    Best Must-Read Books for Software Engineers

    Here are the CodeBuild selection of must-read software engineering books. Books are grouped according to their content with some description.…

    Read More »
  • Android Core👁 Image
    Cagdas BasaranerOctober 17th, 2012
    0 101

    Start Android Development in 5 Minutes

    Android OS is the most popular mobile OS nowadays (leading market with %46.9 above iOS’s %18.8). Besides, globally over %20…

    Read More »
  • Core Java👁 Image
    Cagdas BasaranerJune 28th, 2012
    1 157

    Chain of Responsibility Pattern in Java

    Chain of Responsibility design pattern is needed when a few processors should exist for performing an operation and a particular…

    Read More »
  • Core Java👁 Image
    Cagdas BasaranerMay 22nd, 2012
    0 228

    Generic Text Comparison Tool with LCS Approach

    Detecting and showing differences of two texts (especially having hundreds or thousands of lines) is a common problem. Using pure…

    Read More »
  • Core Java👁 Image
    Cagdas BasaranerFebruary 29th, 2012
    0 189

    Customized Internationalization (i18n) in Java

    Internationalization (i18n) is very important in our software projects. It brings mainly these benefits: Externalizing UI strings into external files other…

    Read More »
  • Software Development👁 Image
    Cagdas BasaranerFebruary 3rd, 2012
    14 713

    20 Database Design Best Practices

    Use well defined and consistent names for tables and columns (e.g. School, StudentCourse, CourseID …). Use singular for table names…

    Read More »
  • Core Java👁 Image
    Cagdas BasaranerJanuary 13th, 2012
    0 253

    Java Annotations & A Real World Spring Example

    An “annotation” is a type of programming language definition and used as a “marker”. They can be thought as comment…

    Read More »
Back to top button
Close