Coluzzi Andreacoluzziandrea.hashnode.dev·Feb 25, 2024Building a Tech Community from ScratchBuilding a Tech Community from Scratch How I built a community from scratch and what I learned from it after one year of community management. Introduction Starting from last year, I decided to create a local tech community in Latina. Latina is a ...Discuss·1 like·67 readsCommunitycommunity
Krishna Kumarikrikrishna.hashnode.dev·Jul 4, 2023The Battle of Local vs. Remote React Development: Pros and Cons ExaminedReact, a popular JavaScript library for building user interfaces has revolutionized the web development landscape with its component-based architecture and efficient rendering capabilities. When it comes to React development, developers have the opti...DiscussReact
Krishna Kumarikrikrishna.hashnode.dev·Jun 13, 2023The Complete Guide - Local vs. Remote ReactJS Development Service ProvidersIn today's digital age, ReactJS has emerged as a powerful frontrunner among JavaScript libraries for creating user interfaces. With its component-based architecture and efficient rendering capabilities, ReactJS has transformed the realm of web applic...DiscussReact
Dhawal Pandyadhawalpandya01.hashnode.dev·Feb 15, 2023Local vs Global variables in JavaScriptIn some places globalization is indeed wrong, here's one: Coding. In coding, variables are used to store values that can be accessed and manipulated by the program. In JavaScript (JS), variables can be either local or global, and it is essential to u...Discuss·1 likeGlobal