Recent Posts
Kotlin vs Java
Defining features of kotlin in comparison with Java. Which language do we need to use? Is this the end of java? What do we need to know about Kotlin to start...
Thoughts about maturity models
Thoughts about how we can assess the current state our team/system/project: is it ready to adopt new approaches, libraries or frameworks
Create your own ssl certificate to enable https connection
How to issue and enable ssl certificate for your static website hosted on gitlab for free using letsencrypt: manual, possible problems with solutions
Enabling custom domain for your static website in gitlab
How to add custom domain to your static website deployed using gitlab pages (manual)
Best practices for everyone
Best practices in java is a corner stone of good written, maintainable code. Why we should use constructor for dependency injection - here is why