Coders Packet

Listing of packets of source code submitted by coders

E-commerce backend API with Express and MongoDB tested with Postman

Restful API interface for an e-commerce website with JWT Authentication build with Express and MongoDB and tested with Postman

Book selling website using Express and MongoDB

Bookselling website using Express as backend and EJS template engine, MongoDB as database.

Simple login and registration form using SQL and PHP

A simple login and registration form using SQL, PHP, CSS and HTML. Users can register and login using this form. All of the data is kept in a SQL database.

Leaderboard using SQL and PHP

The leaderboard is a web based application created using PHP and SQL. It will show the position and score of the candidate for any of the activity.

Problem on Number Theory in C++

In this project, I will show you how to solve a problem based on number theory in C++.

Even and Odd Numbers in a Mobile Number using Python programming

To find the Even numbers and Odd numbers in a specific mobile number using the Python programming language.

The Longest word in a sentence using Python programming

To find the longest word and its length in a given sentence using the Python programming language.

Android Currency Converter Project Using Java

In this project, we will be making a currency convertor that converts pounds to dollars.

Credit Card validator in C++

It is a simple project in c++ using Luhn's Algorithm to validate a user credit card number. This program works for all types of cards like Visa, Amex, Master cards, etc.

MATRIX ROTATION IN CLOCKWISE DIRECTION USING JAVA

This source code will help user to rotate the square matrix by 90 degree in clockwise direction.

Chatbots using Seq2Seq model with Keras in Python

In this project, we will implement the seq2se2 and create chatbots by training the seq2seq model on three datasets.

Hyperparameter Tuning with Scikit-Optimize and Hyperopt in Python

This packet contains an overview of different hyperparameter tuning methods in the Scikit-Optimize and Hyperopt libraries.