Fernanda Correa
  • Trends
  • Web development
  • CSS
  • Vue
  • React
  • Digital Marketing
  • How to
  • SEO
  • CSS Frameworks and Components Library trends for 2023

    CSS Frameworks and Components Library trends for 2023

    January 4, 2023
    Accessibility, CSS, React, Trends, Vue

    A CSS framework provides a fully functional CSS stylesheet, allowing us to create a web page by simply coding the HTML with appropriate classes, structure, and IDs. Classes for popular website features like the footer, slider, navigation bar, hamburger menu, column-based layouts, and so on are already included in the framework. What is a CSS…

  • Javascript concepts – Numbers, Strings and Operators

    Javascript concepts – Numbers, Strings and Operators

    December 27, 2022
    Javascript

    Here you’ll find everything you need to know about Numbers, Strings, and Operators. JavaScript has one number type (which is a 64-bit IEEE 754 double).Doubles have a 52-bit mantissa, which is enough to store integers up to about 9✕10¹⁵ precisely. 3; // = 31.5; // = 1.5 Some basic arithmetic works as you’d expect. 1…

  • How to implement a taxonomy filter for your WordPress project

    How to implement a taxonomy filter for your WordPress project

    December 12, 2022
    How to, Php, Wordpress

    To implement a taxonomy filter for your WordPress project, follow these steps: Make sure to replace ‘your_custom_post_type’ with the actual name of your custom post type. This code retrieves the terms from the taxonomies using the get_terms() function and then displays them as checkboxes in the form. In this code, we retrieve the selected terms…

  • Simple pure CSS loading to your pages

    Simple pure CSS loading to your pages

    December 2, 2022
    CSS, How to

    👋 Hello all! In this tutorial, I will illustrate the steps to design a CSS loading animation that bounces. HTML Add a class name called “loading” to <div> tag that wraps 3 divs. You can add any class name on your own. Each div from the parent will receive a style on the next CSS.…

  • The most optimal JS solution for loading on the page.

    The most optimal JS solution for loading on the page.

    November 29, 2022
    Javascript

    Check out how to use cross-browser and optimal loading to check if the document has loaded with vanilla Javascript using this property.

  • How to implement a React Dark Mode using state and localStorage

    How to implement a React Dark Mode using state and localStorage

    November 22, 2022
    Accessibility, How to, React

    Learn how to add a dark mode to your project using these steps.

  • How to: Search keywords with Vue 3

    How to: Search keywords with Vue 3

    November 9, 2022
    How to, Vue

    Front-end code with vue3 to construct a search based on keywords, which can be categories, tags, or even any words of an array

  • Why do semantics matters?

    Why do semantics matters?

    October 25, 2022
    Accessibility

    It’s easy to miss the importance of semantics in web development. After all, a div and a section tag all render the same, right? But in the world of accessibility semantics are extremely important. If you’ve ever wondered how a screen reader turns a bunch of HTML into a spoken UI then you’ll definitely enjoy…

←Previous Page
1 … 4 5 6 7
Next Page→
Fernanda Correa
  • Resume about me…
  • Portfolio
  • Privacy Policy
  • Contact
  • Instagram
  • LinkedIn
  • GitHub