adds code


53. Building a CLI | Command 4: List Users | Node.JS | Learn with Shahbaz Ashraf #nodejs Welcome to the course! Thank you for joining us, we hope you enjoy it. A few notes before you get started: Setup Your Workstation If you'd like to type along with the code written in the course, we'd recommend downloading an IDE. Here are the text editors and IDEs we recommend. Try out a few until you find one that works well for the language you're working in and the tasks you'd like to perform: Atom: https://atom.io Sublime: https://www.sublimetext.com VS Code: https://code.visualstudio.com Xcode: https://developer.apple.com/xcode Android Studio: https://developer.android.com/studio Rstudio: https://www.rstudio.com Anaconda: https://www.anaconda.com/products/individual NetBeans: https://netbeans.apache.org CodeBlocks: https://www.codeblocks.org Jupyter: https://jupyter.org NEW: Changes for 2021 This document was last revised on January 25th, 2021 This course was originally released in 2018. Since then, the Node.js platform and ecosystem has continued to evolve. Here are the important changes that have happened since then, that you should be aware of: New version of Node: The current stable version of Node (as of December 2020) is 14.15.1. That's the one you should be downloading and using. You can download it here: https://nodejs.org/en/ You can read the docs here: https://nodejs.org/docs/latest-argon/api/ Use fs.ftruncate instead of fs.truncate In newer versions of Node, the name of the function used for file truncation has changed. As you watch the videos, you'll see us refer to fs.truncate. You should be using fs.ftruncate instead (notice the exta "f" in the function name). You can see examples of how to use it here: https://nodejs.org/docs/latest-v14.x/api/fs.html#fs_fs_ftruncate_fd_len_callback https://nodejs.org/api/esm.html and take careful note of these caveats: https://nodejs.org/docs/latest-v14.x/api/esm.html#esm_differences_between_es_modules_and_commonjs Android development with Kotlin (Playlist): https://www.youtube.com/playlist?list=PLt-uc-DqXJGdwSunNa67PwYM4ogf_bYTj Python (Playlist): https://www.youtube.com/playlist?list=PLt-uc-DqXJGc3m9yTAGHxVB7-AYk6J6um Data Mining with Python (Playlist): https://www.youtube.com/playlist?list=PLt-uc-DqXJGcBNlYQNV_VYPnaYg80MJK8 ============================================================ Node.js Play;ist Lecture 1: https://youtu.be/55YX3mZ6pFk Lecture 2: https://youtu.be/fd-jGZcDJGg Lecture 3: https://youtu.be/LWvzvvFddos Lecture 4: https://youtu.be/VrZbUYX3VBc Lecture 5: https://youtu.be/emyW-8C6OaQ Lecture 6: https://youtu.be/_CwiCvCW0LA Lecture 7: https://youtu.be/GZCWbb5iIKo Lecture 8: https://youtu.be/eKyQ1yaPpMk Lecture 9: https://youtu.be/6V6RbgFjA6E Lecture 10: https://youtu.be/GAhAdiLuGAA Lecture 11: https://youtu.be/r6DmSaRxjr8 Lecture 12: https://youtu.be/Pv8F7RYvlQE Lecture 13: https://youtu.be/-JVsLGGgcV4 Lecture 14: https://youtu.be/XPi6YsUocLc Lecture 15: https://youtu.be/T6BCj_Q7pBY Lecture 16: https://youtu.be/4R4R8WO4mH4 Lecture 17: https://youtu.be/M1x82rqzFiE Lecture 18: https://youtu.be/l6PsoPDrzGs Lecture 19: https://youtu.be/Bs3ZwOwOq4g Lecture 20: https://youtu.be/V7F5KF90bUY Lecture 21: https://youtu.be/XhAIoHizyA8 Lecture 22: https://youtu.be/akGuT7eN__0 Lecture 23: https://youtu.be/jSS4Nno0wjM Lecture 24: https://youtu.be/bcYKBPBdGvo Lecture 25: https://youtu.be/p00267tEjlA Lecture 26: https://youtu.be/rsgDGSE4NWs Lecture 27: https://youtu.be/VnaRc4xP144 Lecture 28: https://youtu.be/2PNqBRm9dSI Lecture 29: https://youtu.be/4T4h-kJCz5Y Lecture 30: https://youtu.be/auBa6dWz2lE Lecture 31:https://youtu.be/k2m5p7X3Xps Lecture 32: https://youtu.be/-mHq5AU4wnc Lecture 33: https://youtu.be/EEqG-kmWNoA Lecture 34: https://youtu.be/SgQ2rwf5Qyk Lecture 35: https://youtu.be/sBLbJJ1MpuA Lecture 36: https://youtu.be/7gchUKOwD9M Lecture 37: https://youtu.be/GrM6MPtszhg Lecture 38: https://youtu.be/5ne3ijjafyM Lecture 39: https://youtu.be/Rr_kFzO0svo Lecture 40: https://youtu.be/FrthusSd5e0 Lecture 41: https://youtu.be/NRpD5w275SE Lecture 42: https://youtu.be/gU6LxX5-Ygs Lecture 43: https://youtu.be/9wTgFRfJbfY Lecture 44: https://youtu.be/BMF4gg7X0oE Lecture 45: https://youtu.be/JYoLsJVAHqs Lecture 46:https://youtu.be/2V_GwsLq8pk Lecture 47: https://youtu.be/BRU2XDQfTJM Lecture 48: https://youtu.be/-8d4AbMkMXg Lecture 49: https://youtu.be/SZFBzuHNc6c Lecture 50: https://youtu.be/WtB5zxIiqQE Lecture 51: https://youtu.be/2SOPvG5PIFM Lecture 52: https://youtu.be/Z2Kynr21N9I
Previous Post Next Post