What is new in Laravel 8
In today's article, I am going to talk about cool and amazing features released on newer version of Laravel. What is Laravel? I think most of you are familiar with what is
Deploy your Angular app to Heroku
In my previous articles, I showed you how to deploy your static website to Heroku. So in this article, I am showing you how to deploy a Angular App to Heroku for free. What is Heroku is? In my
How to deploy static website to Heroku
In my previous articles, I showed you some free services/platforms to deploy your static websites. So in this article, I am showing you how to deploy a static website to Heroku for free. What is Heroku is? Heroku is a hosting platform where you can deploy dynamic applications in Rails, PHP, Node.js and Python. If you don’t want to pay for cloud storage and don’t mind your site being ‘asleep’ during inactive hours, Heroku is a great platform for demo-ing your projects online ...
Common Git command with examples
Working with Git on the command line can be little bit tricky. To help with that, I’ve listed common Git commands in this article, what each one means, and how to use them. My aim is to make Git easier to use on a daily basis. git config This "git config" command helps you to, Tell Git who you are by allowing you to configure the author name and email address to be used with your commits. 12git config --global user.name "John Doe"git config --global user.email...
How to install and setup MongoDB on Windows
Introduction MongoDB is a flexiable & sca scalable NoSQL database, which makes it perfect for businesses of all sizes. It works with UNIX-like systems and macOS, and also on Windows systems. Installing MongoDB on Windows application is a little bit tricky task. But, this step-by-step tutorial explains how to install and configure the MongoDB on your PC. Prerequisites Minimum requirement for the Windows architecture is a 64-bit server, Windows 7 or Windows 8 or later Windows Server...
Top Node.js CMS Platforms
When we talk about the CMS (Content Management System), our mind often pointing towards CMS like Wordpress, Joomla amd many other. But when it comes to present, Developers are more focusing on Node.js based CMS beacuse they allow developers to develop user-friendly, strong, fast and consistent websites. What is Node.js Node.js is an Open-Source Cross-Platform Javascript run time environment which was built on Chrome’s V8 javascript engine.NodeJS became an extremely lightweight and...
Top 10 Node.js Frameworks For Developers
In past few years, the use of Web Application has been rapidly increased. So developers have been searched for such kind of platform which is advance & provides flexibilty to develop advance Web Applications.So, Node.js has became the first selection of developers.Let's see why it becomes popular... What is Node.js Node.js is an Open-Source Cross-Platform Javascript run time environment which was built on Chrome’s V8 javascript engine.NodeJS framework became an extremely lightweight and...
Top ten VS Code Extensions
In this article, I am going to talk about few important VS Code Extensions which help to improve your productavity & efficiency. It's difficult to define extract ten extensions but we have listed below few most popular and famous extensions. What is VS Code? Visual Studio Code (VS Code) is a free & open-source code editor by Microsoft which was developed for Windows,Linux & macOS. VS Code is written using TypeScript, JavaScript & CSS. Why VS...
The impact of Artificial Intelligence in web development
In this digital era, web app development is growing at an unprecedented rate. Everyone wants secure, scalable, and feature-packed web applications. This means the user is searching for smart and feature-packed web applications with highly personalized UX. That’s why web development companies need to think of out-of-the-box ideas rather than sticking to traditional strategies to succeed. This is the place where Artificial Intelligent plays a major role in Web Application Development. Before...
How to host static website on GitHub pages
In this article, I am showing you how to host a static website on GitHub Pages for free, including setting up continuous deployment. What & why GitHub? GitHub is hosting service that allows you to secured your software source courses and other text based projects. Creating a Github Page doesn't take long, but there's a few things you need to fulfill before start Prerequisites * GitHub Account Before Starting make sure that you have a GitHub...