Best of RMay 2022

  1. 1
    Article
    Avatar of tdsTowards Data Science·4y

    VSCode vs RStudio Worth the switch?

    VSCode has rapidly become one of the most popular code editors for a huge number of other languages. This writeup is for people who are very familiar with RStudio and want to see how the two compare. I decided to try VSCode for R because I wanted to see if I could use a single code editor for everything I do.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    JavaScript Module Bundlers Demystified

    JavaScript Module bundlers are somewhat of a black box for most web developers. They are the cornerstones of building modern web applications. There are many of them out there these days, being the most popular ones Webpack, Rollup, Parcel, Snowpack and now Vite.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Bash Command Line Tips to Help You Work Faster

    The Bash shell is popular in Unix-like operating systems like Mac and Linux. Use Control + L to clear the screen and Control + D to exit. Use the nohup command to spawn processes that don't end with the terminal session. Use pkill to kill processes by typing in only a part of the name.