Posts for Tutorials

Advanced Tutorials for web and app development, we cover topics including, Vue, JavaScript, Laravel, Flutter, Golang, Python and more

How to Model your data in MongoDB

MongoDB is a database that is also known as a NoSQL database. In another word, MongoDB is a schema-based database that is used to store data in documents. It is highly scalable and powerful. It stores data by following a field-value data structure that is most likely JSON but in MongoDB, it is known as […]

January 28, 2022 in Node & Tutorials
Deven
Deven wrote

Create your first web server and Learn basic routing in Nodejs

NodeJS is an open-source JavaScript runtime built on the Chrome V8 engine for executing JavaScript code on the server-side. To make the web page more interactive the language, JavaScript was built. Writing JavaScript code outside of the browser was like daydreaming once a time. But now it is the reality that we can write JavaScript […]

January 14, 2022 in Node & Tutorials
Deven
Deven wrote

Learn How to create multi-select in Vue

In this article, you are going to learn about how to create multi-select in Vue. Vue is a modern JavaScript framework that is widely used in building user interfaces and progressive web applications. With Vue you can do lots of eye-catching things but here I will show you how you can build a custom multi-select […]

December 14, 2021 in Tutorials & Vue
Deven
Deven wrote

How to setup GoLang Authentication with JWT token

Golang Authentication is the process of recognizing the user’s identity. That means based on users’ credentials, one will be able to perform certain types of action. For example, you have a blog application where anonymous users can visit and see the blogs, but the moment the user wants to do activities like, comment, or create […]

December 3, 2021 in GoLang & Tutorials
Deven
Deven wrote

Building the login system with PHP 7.3.3 and MySQL

PHP is a server-side scripting language. You can develop Static websites or Dynamic websites or Web applications by using PHP. The full form of PHP is Hypertext Pre-processor. But earlier, it was stood for Personal Home Pages. You can do tons of web-related things with the help of PHP but in this tutorial, we are […]

October 28, 2021 in PHP & Tutorials
Deven
Deven wrote

complete Guide to Local storage in Javascript

JavaScript is the queen of all programming languages. It has been ruling in the web development sector over the years. JavaScript comes with tones of useful features by which you can bring more interactivity to your website. local storage is one of them. In JavaScript local storage is a property that allows JavaScript sites and […]

October 21, 2021 in Javascript & Tutorials
Deven
Deven wrote

Building a blogging platform Using React, GraphQL, And GraphCMS

In this article, I am going to explore using GraphCMS, React.js, and GraphQL to develop a prototype CRUD (Create, Read, Update, Delete) application by leveraging the Content and Mutation APIS — the two API categories exposed by the GraphCMS software. Traditionally, content management systems have been bulky, all-in-one software solutions for effectively creating, managing, storing, […]

April 12, 2021 in GraphQl & React & Tutorials
Deven
Deven wrote

Firebase Authentication In Angular using AngularFire

In this tutorial, we are going Learn how to handle Firebase Authentication In Angular using Google’s Cloud Firestore and Angularfire. Most of the applications we build require some kind of Authentication and the simplest and fastest way to get started with that is by using the Firebase Firestore. Firestore is a flexible, scalable database for […]

March 27, 2021 in Angular & Tutorials
Deven
Deven wrote

Building an eCommerce storefront using Gridsome and GraphCMS

This article introduces how Jamstack’s approach to building fast, performant and static/dynamic web apps that can scale easily is revolutionary.It also introduces how Gridsome; a static site generator and GraphCMS; a headless CMS can enable the developers to be flexible with presentational layer of their sites. Live Demo The methods of developing and deploying web […]

March 11, 2021 in Tutorials