AHAdrian Henryinhungryturtlecode.hashnode.dev·Nov 5, 2020 · 22 min readAmazing Parallax Effect in Pure JS | Hungry Turtle CodeParallax Effects Don’t Have To Be Annoying Note: This is part one is a series where we will go from idea and hacky code to a generalised abstraction that we will publish as an open source library on NPM The original was posted on my website: Amazing ...00
AHAdrian Henryinhungryturtlecode.hashnode.dev·Nov 4, 2020 · 4 min readDebug() — Javascript Debugging Tips | Hungry Turtle CodeThis is a post originally from my website: Debug() — Javascript Debugging Tips https://www.youtube.com/watch?v=wRWVNCdygEY&feature=emb_title Debug() — The Death Of Ctrl+f If you are anything like me, you have wasted countless hours of your life using...00
AHAdrian Henryinhungryturtlecode.hashnode.dev·Nov 2, 2020 · 9 min readConsole.trace() — Javascript Debugging Tips | Hungry Turtle CodeThis was originally a post on my website: Console.trace() — Javascript Debugging Tips https://www.youtube.com/watch?v=QuO0UDkW2rk&feature=emb_title Little Known But Powerful Tool — console.trace() A while ago I released a post and a video about using...00
AHAdrian Henryinhungryturtlecode.hashnode.dev·Oct 30, 2020 · 4 min readConsole.time() — Javascript Debugging Tips | Hungry Turtle CodeThis is a post originally posted on my website: Console.time() — Javascript Debugging Tips https://www.youtube.com/watch?v=h807oIC66BY&feature=emb_title Just In Time — Console.time I have seen some amazing ways of timing how long javascript code take...00
AHAdrian Henryinhungryturtlecode.hashnode.dev·Oct 28, 2020 · 5 min readConsole.table() — Javascript Debugging Tips | Hungry Turtle CodeThis is a post originally from my website: Console.table() — Javascript debugging Tips https://www.youtube.com/watch?v=zi9JA9LLIcM&feature=emb_title Is console.log The Only Option? Like me, many of you probably use console.log() to debug your javascr...01A