In the previous post, we created an express.js application step by step. If you haven’t read that post, I suggest you do it because the basic steps are covered in the post. Therefore, you can check it out here: https://nepcodex.com/2019/09/create-an-express-application-with-database/. Also, since we are trying to build a REST API, we will remove many components […]
Create an Express Application with Database
In this post, we will learn how to create an express application with a database. Not only this, but also we will include a templating engine. For the record, I don’t say you have to do the way I do here, but you will get the gist of what to do. So, let’s begin by […]
Create A Simple Web App In GoLang
Introduction In this article, I would like to create a simple web app in GoLang (in short Go) programming language. Go is a statically typed, compiled programming language designed at Google. As the official website of GoLang says, Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. Go official […]
Laravel – Is it a choice for web artisans?
Introduction to Laravel Laravel – Is it a choice for web artisans? The official website of laravel says The PHP Framework For Web Artisans Laravel Official Website Laravel is a modern PHP framework which requires PHP >= 7.1.3 (for Laravel 5.8). Its popularity is increasing everyday, and as we can see below, it’s is the […]
Django – A Full Stack Web Programming – Should I use it?
Introduction Django is a python-based and open source full stack web programming framework. With a little knowledge of python, you can easily learn Django and be able to deploy it in the web. Being simple and easy to learn, starters can begin their journey of web programming from this framework. However, it is a Model-View-Template […]