Posts

Showing posts with the label tutorials

Password Validation with JavaScript

Image
  Features: Validate input value with Regular Expressions Hide and show the password Toggle the images according to the validation HTML eyeToggle  includes two images which are toggled in JavaScript. The validation structure has 5 items for validation. onkeyup  validates the function  checkPassword() . CSS When coding the CSS, I find it’s hard to size the image inside  :before . Unable to resize images created using the  ::before  pseudo-element? After searching, I found out it has to set up the  background-size  and also the  block size . Look it up  here . The images are from flaticon: Hydration free icons designed by Flat Icons Free vector icon. Download thousands of free icons of healthcare and medical in SVG, PSD, PNG, EPS format or as ICON… www.flaticon.com Physiology free icons designed by Flat Icons Download now this vector icon in SVG, PSD, PNG, EPS format or as webfonts. Flaticon, the largest database of free… www.flaticon...

Free JavaScript Projects & YouTube Tutorials to Boost Your Skills 2022

Image
  These free tutorials and projects can help boost your skill as a JavaScript developer in 2022. Photo by  Octavian Dan  on  Unsplash Learning JavaScript is a life-long process. After studying JavaScript basics, I can read the JavaScript codes well enough, but how to practice with real-world projects to go further on the front-end developer road? This has always been a mystery to me. I keep searching for JavaScript-related content and projects built by great developers. They are amazing because they share their knowledge with others and inspire them to step into the field. I’ve been through tons of free tutorials on YouTube every day. And in this article, I have compiled a list of recent videos that I’ve watched to progress in my programming journey. Here are some of the videos that have helped me in my journey as a JavaScript developer: Learning JavaScript in 2 hours from JavaScript Mastery Limited time, better grasp the most important thing. 2. Full course in 12 ho...