VOOZH about

URL: https://www.javacodegeeks.com/author/yegor-bugayenko/page/4

⇱ Yegor Bugayenko, Author at Java Code Geeks - Page 4 of 14


  • Software Development👁 Image
    Yegor BugayenkoApril 5th, 2019
    0 143

    Software Project Review Checklist

    A few years ago I wrote about the independent technical reviews any software project must regularly go through in order…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yegor BugayenkoMarch 29th, 2019
    0 2,037

    How to Create a Java Web Framework from Scratch, the Right Object-Oriented Way

    How do you design a web application in Java? You install Spring, read the manual, create controllers, create some views,…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoMarch 22nd, 2019
    0 260

    Logging Without a Static Logger

    How do you organize logging in your applications? I mean web applications or command line apps, or even mobile apps.…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoMarch 13th, 2019
    0 230

    How Data Visibility Hurts Maintainability

    I’ve been writing so much about object-oriented programming and its pitfalls, claiming that most of the design patterns and “good…

    Read More »
  • Enterprise Java👁 Image
    Yegor BugayenkoFebruary 5th, 2019
    0 121

    How to Deploy Maven Artifacts to CloudRepo via Rultor

    In my previous article, I described how to set up a private Maven repository in Amazon S3 and deploy there…

    Read More »
  • DevOps👁 Image
    Yegor BugayenkoJanuary 31st, 2019
    0 331

    My Recipe Against Dependency Hell

    Do you specify exact versions of your dependencies? I mean, when your software package depends on another one, do you…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoJanuary 18th, 2019
    0 200

    What if the Architect is Wrong?

    You most probably know what I think about the architect role on a software project—it’s that of a dictator who…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yegor BugayenkoDecember 14th, 2018
    0 233

    Unit Testing Anti-Patterns, Full List

    I wrote some time ago about anti-patterns in OOP. Now it’s time to write about unit testing anti-patterns—because they also…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoSeptember 19th, 2018
    0 110

    Fear of Decoupling

    Objects talk to each other via their methods. In mainstream programming languages, like Java or C#, an object may have…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • 10
  • ...
  • Last
Back to top button
Close