VAVictor Akandeinhuawei.hashnode.dev·Jun 14, 2025 · 4 min readWhat is openGauss?TL;DR Learn what openGauss is, and how it fits into the database landscape Explore its architecture, features, and ecosystem Understand how it compares to PostgreSQL and Oracle Get a glimpse of where it shines in modern enterprise applications ...00
VAVictor Akandeinvicthedev.hashnode.dev·Jun 27, 2023 · 11 min readSoftware Development Fundamentals: What do I need to know?Software development is the process of creating software applications. It is a complex and challenging process, but it is also incredibly rewarding. If you are interested in learning how to develop software, there are a few fundamental concepts that ...00
VAVictor Akandeinvicthedev.hashnode.dev·Apr 28, 2023 · 8 min readObject-oriented ProgrammingWhat is OOP? Object-oriented programming is a programming style that constructs software architecture around data or objects rather than functions and logic. An object is a data field with particular characteristics and behaviours. OOP (as programmer...00