121 Essential Guidelines for Using C# in Unity: A Summary of Effective C# In this article, the author has distilled and summarized 21 guidelines from the book "Effective C# Second Edition" that are applicable to using C# in the Unity game engine. These guidelines are provided for you to quickly grasp the main ideas of the book and write higher quality C# code in Unity.
2Navigating the Road to Success in Designing Distributed SystemsThis article discusses the author's various endeavors in the realm of mobile gaming to implement distributed systems and outlines the definition of services, the development of the overall framework, and the process of internal service segmentation during these efforts.
3Continuous Performance Testing: An Ultimate Guide 2023Eager to learn more about continuous performance testing? This method involves testing every code update and eliminates the need for expensive and time-consuming manual performance tests. This article will explain what continuous testing is, and its benefits. Keep scanning to figure it out.
4Software Basics: What is Continuous Testing in DevOps?Continuous testing in DevOps is one of the essential software testing types, critical for both experienced and new software engineers. In this post, we will discuss how it works and its importance.