Published inwebtutsplus·PinnedMy Most Viewed Medium Stories — (Updated Weekly)This Week’s Most Viewed Story (20th February 2021) Most Viewed Story Right Now — Solve Leetcode Problems and Get Offers From Your Dream Companies (Leetcode 695. Max Area of Island) Backend Series Login and Signup with Java and Spring Boot Let’s Deploy Spring Boot App to the Cloud Explore Spring MVC Architecture Let’s Develop an E-Commerce Application From Scratch Using…2 min read2 min read
Published inJavaScript in Plain English·Nov 9, 2021Member-onlyBuild a Multiplayer Realtime Tic Tac Toe Game with Socket.io and Vue.jsA step-by-step tutorial — In this article, we will develop a tic-tac-toe game from scratch using Vue.js. We will integrate the real-time feature with socket.io, so that two players can play the game from different browsers at the same time. Video Tutorial Project creation First, create a blank Vue project and in the app.vue,remove the hello world…Vuejs5 min readVuejs5 min read
Published inJavarevisited·Oct 7, 2021Member-onlyDevelop Sign-Up and Login for E-Commerce App using Java and Spring BootIn this tutorial, we will build the backend of authentication for our app. — Note to the reader Although I have built the entire application and wrote series of tutorials, which are quite popular and top in google result, which I am very proud of, (more than 130K views in medium alone)Java6 min readJava6 min read
Published inJavaScript in Plain English·Sep 6, 2021Member-onlyLet’s Develop an E-Commerce Application From Scratch Using Spring Boot and Vue.jsProject set up and building admin panel for managing Category in Vue.js — Motivation In my opinion, the best way to learn programming is to create a real-life project which has practical use. This way, the entire learning experience becomes quite exciting. …JavaScript11 min readJavaScript11 min read
Published inJavarevisited·Sep 1, 2021Member-onlyLet’s Develop an E-Commerce Application from Scratch Using Java and SpringProject setup, develop category and product APIs — Motivation In my opinion, the best way to learn programming is to create a real life project which has practical use, this way the entire learning experience becomes quite exciting. …Java8 min readJava8 min read
Published inJavaScript in Plain English·Apr 23, 2021Member-onlyLet’s Build a WhatsApp Clone Using Vue.js and FirebaseHow to build a clone of WhatsApp Web Using Vue.js, Firebase, and Spring Boot. Introduction We use a lot of social media platforms every day, like Facebook, LinkedIn, Twitter, Whatsapp, Instagram. One of the most used features every day is real time chat. In this tutorial, we are going to build…JavaScript4 min readJavaScript4 min read
Published inJavarevisited·Apr 23, 2021Member-onlyLet’s Build Backend for Posts in Our Social Network App using SpringIn this tutorial, we are going to add a Posts feature using Springboot Backend for a demo social network site we are building. Introduction We use a lot of social media platforms every day, like Facebook, Linkedin, Twitter, Whatsapp, Instagram. I always wanted to build one myself. So in this series…Spring Boot5 min readSpring Boot5 min read
Published inwebtutsplus·Apr 20, 2021Member-onlyLet’s Place Order and See Order History in E-commerce app using VueIn this tutorial, we will learn how to display the order history of the user — Introduction We are building an e-commerce app from scratch using Vue.js in the frontend and Java with Springboot for the backend. You can check out the first frontend tutorial of this series here. We will be building an order feature which is a continuation of our previous tutorial. Let’s add a Checkout Feature in Vue.js for Our Ecommerce App In this tutorial, we will learn how to integrate payment gateway in VueJs using Stripe in our demo e-commerce appmedium.comWeb Development6 min readWeb Development6 min read
Published inJavarevisited·Apr 16, 2021Member-onlyA Complete Guide on How to Develop an E-Commerce PlatformWe will build an E-Commerce Platform from Scratch using Vue, and Spring Framework — In this course, you will learn how to build an e-commerce platform from scratch. First, you have to be familiar with Java and Springboot, which we will use to build the backend and Vuejs for the frontend. You can test the application here. Live Demo Frontend https://github.com/webtutsplus/ecommerce-vuejs https://simplecoding-ecommerce.netlify.app/Front End Development6 min readFront End Development6 min read
Published inJavarevisited·Apr 7, 2021Member-onlyLet’s Build Backend for Friends in Our Social Network App using SpringIn this tutorial, we are going to add a Friend feature using Springboot Backend for a demo social network site we are building Photo by Hannah Rodrigo on Unsplash In the previous tutorial, we have added Github OAuth with JWT based Authentication. Let’s Build a Robust Social Login Using Spring Boot, Vue.js and Firebase We will build a Vue.js client to login using Github/Google with Firebase and build a stateless backend using spring…medium.comSpring Boot4 min readSpring Boot4 min read