Become a member
Sign in
Get started
Sergey Chupov
Sergey Chupov

Sergey Chupov

Follow

Trying hard to unravel software engineering.

6 Following
60 Followers
·
  • Profile
  • Claps
  • Highlights
  • Responses

Latest

Sergey Chupov
Sergey Chupov
Mar 14 · 3 min

How to enable Hibernate logging

And why your custom logging settings may refuse to apply

Enabling Hibernate logs is usually as simple as setting org.hibernate logging level to TRACE or ALL using your logging framework configuration of choice…

59
1 response
Sergey Chupov
Sergey Chupov
Jan 29 · 4 min

If-statements design: guard clauses may be all you need

There is a lot of debate on how the if-statements should be used for better code clarity and readability. Most of them boil down to an opinion that its completely subjective and aesthetic. And usually that’s true, but sometimes we…

2.2K
16 responses