ββMy friends, as a software engineer, you must have used Event Emitter. We often use it to handle cross-component communication scenarios.
β±οΈ 3 minutes read
#JavaScript
β±οΈ 3 minutes read
#JavaScript
ββIn this article, Iβd like us to explore postMessage() again, but as it applies to communication within the same browsing context or same origin.
β±οΈ 5 minutes read
#JavaScript
β±οΈ 5 minutes read
#JavaScript
Medium
Using JavaScript and The Broadcast Channel API
For Browser Context Communication Between Tabs
ββYou can use a JS module (pubsub) that follows the publish-subscribe pattern to communicate between components that arenβt in the same DOM tree. In the publish-subscribe pattern, an event publishes the event and other components subscribe to it.
β±οΈ 4 minutes read
#JavaScript
β±οΈ 4 minutes read
#JavaScript
Medium
Understanding PubSub Module
To communicate across the DOM in LWC
ββAre you still using console.log for all your JavaScript debugging needs in 2023?
β±οΈ 7 minutes read
#JavaScript
β±οΈ 7 minutes read
#JavaScript
ββIf your background is in a traditional object-oriented programming language, you might be thrown by the wild and sometimes lawless world of JavaScript. There are objects here β but theyβre really prototypes, and all the syntax about classes and inheritance was bolted on in relatively recent versions. Some OO concepts still donβt fit. Others force you to adapt.
β±οΈ 4 minutes read
#JavaScript
β±οΈ 4 minutes read
#JavaScript
Medium
Supporting Multiple Constructors in JavaScript
3 patterns for object creation
ββTL;DR: JavaScript + React + Redux still dominate by a landslide. Pair with Next.js & Vercel for best results. AI is exploding. Web3 growth is strong.
β±οΈ 5 minutes read
#JavaScript
β±οΈ 5 minutes read
#JavaScript
Medium
Top JavaScript Frameworks and Technology 2023
TL;DR: JavaScript + React + Redux still dominate by a landslide. Pair with Next.js & Vercel for best results. AI is exploding with SudoLangβ¦
ββTop 10 tricky Javascript questions often asked by interviewers. Make sure you know all of them!
β±οΈ 8 minutes read
#JavaScript #Interview
β±οΈ 8 minutes read
#JavaScript #Interview
Medium
Top 10 Tricky Javascript Questions often asked by Interviewers
Top 10 tricky Javascript questions often asked by interviewers. Make sure you know all of them!
ββSome APIs in JavaScript may have a relatively low usage rate. Below we introduce their usage and usage scenarios one by one.
β±οΈ 5 minutes read
#JavaScript
β±οΈ 5 minutes read
#JavaScript
ββA list of one-liners you should know to up your knowledge of JavaScript.
β±οΈ 5 minutes read
#JavaScript
β±οΈ 5 minutes read
#JavaScript
ββJavaScript is a powerful language that is one of the primary building blocks of the web. This powerful language also has some of its quirks. For instance, did you know that 0 === -0 evaluates to true, or that Number("") yields 0?
β±οΈ 14 minutes read
#JavaScript #interview
β±οΈ 14 minutes read
#JavaScript #interview
Medium
8 Advanced JavaScript Interview Questions for Senior Roles
JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful language also has some of itsβ¦
β€1
ββMemory leaks can be thought of as water leaks in your house; while small drips might not seem like a big issue initially, over time they can cause significant damage.
β±οΈ 8 minutes read
#JavaScript
β±οΈ 8 minutes read
#JavaScript
Medium
Your JS App Is Leaking Memory And You Don't Know
Memory leaks can be thought of as water leaks in your house; while small drips might not seem like a big issue initially, over time theyβ¦
ββAre you looking for the best JavaScript Projects to increase your JavaScript knowledge with source code? In this article I have shared 100 best JavaScript tutorials.
β±οΈ 20 minutes read
#JavaScript
β±οΈ 20 minutes read
#JavaScript
DEV Community
100+ JavaScript Projects With Source Code
Are you looking for the best JavaScript Projects to increase your JavaScript knowledge with source...
π1
ββThe SOLID principles form the foundation of clean, scalable, and maintainable software development. Though these principles originated in Object-Oriented Programming (OOP), they can be effectively applied in JavaScript (JS) and TypeScript (TS) frameworks like React and Angular. This article explains each principle with real-life examples in both JS and TS.
β±οΈ 9 minutes read
#JavaScript #TypeScript #SOLID
β±οΈ 9 minutes read
#JavaScript #TypeScript #SOLID
DEV Community
Applying SOLID Principles in JavaScript and TypeScript Framework
Introduction The SOLID principles form the foundation of clean, scalable, and maintainable...
π8β€βπ₯2π2β€1π1