Coding with Elias
2.08K subscribers
379 photos
2 files
119 links
🌐 Web Development &
πŸ’» Programming
πŸ’₯ HTML, CSS, JavaScript,
πŸ”₯ Python, Nodejs, React,
πŸ’¦ jQuery, bootstrap,
πŸ’€ Laravel, express.... Tutorials

β–Ί Subscribe Us:
https://www.youtube.com/codingwithelias?sub_confirmation=1
Download Telegram
In this video, I’ll walk you through the complete process of building a Java GUI-based CRUD (Create, Read, Update, Delete) application using NetBeans and MySQL (via XAMPP). Whether you're a beginner or looking to brush up on your Java and database integration skills, this project will show you how to create a clean, functional user interface and connect it to a MySQL database for data management.

What you’ll learn in this video:
How to create a GUI application using Java Swing.
Setting up a MySQL database using XAMPP.
Performing CRUD operations (Create, Read, Update, Delete) in Java.
Connecting Java with MySQL using JDBC.
Writing and organizing Java code with a DAO pattern.
Implementing form validation and success/error dialogs.

https://youtu.be/44YOYXWBwN8?si=bMd-YLjOg18YI0Qw
In this video, I’ll show you how to set up PHP in Visual Studio Code with essential extensions for an efficient development environment. Whether you're a beginner or an experienced developer, follow along to learn how to install PHP, configure it in VS Code, and use extensions like PHP Intelephense for IntelliSense and PHP Server to run your code directly from VS Code.

link: https://youtu.be/2Q18YCZNaZo
Learn how to set up C++ in Visual Studio Code and run both cin (input) and cout (output) seamlessly! This tutorial covers everything, from installing the necessary extensions and compiler to troubleshooting common input issues with Code Runner. Whether you are on Windows, Mac, or Linux, this guide will help you run and debug C++ code without hassle.

What You'll Learn in This Video:
Installing C++ compiler (MinGW, GCC)
Setting up Visual Studio Code with extensions
Running C++ programs using Code Runner and integrated terminal
Fixing cin not working issues
Debugging C++ code in VS Code

Link: https://youtu.be/Zd-O3ErYD_g
In this Complete Java project tutorial, you will learn how to create a Login and Register Form step by step using NetBeans and MySQL database with XAMPP. This video is perfect for beginners who want to build a secure and functional user authentication system for their Java applications.

We will guide you through:

Setting up NetBeans, XAMPP, and MySQL for your project
Designing a user-friendly Login and Register Form in Java
Creating and connecting a MySQL database using XAMPP to store user data
Implementing secure login and registration functionalities
Testing and debugging the application for optimal performance
By the end of this tutorial, you’ll have a fully working Java application with a user authentication system. Subscribe for more programming tutorials!

link: https://youtu.be/kfodebiPo24
In this video, I will show you how to build an AI-powered chatbot using PHP, JavaScript, and the Google Gemini API. πŸš€

πŸ”Ή Topics Covered:
βœ… Setting up the chatbot UI using HTML, CSS, and JavaScript
βœ… Handling user input and fetching responses from the API
βœ… Sending API requests using PHP (cURL)
βœ… Error handling and improving user experience
βœ… How to integrate the Google Gemini AI API with PHP
βœ… How to send and receive messages using JavaScript (Fetch API)
βœ… How to handle API responses and errors correctly
βœ… How to improve chatbot UI and UX

Full Tutorial : https://youtu.be/peptItr1RPE
In this video, I showcase a complete Online Book Store project built using PHP, MySQL, HTML, CSS, and JavaScript. Whether you're a beginner or an experienced developer, this project will help you understand full-stack web development.

πŸ”Ή Key Features of the Online Book Store:
βœ… User Registration & Login
βœ… Browse & Search Books πŸ“–
βœ… Admin Panel for Managing Books πŸ“Š
βœ… Responsive UI with HTML, CSS & Bootstrap

πŸ”§ Technologies Used:
πŸ”Ή Frontend: HTML, CSS, Bootstrap
πŸ”Ή Backend: PHP
πŸ”Ή Database: MySQL

Link: https://youtu.be/VFnbuFSfcRU
In this video, you will learn how to build a Java GUI application that performs CRUD (Create, Read, Update, Delete) operations with a MySQL database, along with a search feature using JDBC and XAMPP.

βœ… What You’ll Learn:
βœ”οΈ How to set up XAMPP for MySQL
βœ”οΈ How to create a MySQL database & table
βœ”οΈ How to connect Java GUI (Swing) with MySQL
βœ”οΈ How to perform CRUD operations (Insert, Read, Update, Delete)
βœ”οΈ How to implement search functionality in Java GUI
βœ”οΈ How to use JDBC in Java for database connectivity

link: https://youtu.be/qaNyzuXGEE4
In this video, you’ll learn how to develop a fully functional web-based system for managing students, teachers, classes, grades, and more. Whether you’re a beginner or an advanced developer, this step-by-step guide will help you understand database design, user authentication, and CRUD operations in PHP.

πŸ’‘ What You Will Learn:
βœ… How to set up a School Management System from scratch
βœ… Database design for student, teacher, and class management
βœ… User authentication (Admin, Teacher, Student)
βœ… Role-based access control and dashboard design
βœ… Managing students, teachers, courses, and attendance
βœ… Handling grades, reports, and exam results
βœ… Integrating Bootstrap 5 for a responsive UI
βœ… PHP CRUD operations (Create, Read, Update, Delete)

Link: https://youtu.be/rrvy1b_boqA
Complete PHP & MySQL Blog Website with Admin Panel - Full Project
This project is a fully functional blog website built using PHP, MySQL, and Bootstrap. It includes an admin panel for managing blog posts, categories, users, and comments.

Features Included:
βœ… User Authentication (Login & Register)
βœ… Admin Panel (Manage Posts, Categories, Users & Comments)
βœ… Create, Edit, Delete, and View Blog Posts
βœ… Rich Text Editor for Post Creation
βœ… Image Upload & File Handling
βœ… User Roles & Permissions (Admin, Author, etc.)
βœ… Search Functionality (Find Posts by Title & Category)
βœ… Secure Database Connection (PDO)
βœ… Responsive & Mobile-Friendly Design (Bootstrap)
βœ… Like & Dislike System for Posts

link: https://youtu.be/whYg1A3C-rU
Deno 2 is Here! – A Modern Take on JavaScript Runtime

Deno 2, the latest version of the secure JavaScript and TypeScript runtime from the creator of Node.js, brings even more power, simplicity, and performance to developers.

What’s New in Deno 2?

Better Node.js Compatibility – Run many npm packages seamlessly.

Faster and Leaner – Improved performance and reduced memory usage.

Secure by Default – Fine-grained permission controls to keep your code safe.

TypeScript Support Out of the Box – No setup or config needed.

Built-in Utilities – Formatter, linter, bundler, test runner, and more!

Why Deno? Deno is built with modern development in mind: no node_modules, no complex setups, and a focus on simplicity and security.

Ready to try it? Install with one command:
deno upgrade

@codingWithElias
In this video, you’ll learn step-by-step how to:

βœ… Download and install XAMPP
βœ… Install Visual Studio Code (VS Code)
βœ… Configure VS Code for PHP development
βœ… Write and run your first PHP script

Whether you're new to PHP or just setting up your development environment, this guide will help you get started quickly and correctly. Perfect for beginners in web development and programming!

πŸ”— Link: https://youtu.be/m-O6SPWJm1k