Spark – A micro-framework for Java and Kotlin
I would like the talk about a framework that I really loved, Spark. Spark is a micro-framework that allows us to build back-end services in …
Software and Game Dev
Article.
I would like the talk about a framework that I really loved, Spark. Spark is a micro-framework that allows us to build back-end services in …
In Java, the streams provide us to make some functional-style operations on streams of data. For instance, reducing, filtering, grouping, sorting, etc. In this article, we will try …
When we want to start a ReactJS project, there is a simple npm command: ‘create-react-app’. Thanks to this command we can easily set up the …
Yes. Here we are. In the part 1, we have discussed microservices, its advantages, and disadvantages. Also, we have compared it with monolithic architecture. Aaand, we have decided …
Learn Together With Code Snippets is a series of short articles as well as quick tutorials and reminders. In these series, I want to share some useful and specific …
Once upon a time in ancient ages, there had been a team of software developers. These developers had had a web application idea. After a …
Giant and masterpiece swords, powerful armors, noble horses, epic wars, blood, bravery, rules, honor, betrayal and failure, but despite everything, faith and hope. Kalak found …
Object-oriented programming (OOP) is a significant concept for many general-purpose programming languages such as C++, Java, C#, Python, etc. The OOP is a very important and …