Author image

Code Tutorial

I am a pursuer of professional development, a lover of music, cybersecurity, and remote work. I have continued to enhance my career in software development by continuously learning some of the industry's best practices.

Introduction To Javascript promise

In this article we are going to talk about javascript promise and take a look at some use case and best practices. Apromise is an object..

Link
Cover image

How to creat Your first Chrome Extension

Chrome extensions are a greate thing to have on your chrome browser. In this article we are going to create our first chrome

Link
Cover image

10 days of react-native documentation

Welcome to my react-native documentation. I will be documenting my jurney into mobile development using react-native as my development language/framework.

Link

Introduction to javaScript DOM 102

The javascript DOM API have a lot of interesting features, and can be used to do cool stuffs like appending a new paragraph, creating a pop-up message

Link

Introduction to javaScript DOM 101

As a developer, creating web pages or web app, most of the time you will likely be manipulating the Document structure in one way or the other. It is usually done by using...

Link