Best of Frontend DevelopmentNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    5 websites to learn Frontend-web development faster

    In this article, I have curated 5 resourceful sites that will help you better you web development skills really fast. Exercism gives you the same path of study with extra challenges to help you grow faster. Below is a roadmap to master the fundamentals of JavaScript using this site.

  2. 2
    Article
    Avatar of pointerPointer·3y

    The State of Frontend in 2022

    The State of Frontend in 2022 analysis of 3,700 respondents from 125 countries. The 5 countries with the most responses were the US, Poland, UK, Germany and India. Only 18% of people filling out the survey said they work at non-tech-first companies.

  3. 3
    Article
    Avatar of ishadeedAhmad Shadeed·4y

    Inside the mind of a frontend developer: Hero section

    The most important thing here is the thinking process, not the CSS outcome, as sometimes it can get fairly straightforward to understand. In this article, I will take you into the journey of building a hero section by showing you your thought process.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn Full Stack Development – HTML, CSS, JavaScript, Node.js, MongoDB

    Full Stack Development - HTML, CSS, JavaScript, Node.js, MongoDB Full stack development is a term used to describe the process of developing a complete website or application from start to finish. Full stack developers must have a deep understanding of both front-end and back-end web development.

  5. 5
    Article
    Avatar of dzDZone·3y

    12 Essential Skills Your ReactJS Developers Should

    This guide will explain the crucial React JS developer abilities to screen for when hiring a ReactJS developer. Read our in-depth recruiting guide to discover the greatest React skills for your team. Join the DZone community and get the full member experience.

  6. 6
    Article
    Avatar of asayerasayer·3y

    Understanding React's useRef() hook

    A built-in React hook called useRef accepts one argument or parameter as its initial value. This tutorial will look at a demo that accepts user input and saves it in a reference, or ref, while building a simple task app with TypeScript.

  7. 7
    Article
    Avatar of towardsdevTowards Dev·3y

    No need to use sockets to send data from Back-End?

    A quick look at how traditional data transfer works between the Back-end and Fron-End. To get the data from the backend, frontend will call the API and in the response to it Data will be returned by the backend.

  8. 8
    Article
    Avatar of medium_jsMedium·4y

    Tauri vs. Electron for Tray Apps

    With Electron, you start out with an 85MB bundle size for almost no functionality, and most apps come up to a 150MB download easily. Tauri takes a radically different approach in how it is implemented. We’re going to try and rebuild most of its parts in Tauri, and see what works.