Angular: Request API with JSONP
How to request JSONP API using Angular
css3 – Sass Variable in CSS calc() function – Stack Overflow
Use Interpolate: body height: calc(100% – #{$body_padding})
Source: css3 – Sass Variable in CSS calc() function – Stack Overflow
The future of .Net Web Apps, how YOU can learn to build your first Blazor app in .Net Core 3.0
CSS Position Sticky – How It Really Works!
CSS Position Sticky – How It Really Works! by Elad Shechter
YARN vs NPM (vs pnpm) in 2019: comparison and verdict
In this article I’ll talk about Yarn and NPM, arguably the most popular JavaScript package managers available as of today, with the precise intent of compare their respective features
www.ryadel.com/en/yarn-vs-npm-pnpm-2019/amp/
Flexbox guide
Snippet for positioning items centered horizontally and vertically:
display: flex; /* turn flexbox on */ justify-content: center; /* center children horizontally */ align-items: center; /* center children vertically */
Snippets for container positioning items and IE10 rules:
/* IE 10 flexbox cheatsheet */ /* enable flexbox */ display: flex; display: -ms-flexbox; /* container - horizontal align items */ justify-content: flex-start | flex-end | center | space-around | space-between; -ms-flex-pack: start | end | center | distribute | justify; /* container - vertical align items */ align-items: flex-start | flex-end | center | stretch | baseline; -ms-flex-align: start | end | center | stretch | baseline; /* container - vertical height for items when extra space is available (multi line) */ align-content: flex-start | flex-end | center | space-around | space-between | stretch; -ms-flex-line-pack: start | end | center | distribute | justify | stretch;
Read more here:
css-tricks.com/snippets/css/a-guide-to-flexbox/
Legacy browser support: (E.g. Internet Explorer 10):
https://css-tricks.com/using-flexbox/
Cheatsheet flexbox equiv. for IE10:
https://gist.github.com/Paul-frc/3ed765ed10c9635384e98f58334081e4
denisidoro/navi: An interactive cheatsheet tool for the linux command-line
An interactive cheatsheet tool for the Linux command-line
Source: denisidoro/navi: An interactive cheatsheet tool for the command-line
Hack | A typeface designed for source code
Hack is hand groomed and optically balanced to be your go-to code face.
sourcefoundry.org/hack/
CSS only shaped: circles, ovals, triangles and arrows
Create circles, ovals, triangles and arrows using css only:
sharkcoder.com/visual/shapes