Simple Supermarket Management System in Python Free Source Code

Submitted by razormist on
Simple Supermarket Management System in Python Free Source Code - A simple python system that can manage the listing item for your supermarket. The system uses the basic CRUD principle that allow you to modify the item data for your shop. Python Free Source Code.

Notes App using PHP (OOP), jQuery, and Bootstrap Free Source Code

Submitted by oretnom23 on
This is a simple/mini-project entitled Notes Application. It is a web application developed using PHP OOP and MySQL Database. The main goal of this application is to provide the end-user with an online platform to store and manage their notes. It has a simple and pleasant user interface with the help of Bootstrap v5 Framework. The application consists of user-friendly features and functionalities

Simple Othello Game using Turtle in Python Free Source Code

Submitted by razormist on
Simple Othello Game using Turtle in Python Free Source Code - A classic board game where your goal is to place your piece in the board as many as your opponent. The game is simple and tricky the you just need to place your piece beside your opponent in order to turn them into your piece color. Python Free Source Code.

How to Change your Background Image Dynamically in JavaScript

Submitted by razormist on
How to Change your Background Image Dynamically in JavaScript - A very simple JavaScript Application that can dynamically change your images. This tutorial will give you the basic way of how you can change your background images without pre-coding it one by one in your script. JavaScript Free Tutorial.

Simple Binary Number Convert App in Python Free Source Code

Submitted by razormist on
Simple Binary Number Convert App in Python Free Source Code - A simple Python application that can allow you to convert the binary number to decimal number. This application will automatically give you the accurate conversion of the number you have entered. Python Free Source Code.

How to Replace Quote Dynamically by Dragging in JavaScript

Submitted by razormist on
How to Replace Quote Dynamically by Dragging in JavaScript - A simple JavaScript program that will allow you replace any element by only dragging. This tutorial will teach you the basic use of drag and drop feature to any application you been developing. JavaScript Free Tutorial.

Load Environment Variables from (.env) File using PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to Load the Environment Variables from a (.env) File using PHP Language. The tutorial aims to provide IT/CS students and new programmers with a reference to learn for loading environment variables in PHP. Here, a step-by-step tutorial and sample snippets are provided to understand the process for achieving the goal of this tutorial. A sample source code zip file is also provided and is free to download.