Learning made simple by Contawo

I am committed to using blogs to teach pupils computer science. I provide interesting and educational blog postings on a variety of computer science subjects, including coding languages and machine learning algorithms. My materials are created to be approachable and simple to comprehend, making them perfect for students of all levels.

All

Development

Projects

Lifestyle

Technology

The articles

Profile picture of

Awonke Mnotoza

Connecting Firebase with Vanilla JavaScript

In this blog, we are going to connect to firebase without using an framework. We are going to use Vanilla JavaScript, HTML and CSS as our frontend.

25 Jul 2023
0

Read more

Profile picture of

Awonke Mnotoza

Data Fetching with JavaScript

In the world of web development, fetching data is a common task that involves retrieving information from APIs, databases, or other sources. JavaScript provides powerful tools and techniques for efficient data fetching, enabling developers to build dynamic and interactive web applications.

26 May 2023
0

Read more

Profile picture of

Awonke Mnotoza

Local Storage with JavaScript

Local storage is a web browser feature that allows you to store data locally on the user's device. It provides a simple key-value storage mechanism, and the data persists even when the user closes the browser or refreshes the page.

07 May 2023
0

Read more

Profile picture of

Awonke Mnotoza

Understanding the DOM with JavaScript

The Document Object Model (DOM), which is a component of the powerful computer language JavaScript, which is extensively used in web development, provides a rich and interactive user experience. We'll introduce you to the world of JavaScript DOM in this blog post, outlining its importance, fundamental ideas, and JavaScript operations you may use to alter HTML components.

08 May 2023
0

Read more