Posts

Showing posts from April, 2020

Sharing sessionStorage between tabs for secure multi-tab authentication

Sharing sessionStorage between tabs for secure multi-tab authentication

6 Great Uses of the Spread Operator

6 Great Uses of the Spread Operator : Thanks to ES6 and the likes of Babel, writing JavaScript has become incredibly dynamic, from new language syntax to custom parsing like JSX.  I’ve become a big fan of the spread operator, three dots that may change the way you complete tasks within JavaScript.  The following is a listing of my favorite uses of the spread …

Setting Up Tailwind CSS In A React Project — Smashing Magazine

Setting Up Tailwind CSS In A React Project — Smashing Magazine : This article introduces Tailwind CSS, a CSS library that gives you all of the building blocks you need to build bespoke designs without opinionated styles. You’ll also learn how to seamlessly set up Tailwind CSS in a React project.

Random Stuff: Homebrew cheat sheet and workflow

Random Stuff: Homebrew cheat sheet and workflow : If you are a Mac owner and a serious *NIX user, you're probably aware of Homebrew . I have a few of my favorite tools installed with brew ...

Nice Template Travel | Bootstrap blog

Travel | Bootstrap blog

How JavaScript works: an overview of the engine, the runtime, and the call stack

How JavaScript works: an overview of the engine, the runtime, and the call stack : As JavaScript is getting more and more popular, teams are leveraging its support on many levels in their stack - front-end, back-end, hybrid apps, embedded devices and much more. This post is meant…

Do You Know What a REST API Is? — SitePoint

Do You Know What a REST API Is? — SitePoint : Craig Buckler introduces REST and RESTful APIs, explaining how computer systems communicate over HTTP in a similar way to web browsers and servers.