Best of LoggingJuly 2023

  1. 1
    Article
    Avatar of tilThis is Learning·3y

    Backend development is more than writing endpoints for frontend

    Backend development is a crucial part of web development that involves creating and maintaining the logic, functionality and data of a website or an application. Backend developers are responsible for writing backend code that communicates with the frontend, the server and the database. They also ensure that the backend code is secure, scalable, reliable and efficient.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Frontend & creative coding

    An event that tracks those pesky gray bars 19. Jun 2023 Simple colorful logging in Node.js is an easy way to add some color to your node scripts. Mar 2023 Draw SVG rope using JavaScript 23.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Use Higher-Order Components in React

    In React, a higher-order component is a function that takes a component as an argument and returns a new component that wraps the original component. HOCs can take additional arguments, which lets you customize the behavior of the HOC. This makes them a flexible and reusable way to add functionality to your components.