| | | |

What’s the Deal with C#?

When I first started my educational journey in web development, I was 99% convinced I was a Python developer at heart. The syntax was simple, and I found that using frameworks and libraries could push me toward creating some super cool things. I even started developing my own web app with it using the Django...
| |

Start Here with Object-Oriented Programming (OOP)

There are dozens of types of programming languages out there, and they all have their place in this big, wide world of software development. However, one of the most widely used type of languages is object-oriented programming (OOP). Put simply, these are the languages whose logic is designed based on their data or objects rather...