Skip to main content

Anam Firdous

Anam Firdous, an associate technical consultant at Perficient, excels in front-end development, particularly in Sitecore, and holds expertise in SCORE. Her focus lies in crafting top-notch web solutions across diverse industries by leveraging various front-end technologies, showcasing her prowess in UI development.

Blogs from this Author

Close Up Portrait Of Software Engineer Working On Computer, Line Of Code Reflecting In Glasses. Developer Working On Innovative E Commerce Application Using Machine Learning, Ai Algorithm, Big Data

A Comprehensive Guide to Watchers in Vue.js

Vue.js Watchers In Vue.js, when your data changes, the webpage updates automatically. But sometimes, you might want to do extra things when certain data changes. That’s where watchers step in. Watchers are like special helpers in Vue.js. They keep an eye on specific pieces of information (like a number or a word) and jump into […]

Istock 1138332540

Mastering Vue.js Template Refs: A Comprehensive Guide

What’s this ref in Vue.js? The ref attribute is like giving a name to an HTML element or a part of your Vue template. This name lets you directly interact with and tweak these elements or components using JavaScript. A Practical Example Let’s make things crystal clear by diving into a simple example. Imagine you […]

Istock 1165045534

Understanding Props in Vue.js: Data Sharing and Child-to-Parent Communication

What are Props? In Vue.js, “props” are like messengers that help share information from a parent component to its children. They allow different parts of your web app to talk to each other by passing along essential data. Declaring Props Props are defined using the props option: Let’s Explore an Example to Grasp How Props […]

Young Writer Taking Notes

Beginner’s Guide to Crafting a Vue.js Application Using Vue CLI

Introduction to Vue.js: Vue.js is a user-friendly and progressive JavaScript framework that simplifies the process of building dynamic web applications. Furthermore, it’s known for its flexibility and ease of integration, making it a popular choice for developers. Now, let’s embark on a straightforward guide to creating a Vue.js application. Prerequisites: Before starting the creation of […]

Load More