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

Just another blog

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
Blog

HTTP Status Codes List

HTTP response status codes indicate whether a specific HTTP request has been successfully completed. Status…
Dean Ha
Dean Ha11th October 2019
How toTechnologyTutourial & Tips

ElectronJs – Creating your first Cross-Platform Desktop App

Make sure you have Node and NPM install on your Development Environment Install electron locally…
Dean Ha
Dean Ha6th September 2019
How toTutourial & Tips

How to create a Progressive Web App (PWA)

Generate your PWA manifest.json here: https://app-manifest.firebaseapp.com Create a ServiceWorker and name it: sw.js You will…
Dean Ha
Dean Ha22nd August 2019
Tutourial & Tips

How to encrypt a string with a private key/salt in PHP

Its useful to encrypt a certain string and and then unlock the message by decryption…
Dean Ha
Dean Ha31st July 2019
Resources

3 Amazing Places to Get Free Stock Photo Images

3 Amazing websites that offers Free stock photos you can use everywhere. ✓ Free for…
Dean Ha
Dean Ha27th June 2019
BlogResources

Great Web Technologies and Libraries to Try Out

Some really nice tools out there, that we as a developer, should try. It would…
Dean Ha
Dean Ha9th May 2019
Blog

Save & Get £15 Off Your Next Trip on Booking.com

Save £15.00 when you book your next trip on Booking.com via the link below: https://www.booking.com/s/43_8/dwha8880
Dean Ha
Dean Ha24th April 2019
BlogInspirations

How to use NFC Tags in 6 CREATIVE Ways

How to use NFC Tags in 6 CREATIVE Ways https://www.youtube.com/watch?v=kc2MM8z6X7k Fun and Tricks with NFC…
Dean Ha
Dean Ha14th March 2019
Tutourial & Tips

Find all string within square brackets [string] – Regex

Regex Pattern: var regex = '/\/g';   Link: https://www.regextester.com/97589
dha
dha20th December 2018
How toTutourial & Tips

Setting up your workspace for Cordova

Settings from Cordova when you run 'cordova requirements' Java JDK: installed 1.8.0 Android SDK: installed…
Dean Ha
Dean Ha28th November 2018
Inspirations

Shared Elements Transitions for Web Development

I’ve been fascinated about hoe Shared Element Transitions across native apps works. They are fluid,…
dha
dha23rd November 2018
Inspirations

Oat the Goat – Interactive Story

A very well made interactive story about a Goat. Oat the Goat
dha
dha25th September 2018
Tutourial & Tips

Example of Well Maintainable Website Style Guides

Below are a couple links to samples of well maintained and organised systems to keeping…
dha
dha7th September 2018
Previous 1 2 3 4 Next

Categories

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

© 2023 Dean Ha. All Rights Reserved

  • About
  • Portfolio
  • Photography
  • Blog
  • Contact