BlogTutourial & Tips Common React Code Snippets: A Handy Reference Whether you're just starting your journey with React or you're a seasoned developer, having a…Dean Ha25th October 2023
How toTechnologyTutourial & Tips Building a PWA: Your Step-by-Step Guide with Code Snippets and Examples Progressive Web Apps (PWAs) are all the rage and for a good reason. They combine…Dean Ha24th October 2023
Resources 5 Free Design Resource – icons & illustrations PNG, SVG ICONPACKS Download 21165 free PNG image, SVG vector icons, symbols and icon packs. High-quality SVG,…Dean Ha5th September 2023
BlogTechnology From Web to Mobile: Building Apps with ReactJS and React Native "Discover how ReactJS and React Native can help you build powerful and consistent user experiences…Dean Ha20th March 2023
BlogTechnology The Creative Edge: Why Human Web Developers Still Outperform AI Discover the advantages of human web developers over AI in UX/UI design, creativity, and testing…Dean Ha20th March 2023
#100DaysOfCode React Build Bundle – Don’t put your secrets in the .env file! – (5/100) Day 5 | #100DaysOfCode Today I did some refactoring on my React & Google…Dean Ha5th January 2022
#100DaysOfCode Completion of React & Redux Course – (4/100) Day 4 | #100DaysOfCode Today I've successfully completed the React & Redux course via…Dean Ha4th January 2022
#100DaysOfCode Google Sheets API Integration as a Simple Database – (3/100) Day 3 | #100DaysOfCode Today I learned how to integrate Google Sheets into a…Dean Ha3rd January 2022
#100DaysOfCode The Big-O Notation & Time Complexity – (2/100) Day 2 | #100DaysOfCode Today I’ve learned about “The Big-O Notation & Time Complexity” it’s…Dean Ha2nd January 2022
#100DaysOfCode Happy New Year 2022 – (1/100) Day 1 | #100DaysOfCode Build the year 2022 in CSS ? https://codepen.io/deanha/pen/RwLMxew… via @CodePen Dean Ha1st January 2022
Technology 5+ Best JavaScript Animation Libraries 5 Best JavaScript Animation Libraries for Stunning Web Animations Animations are a powerful tool for…Dean Ha23rd November 2021
Tutourial & Tips How to remove all white spaces from a string var copyText = document.getElementById("reg"); copyText.value.replace(/ /g,'') Dean Ha19th August 2021
How toTutourial & Tips How to write specific CSS targeting IE browsers <!doctype html> <html> <head> <title>IE10/11 Media Query Test</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <style> @media…Dean Ha5th July 2021
Tutourial & Tips Check if jQuery is installed if (typeof jQuery == "undefined") { alert("jQuery is not installed"); (function () { var script…Dean Ha28th May 2021
How toTutourial & Tips How to force SSL with .htaccess? To force your website domain to use an HTTPS connection, add the following lines inside…Dean Ha10th March 2021