Tagged in

Design

Sudo vs Root
Sudo vs Root
Thoughts directly from the minds and hearts of the engineers at Skcript, via Medium.
More information
Followers
3.3K
Elsewhere
More, on Medium

GitHub’s amazing UX

I was explaining to a colleague of mine how he can host his static website on GitHub for free. He was super happy about this, so to get him started I shared the help page that he could follow.


Understanding Flexbox

Flex is used to create whole modules or blocks that can contain responsive elements in it. Many grid systems(Bootstrap, foundation) whose SASS/SCSS I observed carefully follows the conventions of flex. Positioning components and objects in vertical or horizontal stacks is possible with…