HoundioforHoundiohoundio.hashnode.dev·Nov 12, 2024Hello Uncle Font FreeHello Uncle Font: A Whimsical Touch for Your Designs In a world where visuals play a pivotal role in communication, choosing the right display font can make all the difference in capturing attention and conveying emotions. Enter Hello Uncle, a deligh...Discussconcept
Vishal Sharmacodreline.hashnode.dev·Mar 15, 2024Deep Copy vs Shallow Copy in JavascriptIn JavaScript, copying objects or arrays might seem straightforward at first glance, but there are important distinctions between deep copy and shallow copy that developers need to understand. Let's delve into what each term means and when to use the...Discuss·2 likesJavaScript
Sreejith Warriersree711.hashnode.dev·Dec 27, 2023Class Components & Component Lifecycle in React.What is a Component? In React Native, components are the building blocks of the user interface. They are reusable, self-contained pieces of code that define how a part of the user interface should appear and behave. Components can be simple, represen...Akash Pandey and 1 other are discussing this2 people are discussing thisDiscuss·33 likes·56 readsReact
Ashish Guleriaaashiishh.hashnode.dev·Oct 29, 2023Understanding Space Complexity in AlgorithmsDay 2 of #100DaysOfCodeChallenge. Today I studied about space complexity. Space Complexity Simplified: Space complexity in algorithms refers to the total amount of memory used by an algorithm in relation to the size of its input. It encompasses bot...Discuss·2 likesSpace Complexity
Chinmay Mhatrechinmayblogs.hashnode.dev·Aug 3, 2023Undefined vs Is not defined : The Javascript wayTo even begin with the topic, let's first understand how javascript allocates memory and executes the code. Everything in javascript happens inside the Global Execution Context. Execution context can be assumed as a box inside which there are two com...Discuss·161 readsJavaScript
Brandon Thornproggr.hashnode.dev·May 10, 2023Githubberment: 10 Years LaterI recently aimed to collect some thoughts related to Commonwealth and perhaps DAO-of-DAOs more generally, and referenced one of my old thought experiments, Githubberment. As I tried to search for a link to it, I found it's nearly been memory holed co...DiscussDEITGovernance
Mohit Thakurmohitthakur.hashnode.dev·Apr 9, 2023The Power of DevOps: Making Software Development Better and FasterIntroduction In the world of software development, there's a cool approach called DevOps that helps teams work together more smoothly and deliver software faster. DevOps combines the efforts of developers and operations folks to make things run more ...DiscussDevops
Priyansh Shrivastavapriyanshshrivastava.hashnode.dev·Feb 4, 2023How Destructuring works in JavaScript- A simple yet detailed guide - Part 1 (Destructuring Arrays).This article will be divided into 3 parts: What is Destructuring ? Why do we need Destructuring? How to master Destructuring so that we can easily play with JavaScript objects and arrays. What is Destructuring? Destructuring is a JavaScript exp...Discuss·41 readsJavaScript
Nikhil Vaidyarvecturum.hashnode.dev·Jan 28, 2023Understanding Functions in GolangWhat are functions or how do we use them and how it is different from methods? In brief, functions are like simple tasks for which you give input to do something and you get the desired output. We follow functions in our daily lives like cooking foo...Discuss·51 readsgolang
Chuneshwar Karanjekarchuneshwar.hashnode.dev·Jan 25, 20237 JavaScript Concepts That Every Web Developer Should KnowJavaScript is a programming language that is primarily used to create interactive front-end web applications. It is a client-side scripting language, which means that it is executed by the user's web browser rather than the server. JavaScript can be ...DiscussJavaScript