Take advantage of two free video courses on learning NativeScript (with or without Angular!)... (more…)
Read more »
This is post # 31 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
Rails has been unapologetically full stack since the beginning. We've continuously sought to include ever-more default answers to all the major infrastructure questions posed by modern web development. From talking to a database, to sending and receiving ... (more…)
Read more »
To detect if the caps lock is on, use the getModifierState() method for the KeyboardEvent object: const capslockIsOn = event.getModifierState(modifier); The getModifierState() (...)... (more…)
Read more »
To offset some of the banana-based JavaScript "weirdness" that's making the rounds, I'm bring you a 40 line JSFuck compiler that turns innocent looking JS in... (more…)
Read more »