Hedegare's Blog

Building - Learning - Optimizing - Growing

Building a Modal with HTML, CSS and JavaScript

This tutorial guides you through building your own custom modals, perfect for displaying content, alerts or forms on wny webpage, using HTML, CSS and JavaScript.

Published in 2024-10-06

Introduction to React Hooks

Explore the essentials of React Hooks in this comprehensive beginner's guide. Learn how to simplify your React code by managing state and side effects with ease, even if you are new to web development.

Published in 2024-09-22

Mastering CSS Pseudo-Elements: Unlock the Power of "::before" and "::after"

Learn how to effectively use CSS pseudo-elements like `::before` and `::after` to enhance your web design skills with practical examples and best practices.

Published in 2024-09-08

Guide to Stateful and Stateless Widgets in Flutter

Learn the fundamental differences between Stateful and Stateless widgets in Flutter. This guide will help you understand how and when to use each of them to create dynamic apps.

Published in 2024-08-25

How to Create a Function to Count Vowels in a String

This post guides you through creating a function to count the vowels in a string. It covers the logic and provides examples, making it suitable for both beginners and those looking to refresh their skills.

Published in 2024-08-11