• Home
  • About
  • Portfolio
  • Contact

bernieslearnings

Software development and more



  • Twitter
  • CherryTree Not Executing Code

    CherryTree Not Executing Code

    June 19, 2024
    Software

    If you are executing a codebox in Cherrytree and are not seeing any output, it may be because you don’t have xterm installed. Install xterm…

    Continue Reading →

  • Are propTypes not recommended?

    Are propTypes not recommended?

    April 4, 2024
    Web Development

    In most cases, propTypes has been superseded by TypeScript. I can’t see any comment from the React team about stopping using propTypes. However, there is…

    Continue Reading →

  • useCallback or not

    useCallback or not

    April 4, 2024
    Web Development

    The first consideration is whether the function is tightly coupled to the component. Could you reuse the function elsewhere in your code base? If you…

    Continue Reading →

  • Code coverage issues with Quarkus, Lombok and Jacoco

    Code coverage issues with Quarkus, Lombok and Jacoco

    March 20, 2024
    Programming

    I have spent the better part of a day trying to figure out why my Quarkus project was showing far different results in intellij vs…

    Continue Reading →

  • Should you use multiple useEffects?

    Should you use multiple useEffects?

    October 3, 2023
    Web Development

    Yes, you definitely should use multiple useEffects in your React components. Provided that you need to do so. Why should you use multiple useEffects? The…

    Continue Reading →

  • Do you put watch value into state for react-hook-form?

    Do you put watch value into state for react-hook-form?

    September 27, 2023
    Uncategorized

    In short, no. Unless you need to put your watch value into state in a react-hook-form. React-hook-form has the watch function, so you don’t necessarily…

    Continue Reading →

  • Do not define components during render

    Do not define components during render

    September 5, 2023
    Web Development

    I just ran into an interesting SonarLint problem. “Do not define components during render” Do not define components during render. React will see a new…

    Continue Reading →

  • Your first React component

    Your first React component

    August 21, 2023
    Web Development

    Let’s start with the definition of a React component. A reusable, encapsulated piece of the UI that can have its own logic, state, and rendering…

    Continue Reading →

  • Understanding React’s Virtual DOM: A Key to Efficiency in Web Development

    Understanding React’s Virtual DOM: A Key to Efficiency in Web Development

    August 11, 2023
    Web Development

    One of the core concepts that sets React apart is React’s Virtual DOM (Document Object Model), a technology that contributes significantly to the efficiency and…

    Continue Reading →

  • 21 Essential Tips Every React Developer Should Know

    21 Essential Tips Every React Developer Should Know

    August 10, 2023
    Web Development

    In this article, we’ll explore 21 indispensable tips that every React developer should know. These tips will help you write cleaner, more efficient, and maintainable…

    Continue Reading →

1 2 3 … 16
Next Page→

Copyright © 2023. All Rights Reserved.