Latest articles

article photo
What is the difference between var and val in Kotlin?

Learn about the difference between the keyword var and val in Kotlin.

By Frogitecture

article photo
Python - Creating a Pythagorean Theorem Calculator

Learn how to create a Pythagorean theorem calculator in Python.

By Frogitecture

article photo
C++ Inheritance – 3 – Constructors and Destructors

When a derived-class object is instantiated, a chain of constructor calls begins. Similarly, when a derived-class object is destroyed, destructor calls begins

By Frogitecture

article photo
C++ Inheritance – 2 – Protected Members

Two very common access specifier in C++ are public and private. Here I introduce the access specifier protected and give you an example of how you can use it.

By Frogitecture

article photo
C++ Inheritance - 1 - Base and Derived Classes

Inheritance is a form of software reuse in which a class can use another class’s methods and members and modify them.

By Frogitecture

article photo
C++ Overloading Relational Operators

This article goes through how to overload relational operators in C++. Create your own user-defined types and use overloaded operators with them.

By Frogitecture

article photo
Go-Back-N Protocol

What is the Go-Back-N Protocol? How does it work?

By Frogitecture

article photo
Parameter Passing Methods in Programming Languages

Read about four different ways of Parameter Passing Methods

By Frogitecture

article photo
Type checking in programming languages

Type checking prevents type errors to happen.

By Frogitecture

article photo
Categories of arrays in programming languages

Read about the subscript range and storage bindings.

By Frogitecture

article photo
Measure execution time in C++

Learn how to measure execution time of algorithms in C++

By Frogitecture

article photo
Firebase Authentication - 10 - Delete account

Deleting an account in Android with Firebase Authentication

By Frogitecture

article photo
Firebase Authentication - 9 - Change password

Changing a password in Android with Firebase Authentication

By Frogitecture

article photo
Firebase Authentication - 8 - Change email

Changing email in Android with Firebase Authentication

By Frogitecture

article photo
Firebase Authentication - 7 - Change display name

Changing a display name in Android Studio with firebase auth

By Frogitecture

See all articles