Skip to content

Commit

Permalink
2019-03-01
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Mar 1, 2019
1 parent 4885c87 commit 8fac3b2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2019-03-01
### Added
- New section "TypeScript":
- [Advanced TypeScript Types with Examples](https://levelup.gitconnected.com/advanced-typescript-types-with-examples-1d144e4eda9e)
- [Some Lesser Known TypeScript Features](https://medium.com/@eliezer/some-lesser-known-typescript-features-d067e29797d0)
- [TypeScript: class vs interface](https://medium.com/front-end-weekly/typescript-class-vs-interface-99c0ae1c2136)
- [Web-standards](https://twitter.com/webstandards_ru)
- [Web Platform News](https://twitter.com/WebPlatformNews)
- [Accessible SVG Icons with Inline Sprites](https://www.24a11y.com/2018/accessible-svg-icons-with-inline-sprites/) ([RU](https://medium.com/web-standards/accessible-svg-icons-4d8d80b52f92))
- [Using CSS Grid the right way](https://vgpena.github.io/using-css-grid-the-right-way/)
- [To Grid or to Flex?](https://css-irl.info/to-grid-or-to-flex/)

## 2019-02-11
### Added
- New section "Feeds":
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Links for studying web development.
## Feeds
- [Fresh Frontend Links](https://medium.com/@frontender_ua)
- [For Web](https://forwebdev.ru/)
- [Web-standards](https://twitter.com/webstandards_ru)
- [Web Platform News](https://twitter.com/WebPlatformNews)
- [bitsofcode](https://bitsofco.de/)
- [DEV](https://dev.to/)

Expand All @@ -13,6 +15,7 @@ Links for studying web development.
- [A11Y Style Guide](http://a11y-style-guide.com/style-guide/)
- [Autofill: What web devs should know, but don’t](https://cloudfour.com/thinks/autofill-what-web-devs-should-know-but-dont/) ([RU](https://habrahabr.ru/company/mailru/blog/301840/))
- [Гид по верстке адаптивных писем](https://habrahabr.ru/company/netologyru/blog/324970/)
- [Accessible SVG Icons with Inline Sprites](https://www.24a11y.com/2018/accessible-svg-icons-with-inline-sprites/) ([RU](https://medium.com/web-standards/accessible-svg-icons-4d8d80b52f92))

## CSS
- [BEM For Beginners: Why You Need BEM](https://www.smashingmagazine.com/2018/06/bem-for-beginners/)
Expand All @@ -25,6 +28,8 @@ Links for studying web development.
- [Flex-grow 9999 Hack](http://joren.co/flex-grow-9999-hack/)
- [CSS Grid Layout Terminology, Explained](https://bitsofco.de/css-grid-terminology/)
- [How the minmax() Function Works](https://bitsofco.de/how-the-minmax-function-works/)
- [Using CSS Grid the right way](https://vgpena.github.io/using-css-grid-the-right-way/)
- [To Grid or to Flex?](https://css-irl.info/to-grid-or-to-flex/)
- [Get Ready for `display: contents;`](https://css-tricks.com/get-ready-for-display-contents/)
- [A Guide to CSS Animation](https://codeburst.io/a-guide-to-css-animation-part-1-8777f5beb1f8)
- [Smooth as Butter: Achieving 60 FPS Animations with CSS3](https://medium.com/outsystems-experts/how-to-achieve-60-fps-animations-with-css3-db7b98610108) ([RU](https://habrahabr.ru/post/308006/))
Expand Down Expand Up @@ -59,6 +64,11 @@ Links for studying web development.
- [Immutable.js](https://facebook.github.io/immutable-js/)
- [A beginner’s introduction to Webpack](https://medium.freecodecamp.org/a-beginners-introduction-to-webpack-2620415e46b3)

### TypeScript
- [Advanced TypeScript Types with Examples](https://levelup.gitconnected.com/advanced-typescript-types-with-examples-1d144e4eda9e)
- [Some Lesser Known TypeScript Features](https://medium.com/@eliezer/some-lesser-known-typescript-features-d067e29797d0)
- [TypeScript: class vs interface](https://medium.com/front-end-weekly/typescript-class-vs-interface-99c0ae1c2136)

### NodeJS
- [19 things I learnt reading the NodeJS docs](https://hackernoon.com/19-things-i-learnt-reading-the-nodejs-docs-8a2dcc7f307f) ([RU](https://habrahabr.ru/company/ruvds/blog/318322/))

Expand Down

0 comments on commit 8fac3b2

Please sign in to comment.