Advanced Search
Search Results
3 total results found
Controllers and CRUDs
Controllers and CRUD operations are important concepts in software development that we utilize in all of our projects. So, let's talk about what they are and how they work. What is a Controller? Controllers are classes that handle incoming requests from a cl...
Components and view models
Components and view models are two fundamental concepts that we use day to day. So let's talk about them. What is a Component? In Kunafa, a Component is an abstract class that represents a piece of UI element on the screen. We compose multiple components tog...
Network Calls and DTOs
Communication between a server and a client over a network is an important topic that is worth to talk about. Network calls and DTOs (Data Transfer Object) are concepts that we use all the time in Narbase. So It's time to learn what they are and how we use the...