Chhakuli Zingarechhakulizingare.hashnode.net·Dec 14, 2022This year's journey with Dev Retro 2022I’ll tell you the story, but I have to start somewhere so I’ll just say that😉 when I made the decision to jump into learning web development…I was at a point where I had no idea what I wanted to do in life🤷♀️. First time I got a chance to reflect ...Shad Mirza and 310 others are discussing this311 people are discussing thisDiscuss·3.1K likes·3.6K reads#DevRetro2022Great writeup, Chhakuli! 🙂 Your story is very inspirational. Keep up the good work. ✨ 41
Mohit Guptathemohitgupta.hashnode.net·Jul 22, 2022A Complete Guide To CSS SelectorThe CSS selector helps us to target an HTML element in our web page. What is Selector? The CSS selectors are commonly used to target an HTML element which helps us to specify the specific value to specific elements within our web page. Here are some ...Discuss·179 likes·280 readsCSS
Mohit Guptathemohitgupta.hashnode.net·Aug 12, 2022Mastering CSS Flexboxwhat is CSS flexbox?🤔 The flexible box module, usually refer as flexbox, helps us to design a responsive website, Before the flexbox layout module there were four layout modes: Block used for sections in a webpage Inline used for text Table us...Anand and 1 other are discussing this2 people are discussing thisDiscuss·176 likes·1.7K readsCSS
Prahlad Inalaprahladinala.hashnode.net·Apr 24, 2023JSX IntroductionJSX (JavaScript XML) is a syntax extension to JavaScript used to write HTML-like structures in JavaScript code. It was popularized by the React framework and is used extensively in React applications. JSX allows developers to write HTML-like syntax d...DiscussReact NativeJavaScript
AbhinandanforAbhinandan's blogabhinandan411.hashnode.net·Apr 21, 2023🎯 Css Positioning Properties 🙂👋WELCOME_BACK AGAIN WITH CSS POSITIONING🙇♂️ Hey Folks, welcome back with the new article CSS positioning. In this article, we are going to read the position properties available in CSS. we will know what Positions in CSS what are the types, how it...Discussineuron
NearFormforNearFormnearform.hashnode.net·Apr 21, 2023How to Create Custom Apple Wallet Passes with React Native and FastifyBy Ruslan Bredikhin We begin with an introduction to React Native and Fastify What is React Native? React Native is a framework that allows you to create native applications using web technologies like JavaScript and React. This means you can write y...Discuss·1 likeReact Native
Prahlad Inalaprahladinala.hashnode.net·Apr 21, 2023React Native 101: Rewriting an entire App.jsxIntroduction Importance of rewriting an entire App.jsx Rewriting an entire App.jsx file in a React Native project can be challenging, But we can learn a lot from it. A brief overview of the steps involved Analyzing the existing code in App.jsx . Re...DiscussReact NativeReact
Prabhat Kumar Saraswatprabhat1001.hashnode.net·Apr 21, 2023CSS Flexbox: Your Secret Weapon for Stunning WebsitesHello there! Have you ever heard of Flexbox before? If not, don't worry at all! I'm here to help you learn all about it in a fun and easy way. By the end of this blog, you'll be a pro at using Flexbox for your web designs. So sit back, relax, and le...Discussflexbox
NearFormforNearFormnearform.hashnode.net·Apr 20, 2023Learn How to Build a Custom Test Reporter Using Node.js' New Native Test RunnerRômulo Vitoi We cover the test runner reporters and explain how to build a custom reporter Node.js 18 was a release packed with new features and one of them is a built-in test runner. We have talked about this release in an earlier blog post, What’s ...Discuss·4 likesNode.js
Harshil_dev_2.0harshilsuthar.hashnode.net·Apr 18, 2023React - Introduction and FAQsReact is a JavaScript library written by Facebook engineers that helps build single-page applications. But what exactly is a single-page application? In the past, when we clicked on a button or link, the whole page would load, which took a long time ...DiscussReact
Deepak Nayakdeepaknayak.hashnode.net·Apr 17, 2023Undefined and Not DefinedUndefined : You can only find undefined in Javascript, not in any other languages. But you guys must be wondering what undefined is. Undefined is a very special word in Javascript that gets stored inside the variable during the memory execution phase...Discussiwritecode
Prahlad Inalaprahladinala.hashnode.net·Apr 17, 2023React Native 101: File StructureThe project structure for a React Native CLI project can vary based on the specific requirements of the project and how it is organized by the development team. However, there are some common folders and files that are typically found in a React Nati...DiscussReact NativeReact
Nachiket Keripalenachiketkeripale.hashnode.net·Apr 16, 2023CSS SelectorsIn CSS, selectors are used to target the HTML elements on our web pages that we want to style. There are a wide variety of CSS selectors available, allowing for fine-grained precision when selecting elements to style. What is a selector? You have met...Discuss·4 likesHTML