Best of Frontend DevelopmentDecember 2022

  1. 1
    Article
    Avatar of jetbrainsJetBrains·3y

    Hour of Code: Top 5 Frontend Projects

    JetBrains Academy has released three frontend projects for frontend developers this summer. The most popular projects are HTML, CSS, and JavaScript. These tracks include a huge variety of real-life projects to keep you engaged during your studies. To help you develop and train this useful skill, we invite you to create a Virtual Piano app.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Why use NextJS?

    Next.js allows you to develop fast and user-friendly web applications and static websites using React.js. It is a ReactJS framework for building server-rendered web applications. It includes a number of features out of the box, such as Automatic code splitting, filesystem-based routing, hot code reloading and universal rendering.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    How to Become a Front-End Developer

    Front-end development involves building the visual and interactive elements of websites and applications that users interact with. As a front-end developer, you will be responsible for designing and implementing the user interface of web and mobile applications. You can learn web development from basics to advanced topics through online courses and programs.

  4. 4
    Article
    Avatar of devtoDEV·3y

    Introducing Codux

    Codux is a new visual IDE for easing and accelerating the development of React projects. Codux analyzes your project to discover its UI components and general structure. When it makes changes - when you’ve changed a property, for example - it will write code the way you would write it.

  5. 5
    Article
    Avatar of medium_jsMedium·3y

    Why You Should Use Islands Architecture

    In 2013, the Facebook-backed React barreled onto the web development scene offering a completely new way of rendering web applications. Instead of rendering pages on the server and shipping them to the client, developers could use React to create Single Page Applications (SPAs) that were rendered on the client side.

  6. 6
    Article
    Avatar of moralisMoralis·3y

    Essential Web3 Programming Languages for 2023

    Solidity Solidity is a Turing-complete, object-oriented, relatively high-level programming language for building EVM-compatible smart contracts. Rust Rust is a statically typed, multi-paradigm, low- level programming language emphasizing performance and security. Go Go is a Google-designed, open-source, compiled programming language.

  7. 7
    Article
    Avatar of ishadeedAhmad Shadeed·3y

    CSS Style Queries

    The Chrome team released experimental support for a new proposed CSS spec, style queries. In short, they let us query the style of a container, rather than the size only. This can be helpful in cases where querying the container size isn’t enough.

  8. 8
    Article
    Avatar of medium_jsMedium·3y

    Battle of the Giants: GitHub Copilot vs ChatGPT ⚔️⚔️

    GitHub Copilot is a tool to help developers write code faster. The release of ChatGPT sent ripples through the programming community as it could come up with incredible code snippets. The first time it generated incorrect code, and the next attempt was better Weirdly it works without the API key.

  9. 9
    Article
    Avatar of codemotionCodemotion·3y

    5 Top API Tools for Front-End Web and Mobile Development

    5 Top API Tools for Front-End Web and Mobile Development API tools are key elements in front-end development, both mobile and web. This article explores some interesting options available and their main features. In terms of web development, Application Programming Interfaces are powerful and extremely useful tools. These services help save considerable time, increase the developers’ performance.