The Scala programming language supports various types of collections. Both mutable and immutable ones.
Author Archives: Haim Michael
Coroutines in Kotlin
The use of coroutines allows us to develop asynchronous code with better performance (comparing with using threads) and in a simpler way.
Regular Expressions in Python
There use of regular expressions in Python is relatively popular. If you still haven’t had the need for regular expression most likely it will happen soon.
Lectures Captured on Video
Every training and every lecture we deliver is captured on Video. The video clips we create are handed over to the trainees.
The Software Developers Marketing Funnel
Without having it managed, a marketing funnel is created. It helps high-tech companies recruit talents for software development positions and it helps educational institutions with marketing their related learning programs and courses.
What are Anti Patterns?
The term ‘Anti Patterns’ was coined by Andrew Koing in 1995. Having Anti Patterns in our project means additional costs.
The MVVM Architecture
The MVVM architecture was developed for developing desktop applications with a GUI. MVVM allows us a clear separation between the View and the Model.
Browser-Based IDEs
There are many possibilities for coding and executing our code using an IDE that runs in the web browser. Installations are no longer needed.
Doing your First Steps? Start by Trying to Learn by Yourself!
If you think about learning programming then we strongly recommend you to start by trying to learn by yourself!
Python Influence on Scala
The changes that were introduced with the release of Scala 3.x indicate, probably more than ever, about the influence Python has on Scala.