Links since last time - 13 June 2020
Here are some of the interesting resources I came across these couple of weeks.

Here are some of the interesting resources I came across these couple of weeks.
The relationship between DevOps, Architecture and Continous Delivery
https://cloud.google.com/solutions/devops/devops-tech-architecture
npm is joining Github
https://github.blog/2020-03-16-npm-is-joining-github/
How to structure your NodeJS Project

While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.
What is SCRUM by Atlassian
What are JS Template Strings

const output = 'hello'
console.log(`${output} world`); // 'hello world'
Nyan cat NodeJS Progress bar
What is tree shaking

Optimizing your JS build size
How long can a URL be?

A comparison of different CSS frameworks/resets
I came across this while looking at NormalizeCSS VS SanitizeCSS VS ResetCSS
ES2020 updates

- Private variables
- Nullish Coalescing Operator
- Dynamic imports
What are Git SubModules

ES6 classes - Samantha Ming

What are CSS Variables

Object.freeze - true immutable

Thinking in React

Axios VS Fetch
https://blog.logrocket.com/axios-or-fetch-api/
Both of them are API clients, but fetch is a browser API while Axios is a npm package.
Better Pull Requests with Rebasing

What are callbacks and how to use them?

CRUD - Create Update Read Delete explained

Checkout my Telegram Channel

Whenever I come across an interesting resource, I will post it on this Telegram channel, so check it out.