Items of the week
CSS - an element with
position: sticky;
sticks to the nearest parent / ancestor element that is scrollable , thus wrapping the said element in a container might change its behaviour. The explanation is available on MDN Web Docs.Serverless - the Serverless framework configuration file (
serverless.yml
) allows using variables as config values, e.g.light: ${env:LIGHT_SWITCH}
, what's great is that it also allows nested variable references, e.g.light: ${env:${opt:room}_LIGHT_SWITCH}
. Details can be found on the documentation page.Design - use progress visualisation, gamification, and activity tracking in design to motivate users toward desired goals. These techniques can invoke the goal-gradient effect where users might put more efforts as they get closer to targets, as explained by an article on UX Collective.
Note of the week
On the week 42 of 2021, we saw the release of Node.js 17 with the underlying V8 JavaScript engine updated to version 9.5 and also the release of Chrome 95 that marks the start of the new user-agent reduction origin trial. That's all for this week's post, thank you for reading and if you have got any feedback, do let me know by leaving a comment. Have a nice day!
Top comments (0)