Search Results for: Scala
-
DevOps
16 Best Practices Of CI/CD Pipeline To Speed Test Automation
Every software project involves some kind of ‘processes’ & ‘practices’ for successful execution & deployment of the project. As the…
Read More » -
Software Development
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 » -
Software Development
Architect for business, not technology
Based on which side of maturity timeline the market is in, either technology drives business or business drives technology. In…
Read More » -
Core Java
Var and Language Design
What is var in Java The var predefined type introduced in Java 10 lets you declared local variables without specifying…
Read More » -
Kotlin
Water Pouring Problem with Kotlin and Vavr
The first time I saw the Water Pouring Problem being programmatically solved was the excellentlectures on functional Programming by Martin…
Read More » -
Java
Java is The Stepping Stone of Development. Learn it!
Java is one of the most used programming languages around the world. Though there are a large number of other…
Read More » -
Software Development
9 items to consider when selecting an API Manager
One of my hobbies is photography and when I bought my first camera it was a compact camera. I soon…
Read More » -
Software Development
Protocol Buffers basic stuff you need to know
Protocol Buffers is binary protocol, it was developed in Google and made publicly available. First publicly available version was Protocol…
Read More » -
Enterprise Java
NoSql Databases: Cassandra vs Mongo vs Redis DB Comparison
1. What are NoSql Databases? NoSql (Not only Sql) databases are non-relational databases that are horizontally scalable, persist semi or…
Read More »