A Guide to Efficient List Rendering in React Native
Regular list render vs FlatList Continue reading on Medium » Regular list render vs FlatListContinue reading on Medium » Read More JavaScript on Medium #java
IT, Techno, Auto, Bike, Money
Regular list render vs FlatList Continue reading on Medium » Regular list render vs FlatListContinue reading on Medium » Read More JavaScript on Medium #java
JavaScript, introduced in 1995, emerged as a tool to add functionality to web pages within the Netscape Navigator browser. Since its… Continue reading on Medium » JavaScript, introduced in 1995,…
Object-Oriented Programming (OOP) is a paradigm that revolves around the concept of objects, allowing for modular and reusable code. Continue reading on Medium » Object-Oriented Programming (OOP) is a paradigm…
In today’s digital landscape, real-time applications have become ubiquitous. Whether it’s collaborative design tools like Figma, financial… Continue reading on Medium » In today’s digital landscape, real-time applications have become…
Continue reading on Medium » Continue reading on Medium » Read More JavaScript on Medium #java
In React, the useState hook is a fundamental tool for managing state in function components, with its usage being intuitive and flexible… Continue reading on Medium » In React, the…
Immutability means any state of an Object cannot change after created. Continue reading on Medium » Immutability means any state of an Object cannot change after created.Continue reading on Medium…
Sometimes, we want to declare an empty two-dimensional array in JavaScript. Continue reading on JavaScript in Plain English » Sometimes, we want to declare an empty two-dimensional array in JavaScript.Continue…
Recently I worked on a customer project that I can reassume with: a website connected via socket to a backend that send multiple event… Continue reading on Medium » Recently…
React is known for its speed and efficiency, but as applications grow, they can become slow and sluggish. Let’s explore practical tips for… Continue reading on Medium » React is…
A click event is one that occurs when a user clicks on a specific element. It means running a block of code (usually a callback function)… Continue reading on Medium…
Why do they matter? Continue reading on ITNEXT » Why do they matter?Continue reading on ITNEXT » Read More Java on Medium #java
Automated UI testing has long been a staple in ensuring that web applications meet design and functionality standards. Traditional methods… Continue reading on Medium » Automated UI testing has long…
In the realm of backend JavaScript development, developers are faced with a pivotal decision: should they opt for the innovative Deno.js Continue reading on Medium » In the realm of…
Introduction: Unlock the Secrets of Front-End Performance: A Deep Dive into React, Angular, and Vue! Continue reading on Medium » Introduction: Unlock the Secrets of Front-End Performance: A Deep Dive…
Destructuring JavaScript Continue reading on Medium » Destructuring JavaScriptContinue reading on Medium » Read More JavaScript on Medium #java
In Java, the Strategy pattern is a behavioral design pattern that allows you to define a family of algorithms, encapsulate each one of… Continue reading on Medium » In Java,…
We will dive deeper into what Qwik is and how it can be that it is so Qwik. You’ll see some code examples and how that impacts what Qwik is…
Flyweight definition, real example and memory usage comparison Continue reading on Medium » Flyweight definition, real example and memory usage comparisonContinue reading on Medium » Read More Java on Medium…
I solve the Haiku Kata again using more features added since Java 12 Continue reading on Medium » I solve the Haiku Kata again using more features added since Java…