ProjectWithSourceCodes
364 subscribers
89 photos
5 videos
19 files
572 links
Projects with source code | Android | Java | LLM | Python | Ai | JSP | Php |

Website https://updategadh.com
Admin https://t.me/Rishabhsaini0204
New project
https://www.youtube.com/c/decodeit2
Download Telegram
https://updategadh.com/php-project/employee-profile-management-system/
employee profile management system in php with source code
fully completed project of employee management system in php
employee management system project in html with source code
employee management system project in php with source code free download
employee management system in php mysql source code
employee-management-system project source code github
employee management system project report pdf
employee record management system project report
https://updategadh.com/sql-tutorial/sql-delete-database/
SQL DELETE DATABASE – A Complete Guide
cannot drop database because it is currently in use
“drop database” statements are disabled.
sql delete table
how to delete database mysql
delete all data from table sql
how to delete database in sql server using query
drop database if exists
drop database sql server
sql create database
sql delete row
sql delete database w3schools
sql delete database example
SQL DELETE DATABASE
https://updategadh.com/python-interview-question/merge-sort-in-python/
merge sort algorithm
merge sort in c
merge sort in python
quick sort and merge sort in python
time complexity of merge sort in python
flowchart for merge sort in python
simple merge sort in python
recursive merge sort in python
insertion sort and merge sort in python
merge sort in python using recursion
quick sort
quick sort algorithm
merge sort in python with user input
merge sort in java
merge sort pseudocode
online python compiler
merge sort
merge sort in python with example
merge sort in python w3schools
Websites to learn programming |learn Java c++ python |
🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼🏃🏼
***********************************************
https://www.hackerrank.com/
https://www.sololearn.com/
https://www.codecademy.com/
https://www.khanacademy.org/
https://www.coursera.org/
https://www.edx.org/
https://www.udemy.com/
https://github.com/
https://practicepython.org
**********************************************
rojects Ideas for JavaScript Developers
🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀
〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
1️⃣ Modern Digital Clock
2️⃣ Background Image Slider 🖼
3️⃣ Drawing App 🎨
4️⃣ Login Authentication 🔐
5️⃣ Video Player 📹
6️⃣ Tetris Game 👾
7️⃣ Interactive Map 📍
8️⃣ Real Time Chat App 💬

👇↪️Advance level ↩️

1. URL Shortener
2. Weather App
3. Todo App
4. YouTube Web Player
5. Stock Website
7. Portfolio website
8. Video conferencing app
9. Web based terminal
10. Browser code editor
🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁

⚠️Note :-
PRACTICE THESE CODE AND YOU WILL LEARNING MANY NEW THINGS

@ProjectWithSourceCodes
@ProjectWithSourceCodes
〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
😍 Best Github repositories😍

🚀Node.js Best Practices
https://github.com/goldbergyoni/nodebestpractices

🚀HTML5 Boilerplate
https://github.com/h5bp/html5-boilerplate

🚀RealWorld
https://github.com/gothinkster/re

• You Don't Know JS
https://github.com/getify/You-Dont-Know-JS

🚀JavaScript Guide
https://github.com/airbnb/javascript

🚀Storybook
https://github.com/storybookjs/st

🚀Front-End-Checklist
https://github.com/thedaviddias/Front-End-Checklist

🚀 JQuery
https://github.com/nefe/You-Dont-Need-jQuery

🚀Public APIs
https://github.com/public-apis/public-apis

〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️

@ProjectWithSourceCodes
Library Management System |⭐️ Demo Video 📲|
👁👇👇👇👇👇👇👇👇👇👁
https://youtu.be/ZXN3SaSMk9Y

📲Source Code 📲
Java programming Code series
〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
1. Accept values and print their Addition.
••••••••••••••••••••○•••••••••••••••••••••••••
import java.util.Scanner;

class AddNumbers
{
public static void main(String args[])
{
int x, y, z;
System.out.print("Enter two integers : ");
Scanner in = new Scanner(System.in);
x = in.nextInt();
y = in.nextInt();
z = x + y;
System.out.println("Sum of integers = " + z);
}
}

🔗🔗🔗🔗🔗🔗🔗🔗🔗🔗🔗🔗
@ProjectWithSourceCodes
2. Print Largest number 😊
▪️▪️▪️▪️▪️▪️▪️▪️▪️▪️▪️▪️▪️▪️▪️


class CommandLineArgs

{
public static void main(String args[])
{
int a, b, c;

a = Integer.parseInt(args[0]);
b = Integer.parseInt(args[1]);
c = Integer.parseInt(args[2]);

if (a > b && a > c) {
System.out.println("Largest Number is : " + a);
} else if (b > c) {
System.out.println("Largest Number is : " + b);
} else {
System.out.println("Largest Number is : " + c);
}
}
}

@ProjectWithSourceCodes
How ChatGPT Work
you can make similar app this
Langchain
https://updategadh.com/sql-tutorial/sql-delete-view/
SQL DELETE VIEW
drop view if exists
oracle sql delete view
ms sql delete view
pl sql delete view
databricks sql delete view
how to delete a view in mysql
can we delete data from view in sql
drop view syntax
drop view in snowflake
drop view in oracle
drop view postgres
drop view if exists mysql
sql create view
sql drop view if exists
sql delete view example
sql delete view w3schools
sql delete view oracle
https://updategadh.com/sql-tutorial/sql-delete-join/
SQL DELETE JOIN
sql delete join postgres
mysql delete join
sql delete join multiple tables
sql delete with join another table for where condition
sqlite delete join
sql delete from multiple tables
delete from inner join
snowflake delete with join
sql join
sql update join
sql delete join row
sql delete join example