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. Create Your First Visual Studio Code Extension

Most devs I know use VS code, and it is quite popular among devs for good reason, because it provides us so many extensions to increase our productivity. But have you ever thought of creating your own custom plugin in VS code? Maybe you have a very specific, very niche requirement from your IDE. Well, then this article by James Quick will help you make plugins that will do exactly what you need.

Alt text of image

2. 7 JavaScript Playgrounds to Use in 2019

Whether you want to help a teammate, show off your skills, help anyone else in coding, or want to receive feedback from any of your colleagues, online code editing platforms really come in handy. Peter Ekene shared a list of some of these platforms that you will love. Tell me which one's your favorite in the comments!

Alt text of image

3. How to choose the best code conventions for you and your team

Every developer has their own coding quirks and set of conventions they like to follow. But when you are working in a team, chances are high that coding conventions you might be using will be different from other developers, and it makes collaboration difficult. In this article, Ofer Vugman will help you understand the need of coding conventions and how to choose the best coding conventions for your team.

Alt text of image

4. Responsive Designs and CSS Custom Properties: Building a Flexible Grid System

Want to create your own flexible grid system without using bootstrap? Then this article by Mikolaj Dobrucki will help you make your own flexible grid system with some custom CSS properties, which will save you some precious KBs on page size. In the end, he also shares a comparison between grid system from Bootstrap and CSS custom properties.

Alt text of image

5. Angular Reactive Forms: Tips and Tricks

If you are an Angular developer then this article by Netanel Basal is for you. It will show you some tips and tricks related to Angular reactive forms that you might not be aware of. I found some really neat tricks myself. Check it out!

Alt text of image

Let me know what you think!

What are your thoughts on these articles? Love them? Hate them? And what all have you guys been reading? Tell me in the comments, please! Also tell me about your favorite dev blogs. Don't forget to have an awesome day! ❤

Top comments (4)

Collapse
 
eidsonator profile image
Todd Eidson

No need to argue over code conventions. Everyone knows that there is only One True Bracket Style:

One True Bracket Style

Collapse
 
mkrl profile image
Mikhail Korolev

Combine that with the Fibonacci indentation and you can start a war!

void foo()                            {
 foo                                  { 
   bar                                { 
      baz                             { 
           qux                        {
                   foobar             { 
                                      }
                                      }
                                      }
                                      }
                                      }
Collapse
 
eidsonator profile image
Todd Eidson

That's great! First I'd heard of Fibonacci Indentation. I like it!

Collapse
 
aelys profile image
Aelys

I want to cry