DEV Community

Cover image for 5 Alien Articles of the Week Worth Reading πŸ‘½πŸ“–
Vaibhav for XenoX

Posted on • Updated on

5 Alien Articles of the Week Worth Reading πŸ‘½πŸ“–

Hey guys! I hope you enjoyed my last week's article. I am back with this week's scoop. These are the articles posted outside Dev.to, hence the moniker "alien". πŸ‘½
I think you guys will enjoy them!

1. 12 great CSS animation resources

Animations are often the most beautiful part of a website that you will ever notice. But sometimes it can become so frustrating to create those gorgeous, smooth animations that people love. This article shares some of the resources that you can choose from to help you add animations in your project.

Alt text of image

2. How to design an accessible color scheme

Accessibility has become a huge topic lately, and for good reason. It is our responsibility to make sure everyone can access what we create, and a good color scheme is a major part of this. It impacts readability, accessibility, and how it looks on everyone's devices. This article by Katie Riley will guide you through a process of creating an accessible color scheme.

Alt text of image

3. How to use the spread and rest operator

Most of us are aware of the rest and spread operators from ES6. Though they look the same, they perform differently, and that is why it becomes confusing for some folks to understand how they work. Nihar Raote provides a quick guide in this post and shows some examples of how to use spread and rest operators in ES6.

Alt text of image

4. Make your own NPM package and publish it.

NPM is a package manager for the JavaScript programming language. It also fosters a large community where developers contribute and make use of pre-made packages. But if you want to create your own NPM package and publish it on NPM, you can totally do it with the help of this article by Syed Rafi.

Alt text of image

5. ECMAScript 2019(ES2019)β€Šβ€”β€ŠNew Features with Examples

The new ECMAScript has a bunch of really cool and useful features, which makes it really important for us to understand them well in order to make use of its full power. This article by Viktor Borisov will show you those features with some solid examples.

Alt text of image

Let me know what you think!

Tell me in the comments what you thought about these articles! Also tell me about your favorite dev blogs and what you guys have been reading lately. Have an awesome day! ❀

Top comments (1)

Collapse
 
yogeswaran79 profile image
Yogeswaran