Get Started With Node: An Introduction To APIs, HTTP And ES6+ JavaScript — Smashing Magazine
An introduction to the backend web application development process — discussing bleeding edge ES6+ JavaScript features, the HyperText Transfer Protocol, working with APIs and JSON, and using Node.js to build fast and scalable backends.
With all modern browsers now supporting Service Workers, it’s important to take a look at how we can use this tool to improve our users’ experiences online (and off). Jeremy Keith provides a gentle…
Digital Accessibility Courses Roundup • Digital A11Y
I always look forward to expand my knowledge in the Digital Accessibility space & as part of this I am on lookout for courses both free & paid that can add value to my resume & career. Here is a list of accessibility courses offered by various organizations. I have personally taken few of these …
The Bourne Again Shell (Bash) is a text interface to POSIX computers. A shell, Bash or otherwise, provides a way for you to talk directly to your computer without roundabout interfaces: you type the precise command you want your computer to execute. It's the most efficient and lightweight interface available, which is why it still endures after 40 years.
Request with Intent: Caching Strategies in the Age of PWAs
Caching media files, especially images, seems like an obvious way to improve performance, but should we? To provide a more performant UX without abusing users’s network connections or hard drives, …