Java implementations
-
Dreamix
Splitting String in Java - Examples and Tips
String splitting is one of the string manipulation techniques which breaks a given string into tokens using predefined separators or delimiters. Developers split strings almost daily and it is also used as a base for many not really trivial interview questions. Below are listed some basic examples on how we split a string in Java […]
-
Frontpage
Why good (clean) software architecture matters
A core challеnge in software development Usually, at the beginning of most software projects features are being developed fast, by a small number of software developers. Over time, as more people are being added to the project, productivity per person is going down. This is somewhat expected as there is more time invested in communication […]
-
Frontpage
How to use Jython with Spring Boot
What is Jython and why would we need it? Java is a widely preferred language but it‘s not the best choice for every task. As programmers, we should always try to extend our knowledge, learn new languages and try to incorporate them in our day to day work. Python is one of the widely spread […]