Best of Frontend DevelopmentJanuary 2023

  1. 1
    Article
    Avatar of itnextITNEXT·3y

    The Next Generation of Front-end Development

    neo.mjs offers developers a unique approach to front-end development by utilizing the “off the main thread” paradigm. This approach allows for tasks such as data processing and heavy computation to be handled by a separate thread. This can result in significant performance improvements and a more responsive and smooth user interface.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Learn to Code & Get a Developer Job in 2023 [Full Book]

    How to Learn to Code & Get a Developer Job in 2023 is the full book – for free – right here on freeCodeCamp.org. More than a million people visit this website each day to learn about math, programming, and computer science. The book is for anyone who is considering a career in software development.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Backends for Frontends Pattern

    Backend for Frontend pattern allows frontend clients to load UI-ready data projections and to refresh the UI with event-driven notifications. The BFF pattern has been adopted by companies like Netflix, where their Android team seamlessly swapped the API backend of the Netflix Android app, enabling them to work with their endpoint.

  4. 4
    Article
    Avatar of dzDZone·3y

    Web Application Architecture: The Latest Guide

    Web Application Architecture is an underlying web application architecture that makes this process possible. Choosing the right design defines your company growth, reliability and interoperability and future IT needs. A web app architecture presents a layout with all the software components (such as databases, applications and middleware) and how they interact with each other.

  5. 5
    Article
    Avatar of moralisMoralis·3y

    Web3 Programming – How to Learn Web3 Programming

    Web3 programming can generally be divided into two central parts: frontend and smart contract development. To start in Web3, you should advance your proficiency in programming languages related to your goals. To learn Web3 programming, sign up with Moralis now to fully leverage the power of blockchain technology.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Become a Frontend web developer in 2023 - A step by step guide

    A front-end developer is responsible for building the layout of a website from scratch including various icons and toggles that users rely on to get a service done. Back-end developers do the exact opposite of frontenders do as a programmer in the field you are expected to implement all the background stuff like development of the infrastructure, database and Communications.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Full Stack Development with MongoDB, Java, and React

    Full Stack Development with MongoDB, Java, Spring Boot, and React Full stack web developers must be familiar with a wide variety of technologies and programming languages. The course will guide students through the process of developing a movie review application that utilizes a separation of concerns between the client and server code.

  8. 8
    Article
    Avatar of asayerasayer·3y

    Angular, React, Vue -- A three-way comparison

    Angular, React, and Vue can be used almost interchangeably to build front-end applications. But they’re not entirely the same, so it makes sense to compare them and understand their differences. This article will break down the differences between the two through the lens of a new developer.

  9. 9
    Article
    Avatar of phProduct Hunt·3y

    re:tune - The missing frontend for GPT-3

    The ultimate tool for creating and monetizing fine-tuned language models using GPT-3. With re:tune, you can easily train and customize your own AI assistant for any industry or use case, and generate an API.

  10. 10
    Article
    Avatar of logrocketLogRocket·3y

    How to debug TypeScript in Chrome

    The Google Chrome web browser offers an inbuilt debugger with the DevTools module for debugging JavaScript. Chrome DevTools implements support for source maps and can inspect both Node.js and Deno debugger instances. In this tutorial, I will explain how to debug client-side and server-side TypeScript code in Chrome.

  11. 11
    Article
    Avatar of logrocketLogRocket·3y

    Using Medusa as a Shopify alternative

    Medusa is an open source, headless ecommerce engine that prides itself as an alternative to Shopify. The term headless CMS implies building a content repository or backend with the ability to integrate with any frontend of choice. Medusa has a built-in customizable feature that allows customers to customize their ecommerce store.