Irena Popova πŸ‘©πŸ»β€πŸ’»

Irena Popova πŸ‘©πŸ»β€πŸ’» @irenejpopova

About: A Berlin based Full-Stack Developer Women Tech Makers Ambassador

Location:
Berlin, Germany
Joined:
Jun 22, 2020

Irena Popova πŸ‘©πŸ»β€πŸ’»
articles - 24 total

Blockchain with Vue, Python & Flask

Creating a complete blockchain application with a Vue.js frontend and a Python backend. Let's outline...

Learn More 0 0Oct 25 '24

Understanding Slots in Vue 3 with Composition API

Slots are a powerful mechanism in Vue that enable components to define content areas that can be...

Learn More 2 0Oct 25 '24

Understanding Nested Objects in JavaScript

Objects are what you are dealing with working as a JavaScript developer, and needless to say, that...

Learn More 0 0Oct 25 '24

Understanding Nested Objects in JavaScript

Objects are what you are dealing with working as a JavaScript developer, and needless to say, that...

Learn More 0 0Oct 25 '24

Understanding Nested Objects in JavaScript

Objects are what you are dealing with working as a JavaScript developer, and needless to say, that...

Learn More 0 0Oct 25 '24

Access to Properties-deep dive

JavaScript is a versatile and powerful programming language used extensively in web development. One...

Learn More 0 0Oct 25 '24

Property accessors

Understanding Property Accessors in JavaScript In JavaScript, property accessors are...

Learn More 0 0Oct 25 '24

SLOTS in Vue

Understanding Slots in Vue.js Slots in Vue.js are a powerful feature that allows...

Learn More 1 1Oct 24 '24

How to use JavaScript closures with confidence

Understanding JavaScript Closures Closure is all around you in JavaScript, you just have...

Learn More 6 0Oct 24 '24

Introduction to Smart Wallets and Passkeys authentication

Smart wallets and passkeys represent a significant evolution in the way users interact with...

Learn More 1 0Oct 23 '24

JavaScript Performance Optimisation: Comprehensive Guide

JavaScript, being a dynamic language, can sometimes lead to performance bottlenecks in web...

Learn More 0 0Oct 23 '24

Tuples in TypeScript

TypeScript Tuples Explained let's take a look at the second most important data structure...

Learn More 0 0Oct 23 '24

Typescript

TypeScript is a superset of JavaScript that adds static typing to help catch errors during...

Learn More 0 0Oct 23 '24

Python - Class & Object πŸ€”

A python is a pure object-oriented high-level programming language. What do I mean by that?...

Learn More 0 0Oct 5 '22

Comparison & Equolity Operators

Operators are the symbols in between two operands. They are essential in a programming language for...

Learn More 1 4Aug 22 '20

What is a Closure? πŸ€”

There are many buzzwords 🀯 in JavaScript language but the biggest one is closure. It is the subject...

Learn More 6 1Aug 21 '20

Object Methods

Methods are actions that can be performed on objects. Object properties can be both primitive values,...

Learn More 14 0Aug 1 '20

Objects and Prototypes in JavaScript 😳 πŸ€”

JavaScript is a prototype-based language, therefore understanding the prototype object is one of the...

Learn More 7 0Aug 1 '20

Hoisting

One of the trickier aspects of JavaScript for new JavaScript developers is the fact that variables an...

Learn More 6 0Jul 31 '20

JavaScript Variables πŸ€”

DCI πŸ‘©πŸ»β€πŸ’» Variables are a fundamental part of many programming languages, and are among the first and...

Learn More 7 0Jul 31 '20

What are 'strings' ? πŸ€”

A string is a sequence of one or more characters that may consist of letters, numbers, or symbols. St...

Learn More 1 0Jul 29 '20

JavaScript Objects πŸ€” πŸ’»

Objects in JavaScript are collections of key/value pairs. The values can consist of properties and...

Learn More 1 2Jul 29 '20

The "this "- keyword πŸ€” 🀯

Mastering JavaScript fully is a lengthy journey. The this keyword is a very important concept in Java...

Learn More 23 1Jul 28 '20

React Lifecycle

One of my favorite parts of learning React so far has been understanding the React component lifecycl...

Learn More 5 0Jun 22 '20