Category Web Development

NodeJS: How to make HTTP request

When it comes to modern era of Web with microservices and service oriented architecture applications depend on the web API calls. Thankfully NodeJS offers the many different ways to request a resource through web API call or HTTP request. Some…

Hello World HTTP Server in Node

Learning the node for backend web application enables makes you the full stack web developer. Using node for backend web application will leverage the strength of asynchronous and even driven nature of javascript An example of hello world web application…

Django: django-admin command reference

COMMAND check usage: django-admin check [-h] [--tag TAGS] [--list-tags] [--deploy] [--fail-level {CRITICAL,ERROR,WARNING,INFO,DEBUG}] [--database DATABASES] [--version] [-v {0,1,2,3}] [--settings SETTINGS] [--pythonpath PYTHONPATH] [--traceback] [--no-color] [--force-color] [app_label ...] Checks the entire Django project for potential problems. positional arguments: app_label optional arguments: -h,…

How to Run Your First Flask Application

Flask is micro web development framework unlike Django flask doesn’t comes with everything with end to end solution like ORM etc. Sometimes which good because you don’t want bhramhastra to kill sparrow. Such that, not to make things unnecessarily complicated…

Setting up React Project

React Project involves boiler plate code, why reinvent the wheel and do the repetitive task when time can be saved to setup react project and quick start on it. This article gives you guide on how to setup react project…