Posts

Showing posts from December, 2017

Sponsored Ad

Node.js web development with Visual Studio Code

Image
Node.js is a JavaScript framework for web development, and high-performant and scalable APIs. I got introduced with the Node.js a few months ago, and ever since I am in love with the framework itself -- despite the fact that I hate JavaScript. In this video I cover most common things for web development with Node.js, such as what you need to get started with Node.js development. I used, Express framework Pug templating engine To build the basic web server. I was unable to finish off with the Pug templating framework and I will start with Pug in the next video as soon as that goes live.  The source code for this is available at,  https://github.com/afzaal-ahmad-zeeshan/nodejs-sample , you can use that code as you wish . 

PyCharm vs Visual Studio Code for Python Development

Image
One of the most primary questions in the minds of a development startup, a beginner, is which language to use, and Okay, if I do have a language, which IDE to consider using with it? These are merely the questions, it goes down in the stack to understand more about different aspects of the IDE, such as, Productivity Performance Extensions and Add-ons Ease of use Learning scope And much more. All these key points are focused toward the development of a software engineer, as he gets to understand how to develop a vital piece of software. For the time being, I have just started out with Python development. Before you start asking me, why I did that:  Python is amazing. Python is being used for many machine learning libraries. Python is portable (just like .NET Core, which is my first love) Scripting is sometimes fun with Python (as compared to bash, command prompt or PowerShell) Open Source software love Python (Blender, GIMP, TensorFlow, etc. etc. etc.).  Long story s

Sponsored Ad