GithubHelp home page GithubHelp logo

mon-cherri's Introduction

Hi, I am Faizan Abid

I have kickstarted my career as a Software Engineer in the year 2018 📆
I have completed my B.Sc. in the Software Engineering 🎓
I am currently working as a Full Stack Developer 💻
I am learning Game Development 🎮


Coding

 Tech Stack

Laravel  Node  TypeScript  PHP  Django 

React  Vue  Jest Cypress JavaScript  GraphQL

Python  OpenCV  C#  C  HTML  CSS  Bootstrap 

Git  GitHub  GitLab  MySQL  MongoDB  Unity3D 


 Connect with me

mon-cherri's People

Contributors

faizanabid36 avatar muhammadowaismemon avatar syedadilshah avatar usaidalam469 avatar vijaykumar12097 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

edivandrolima

mon-cherri's Issues

Database remarks

table orders is related directly to the product. instead we should have an orders table and also order_items where order_items is related to products table

product_sub_category is useless and can be merged with product_category

the fields in the products table are not clear. why we have old_price and percent_off ? what is metal and prong_metal ?

sub_categories table is useless. it can be merged with categories table using a parent_id field

in the users table why facebook_id is a longtext ? it should bigint same for google_od

Code format/indentation + annotations+ php Docs

Please format all the code and make sure the indentation is correct on all files
Please also add phpDoc on all methods
and make sure to annotate all the models so we can know what attributes it contains

Remarks on controllers

in the controllers why you load a model when it is already loaded. example:
public function edit(Product $product)
{
$product = Product::find($product->id);
return view('products.edit',compact('product'));
}

Login for Admin

The admin section should have its own login page and the admin should NOT login from the website frontend same as the customers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.