Pankaj Kumar

Pankaj Kumar

gyp: No Xcode or CLT version detected macOS

No Xcode Or CLT Version Detected MacOS

If you have recently updated your macOS, especially macOS Catalina or macOS Big Sur, you might be getting this error while doing a usual npm install. The general solution to this problem is installing the XCode. To install the XCode…

Render HTML file in Flask

Render HTML File In Flask

As a Python developer, you might find yourself lacking in building websites that other developers like JavaScript, PHP, etc. can easily do. Well, you can also build web applications using Python by implementing a super simple framework called Flask. Flask…

File uploads using Node.js

File Uploads Using Node Js Thumbnail

File upload in Node.js seems tedious due to its async nature and network programming approach. However, it is one of the easiest file upload mechanisms you have seen yet. How to perform file upload using Node.js? We will be going…