Workaday Reading

Using Object Spread Operator



"Since one of the core tenets of Redux is to never mutate state, you'll often find yourself using Object.assign() to create copies of objects with new or updated values. For example, in the todoApp below Object."

read »

Workaday Reading

Recomposing Redux



"Building your own Redux clone using the recompose library. Recompose is a set of helpers that create Higher Order Components (HOC) for React and add encapsulate behaviours that you can apply to any React component."

read »

Workaday Reading

Setup AWS S3 static website hosting using SSL (ACM)



"I registered a new domain (ssml.io) and I want to use it to host a static website using S3 and Cloudfront. For this website I want an SSL connection using a AWS Certificate Manager certificate. Open the buckets properties and activate “Static website hosting”. Make note of the Endpoint URI."

read »

Workaday Reading

Link Relations



"The Amazon API Gateway API includes the following link relations that you can use to access and modify Amazon API Gateway resources."

read »

Workaday Reading

aws¶



"Use aws command help for information on a specific command. Use aws help topics to view a list of available help topics. The synopsis for each command shows its parameters and their usage. Optional parameters are shown in square brackets. Turn on debug logging."

read »

Workaday Reading

todo



"Usage If I pushed this: /** * @todo Take over the world * @body Humans are weak; Robots are strong. We must cleanse the world of the virus that is humanity."

read »

Workaday Reading

Hacked Website Report 2017



"The latest malware and hacking trends in compromised websites. This report is based on data collected and analyzed by the Sucuri Remediation Group (RG), which includes the Incident Response Team (IRT) and the Malware Research Team (MRT)."

read »

Workaday Reading

Window.event



"window.event is a proprietary Microsoft Internet Explorer property which is only available while a DOM event handler is being called. Its value is the Event object currently being handled."

read »