Data Structures are a specialized means of organizing and storing data in computers in such a way that we can perform operations on the stored data more efficiently. Data structures have a wide and diverse scope of usage across the fields…
All unity entries
SOLID. What is the meaning of each principle and how was it applied in practice?
SOLID principles are a set of golden rules used by object-oriented developers since the early 2000s. They set the standard of how to program in OOP languages and now beyond into agile development and more. SOLID programs scale better, cost less time…
OOP principles. Tell about each. How is this implemented in C#? How was it applied in practice?
All the programming languages supporting Object Oriented Programming will be supporting these three main concepts, Encapsulation Inheritance Polymorphism Abstraction Abstraction is “To represent the essential feature without representing the background details.” Abstraction lets you focus on what the object does…
Unity Save/Load JSON File Tutorial in 10 Minutes
How to load and save to json file
How to Interview as a Unity Developer
Introduction and personal observations The interview for a unit developer consists mainly of three parts. The process looks almost the same as for any other technical specialty in IT. First, an interview with HR or a recruiter, then a technical…