As developers, we often come across situations where we need a specific tool or library to complete a task, but to our dismay, we find that it doesn’t exist. This was the case for me recently when I was working on a project that required a specific functionality that I couldn’t find in any of… Continue reading I created a npm package for react.
Author: shafeequeom
5 things to master MySQL Stored Procedures
MySQL stored procedures or popularly known as SP is a widely used feature in MySQL. It will help you write and manage a large or small query set where you can add your business logic or run a specific task based on the requirement. Even though if I say it’s easy to learn if you… Continue reading 5 things to master MySQL Stored Procedures
Attendance Tracker
An attendance tracking system using VueJS with Flask with facial detection using Tensorflow JS (face-api). The system consists of three part Entry, Exit, and Logs modules. On entry user details and image of the attendee are captured. Upon exit this image and is compared with the live camera to recognize the user using Face API.… Continue reading Attendance Tracker
Integration with the REST Countries API to pull country data and display beautiful web application which is responsive in mobile and desktop including dark mode
Screenshots
Packages used
- Vuetify for design
- Axios for api integration
E commerce App With Admin
Ecommerce app with MERN stack including stripe payment integration and Firebase authentication. technologies include React, Redux, Ant Design, Firebase, NodeJs and MongoDB. This project will be perfect base and a MVP to start e-Commerce project. All the basic functionality is included plus extra features are also included Project Overview Login Registration System Login with email/password… Continue reading E commerce App With Admin