Hit enter to search or ESC to close
Dean Ha
  • About
  • Portfolio
  • Photography
  • Blog
  • Contact
Dean Ha

Just another blog

#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 Ha
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 Ha
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 Ha
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 Ha
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 Ha
Dean Ha1st January 2022
Technology

5+ Best JavaScript Animation Libraries

ScrollReveal JS If you wish to animate your web elements as they scroll into view,…
Dean Ha
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 Ha
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 Ha
Dean Ha5th July 2021
Tutourial & Tips

Check if jQuery is installed

if (typeof jQuery == "undefined") { alert("jQuery is not installed"); (function () { var script…
Dean Ha
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 Ha
Dean Ha10th March 2021
Tutourial & Tips

Remove bad GPS coords when tracking

There are times when you're tracking there are sudden jumps in the co-ords.. which are…
Dean Ha
Dean Ha28th November 2020
Tutourial & Tips

Remote Desktop use 2 out of 4 monitors

ALLOW ABILITY TO CHOOSE SUBSET OF LOCAL MONITORS FOR RDP SESSION (FULL SCREEN) Allow ability…
Dean Ha
Dean Ha25th November 2020
Tutourial & Tips

npm run *script* doesn’t do anything

have you tried running a script which was defined in your package.json and it didn't…
Dean Ha
Dean Ha14th November 2020
BlogTutourial & Tips

Basic JavaScript MutationObserver API

We can use the MutationObserver to listen to changes made to a target node. With…
Dean Ha
Dean Ha23rd June 2020
How toTutourial & Tips

How to access mysql & import database using the Command Line Interface

cd C:\xampp\mysql\bin mysql -u root -p show databases; use DATABASENAME; source path\to\DATABASE_SQL_FILE.sql  
Dean Ha
Dean Ha28th November 2019
1 2 3 4 Next

Categories

  • #100DaysOfCode
  • Blog
  • How to
  • Inspirations
  • Photography
  • Resources
  • Technology
  • Tutourial & Tips
  • W.I.P

© 2022 Dean Ha. All Rights Reserved

  • About
  • Portfolio
  • Photography
  • Blog
  • Contact