Vue 3 State Management
Danyal September 16, 2023
Let’s take a quick look at the state management in Vuejs 3. Vue 3 provides…
Posted in Vuejs Tagged compositionapi, frontend development, pinia, state-management, store, vuejs, vuejs3, vuex
Project 36: Joystick
Danyal June 12, 2023
OverviewFor some DIY projects, you perhaps use a component, that is, a joystick module, such…
Posted in Microbit Tagged bbc:microbit, javascript, python
How to Create a Script Element in JavaScript?
Danyal June 8, 2023
Quick tip of the day, in this post we will see how to add a…
Posted in javascript, Uncategorized Tagged DOM, html, javascript, programming
15+ Javascript Array Methods
Danyal January 19, 2023
This post is the follow-up to my previous post, the link is given below.
Posted in javascript Tagged array, helper-methods, js, methods
Learn how to use .filter() on Array in javascript
Danyal January 18, 2023
In this post, you will see an example of the array filter() method, .filter() is one of the best methods of Array.
Posted in javascript Tagged array, helper-methods, javascript
Microbit: Blink and Breath (LED Module)
Danyal December 30, 2022
Overview In this project, we combine project 2 and project 3. You will learn how…
Posted in Microbit Tagged bbc:microbit, coding, codingforkids, keystudio, learning, microbit, ultrabit
Microbit: Someone comes & sense and blink
Danyal December 22, 2022
OverviewIn this project you will learn how to control the LED – 3W LED Module…
vuejs 3 emit the warning “Extraneous non-emits event listeners”
Danyal December 5, 2022
If you are migrating from Vuejs2 to Vuejs3, then there will be many new challenges…
Posted in Vuejs Tagged javascript, vuejs, vuejs3, warnings