Nwose Lotanna Web Developer and Writer

Stories by Nwose Lotanna

How To Use Props To Pass Data To Child Components In Vue 3

How to use props to pass data to child components in Vue 3

Dev

Props are an important feature in Vue 3 for managing parent and child components, but handling them can be somewhat tricky. 

Nwose Lotanna
Dec 26, 2023 ⋅ 8 min read
FormGroup and FormControl In Angular

FormGroup and FormControl in Angular

Dev

Learn how to use Angular’s `FormGroup` and `FormControl` to build cleaner forms in by dividing form controls into form groups.

Nwose Lotanna
Dec 6, 2023 ⋅ 11 min read
TypeScript Enums Vs. Types: Enhancing Code Readability

TypeScript enums vs. types: Enhancing code readability

Dev

In this article, we will be exploring how TypeScript enums and types work, why, and how to use them in your next project.

Nwose Lotanna
Jun 16, 2023 ⋅ 9 min read
Using Event Bus In Vue.js To Pass Data Between Components

Using event bus in Vue.js to pass data between components

Dev

The Vue.js event bus enables independent communication between components without passing through a central or parent component.

Nwose Lotanna
Jun 14, 2023 ⋅ 6 min read
Accessing Vue.js properties globally with globalProperties

Accessing Vue.js properties globally with globalProperties

Dev

This article will introduce you to using app.config.globalProperties in Vue.js to add custom properties and methods to the Vue instance.

Nwose Lotanna
Apr 26, 2023 ⋅ 6 min read
A Guide To RxJS Observables

A guide to RxJS Observables

Dev

This article provides a guide to RxJS Observables, Observers, and operators, which allow you to write asynchronous code.

Nwose Lotanna
Apr 24, 2023 ⋅ 7 min read
Vue Lifecycle Hooks Composition API

Introduction to Vue lifecycle hooks

Dev

We explore the available hooks for use in your Vue workflow and introduce the whole lifecycle of a Vue application from creation to destruction.

Nwose Lotanna
Apr 19, 2023 ⋅ 5 min read
Making Your Components Dynamic Vue 3

Making your components dynamic in Vue 3

Dev

Use dynamic components in Vue 3 to toggle between views and retain the state of data when switching back to the initial component.

Nwose Lotanna
Mar 23, 2023 ⋅ 5 min read
A Guide To CSS Pseudo-elements

A guide to CSS pseudo-elements

Dev

Learn more about 12 CSS pseudo-elements that give you more styling options, with CodePen demonstrations included.

Nwose Lotanna
Sep 29, 2022 ⋅ 8 min read
Understanding Refs In Vue.js

Understanding refs in Vue

Dev

Refs are Vue.js instance properties used to register a reference to HTML elements or child elements in the template of your application.

Nwose Lotanna
Sep 20, 2022 ⋅ 6 min read
How to Make Form Elements Dynamic in Vue.js

How to make form elements dynamic in Vue.js

Dev

No matter what type of project you’re working on, you should always consider the customer first. By building dynamic forms in Vue.js, you can give users more control and thereby improve the overall user experience.

Nwose Lotanna
Jul 5, 2022 ⋅ 7 min read
Vue Watchers Form Validation

Vue form input validation using watchers

Dev

In Vue, developers can create forms just as they would with HTML5, meaning little to no additional skills are required.

Nwose Lotanna
May 20, 2022 ⋅ 6 min read