Picture In Picture
March 29, 2020The Picture in Picture API allows users to continue to consume video content on your site while also exploring the rest of the sites content…
Opinionated rambles by Chris Laughlin JavaScript developer and dog dad Follow me onTwitter,InstagramorGithubmore about mehere
The Picture in Picture API allows users to continue to consume video content on your site while also exploring the rest of the sites content…
To continue from my last post about the podcasts that I listen to lets, look at some others podcasts that I do not only listen to but have…
As I mentioned in my last post I listen to a lot of different podcasts on my way to and from work. I thought it would be interesting to…
After asking on twitter and getting this tweet and the inspiration of this post I decided to join the ranks of the “A day in the life”.…
Command Line I was recently on-boarding a new intern and I made me realise I have spent a long time setting up my machine to work well and…
Lock Picking Have you ever mapped over a list in React and built a list of DOM nodes or list of components? Have you ever been told by your…
Konami Code If you are old like me, or are a gamer then you might remember the Konami Code.The code is ⬆️⬆️⬇️⬇️⬅️➡️⬅️➡️B A Doing this on…
If you have worked with a JavaScript application that needs to talk with a server you have most likely used a library to handle the REST…
After listening to a recent episode of the React Podcast on which Michael Chan was talking to Laurie Voss from the npm team. At the end of…
So React hooks are awesome and we all want to use them in production. But I don’t know about you but I don’t like deploying production code…
As React hooks mature are are more wildly used I have been updating part of my applications to be more hooks focused. As I scale with hooks…
As part of Hacktoberfest you need to at least open 5 pull requests to get the sticker and t-shirt. I remember last year seeing a status…
Its that time of the year again, the leaves are changing color and the nights are getting longer. So why not spend that extra time inside…
QUICK TIP TIME!!!!! Double bang, double exclamation or not not whatever you want to call it. You will most likely see or use this in your…
I was recently listening to the syntax podcast and they were talking about user roles, authentication and authorization. This made me think…
If you work with data driven applications or have been working with React/Redux/any modern JavaScript framework/library then you have…
QUICK TIP TIME!!!!! This: Is the same as this: WUT! This is an example of the bitwise NOT operator. You can read more on what Bitwise…
Higher order functions is a very useful and easy to use design pattern in JavaScript. I have been using it more and more recently. The…
QUICK TIP TIME!!!!! I found this on twitter a while back but can’t remeber the person who tweeted. I finally used it in my project today so…
I recently ran into an issue while running my test suit. For full context my tests run using phantom, yes I know its old and everyone uses…
I recently messed up creating a new version in work. I ran our normal version script which boils down to . We have a bunch of commit and…
React patterns have advanced and grown, you can now follow multiple approaches to rendering a component. One such pattern is the Compound…