Kirakirablog.hashnode.net·Jan 4, 2022FeaturedHow to build a CLI using NodeJS 💻How to build a CLI using NodeJS 💻 CLI (Command Line Interface) is one of the most basic and powerful applications ever created by mankind. We all use CLI every day, whether it be npm, git, or any other CLI. Does your daily basis workflow have someth...Daniel Waylonis and 11 others are discussing this12 people are discussing thisDiscuss·223 likes·4.8K readscliThat's a great article!!! Quite in-depth and shows the use of multiple libraries to make a real-world application. Keep it up 😄 3
Palash Mondaliampalash.hashnode.net·Jul 21, 2021Awesome JavaScript Posts (Week 28)Here is a curated list of the latest posts, blogs and repositories related to JavaScript from last week (week 28). I hope you will find it useful and it will help you to gain more knowledge about what's latest happening in the world of JavaScript. L...Rahul Das and 3 others are discussing this4 people are discussing thisDiscuss·169 likes·839 readsAwesome JavaScript PostsJavaScriptThis is very helpful. Thanks for sharing! 3
Jannik Wempejannikwempe.hashnode.net·Apr 25, 2021FeaturedWhy Svelte is different - and awesome!Just to get this out of the way in the beginning: This is not meant to be bashing other frameworks like React, Vue, or Angular. I used all of them and React (using NextJS) is mostly still my go-to. What is Svelte? Svelte is a radical new approach to...James Tucker and 6 others are discussing this7 people are discussing thisDiscuss·164 likes·7.2K readsSvelte
Dev ShekhawatforDev Shekhawat's team blogcollaborationtest.hashnode.net·Nov 16, 2023This is a test article=Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It h...DiscussJavaScript
Helio Sales Jr.helio.hashnode.net·Apr 25, 2023React Essentials: What I Wish I Knew When Starting OutReact has become a popular JavaScript library for building modern, interactive web applications. If you are planning to learn React, congratulations! You are about to embark on a journey that will give you the skills to create dynamic, reusable UI co...Discuss·3 likesReact
Shrish Kerurtheshrish.hashnode.net·Apr 25, 2023What are functions in JavaScript?In this blog post, we'll explore what functions are and the different types of functions in JavaScript. Functions are one of the key building blocks of programming in JavaScript. They allow developers to encapsulate reusable pieces of code, which ca...Discuss·1 likeJavaScript
Tosin Dadatosind.hashnode.net·Apr 24, 2023JavaScript DOM ManipulationIntroduction to JavaScript DOM Manipulation JavaScript is a programming language that is commonly used to create interactive websites. One of the key features of JavaScript is the ability to manipulate the Document Object Model (DOM). The DOM is a hi...Discuss·10 likes·27 readsJavaScript
Deediki.hashnode.net·Apr 24, 2023Mastering the Steps: Building a Simple To-Do List App with JavaScriptBeginners often build a to-do app when learning a new programming language because it's simple yet practical, utilizing fundamental programming concepts. It also offers an opportunity to learn about UI design, data storage, manipulation, and interact...Discuss·1 like·31 readsJavaScript
Shivank Kapurshivankkapur.hashnode.net·Apr 23, 2023Day 1 Of #30DaysOfJavaScriptIntroduction Hey folks, the 30DaysOfJavaScript is a guide for both beginners and advanced JavaScript developers. In this Blog series, you'll learn all about JavaScript, the most popular programming language in the history of mankind. JavaScript is us...Discuss·10 likes30 Days of Code
ATUL KUMAR SINGHdevstation.hashnode.net·Apr 23, 2023Optimizing React Performance with Batching: A Simple GuideBatching is an important concept in React that helps to optimize the performance of your application by grouping multiple updates together into a single batch. In this blog post, we'll take a look at what batching is, how it works, and provide a simp...DiscussReact
0x04b030ba0x04b030ba.hashnode.net·Apr 22, 2023Introduction to Vue.js - A Progressive JavaScript FrameworkIntroduction to Vue.js Vue.js is a popular JavaScript framework for building web applications. It's an open-source framework that was first released in 2014 by Evan You. Vue.js is a progressive framework, meaning that it's designed to be incrementall...Discussjavascript framework
DSKdskview.hashnode.net·Apr 16, 2023Optimize Image Loading in React Native Fast ImageImprove your React Native app's performance with React Native Fast Image. Customizable and efficient image loading for a seamless experience. When it comes to image caching in React Native, the React Native Fast Image library is the go-to solution. W...DiscussReact
AbdulSalaamclericcoder.hashnode.net·Apr 14, 2023Revolutionize Your React App with Redux: A Beginner's Guide to Simplifying State Management(PART 2)Here is a link to PART 1 Creating a Reducer Function to handle each Action type and Update the Store Accordingly Reducers are called reducers because they are used in the reduce() function, which is used to reduce an array of values to a single value...DiscussReact