PinnedAhoy, fellow adventurers!Welcome aboard this game development odyssey. Together, we’ll discover and explore the vast seas of game creation, charting a course…Aug 14, 2023Aug 14, 2023
The Programmer’s BrainI’ve always been fascinated about how our brain works. After all, we don’t have a manual for it, so we have to write one on our own. That’s…Dec 5, 2022Dec 5, 2022
Published inCodeXNullable types in C#In C# we have two main categories of types: value types and reference types. Value types can never be assigned the value of null. This…Sep 20, 20221Sep 20, 20221
Published inCodeXC# Parameter Modifiers: ref, in, out, paramsHow can we use modifiers to change the default parameter passing behaviorAug 11, 20222Aug 11, 20222
Learning Vue.js — Day#5Now that we have some basic functionality and server-side paging support thanks to the api, let's try to implement pagination.Feb 26, 2021Feb 26, 2021