Coder Baba
2.42K subscribers
1.01K photos
23 videos
722 files
723 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
--- Insert into Account---
INSERT INTO Account (id, customer_id, card_id, balance) VALUES (1, 1, 1, '1000');
INSERT INTO Account (id, customer_id, card_id, balance) VALUES (2, 2, 2, '100');
INSERT INTO Account (id, customer_id, card_id, balance) VALUES (3, 3, 3, '200');
INSERT INTO Account (id, customer_id, card_id, balance) VALUES (4, 5, 4, '50000');
INSERT INTO Account (id, customer_id, card_id, balance) VALUES (5, 5, 5, '1000000');

select * from Account

---Insert record for Loan table---

INSERT INTO Loan (id, account_id, loan_type_id, amount_paid, start_date, due_date) VALUES (1, 1, 3, '0', '2020-05-18', '2023-05-18');
INSERT INTO Loan (id, account_id, loan_type_id, amount_paid, start_date, due_date) VALUES (2, 5, 1, '0', '2019-08-12', '2021-05-25');
INSERT INTO Loan (id, account_id, loan_type_id, amount_paid, start_date, due_date) VALUES (3, 4, 2, '100', '2019-05-13', '2024-05-14');
INSERT INTO Loan (id, account_id, loan_type_id, amount_paid, start_date, due_date) VALUES (4, 2, 5, '1000', '2018-05-25', '2021-05-21');
INSERT INTO Loan (id, account_id, loan_type_id, amount_paid, start_date, due_date) VALUES (5, 1, 4, '5000', '2020-05-20', '2023-05-07');
select * from Loan

---Insert record for Transaction table----

INSERT INTO [Transaction] (id, account_id, description, amount, date) VALUES (1, 1, 'description 100', 1000.90, '2020-05-18');
INSERT INTO [Transaction] (id, account_id, description, amount, date) VALUES (2, 2, 'description 200', 500.80, '2019-12-07');
INSERT INTO [Transaction] (id, account_id, description, amount, date) VALUES (3, 5, 'description 300', 100.90, '2018-06-30');
INSERT INTO [Transaction] (id, account_id, description, amount, date) VALUES (4, 5, 'description 400', 5060.7, '2020-01-24');
INSERT INTO [Transaction] (id, account_id, description, amount, date) VALUES (5, 5, 'description 500', 500.67, '2018-01-24');

select * from [Transaction]


-----------The End-----------
๐Ÿ‘3
SQL_For_Data_Scientists_A_beginner's_Guide_for_Building_Datasets.pdf
14.9 MB
๐Ÿ“Š Exciting news for aspiring Data Scientists! ๐Ÿš€

Embark on your journey into the realm of data analysis with our latest guide: "SQL For Data Scientists: A Beginner's Guide for Building Datasets for Analysis." ๐Ÿ“ˆ๐Ÿ’ป

In this comprehensive beginner's guide, you'll delve into the fundamentals of SQL, mastering the skills needed to build robust datasets for analysis. Whether you're a seasoned professional looking to enhance your skill set or a newcomer eager to explore the world of data science, this guide is tailored just for you! ๐ŸŽ“โœจ

Ready to take your first steps towards becoming a data analysis expert? Join us on this exciting adventure! Access the guide now and unlock the secrets of SQL for data scientists. ๐Ÿ’ก

๐Ÿ”— Join our Telegram community @coder_baba for more insights, resources, and discussions on data science and programming. Let's learn and grow together! ๐ŸŒฑ๐Ÿ’ฌ

#DataScience #SQL #BeginnersGuide #DataAnalysis #LearnToCode #DataScienceCommunity #JoinUs #TelegramGroup #CoderBaba #LinkedInLearning
๐Ÿซก1
list of essential programming terms without the plugariasum, adorned with emojis:

Array: A data structure that stores a collection of elements of the same type in contiguous memory locations. ๐Ÿ“š
Boolean: A data type that represents true or false values. ๐Ÿ”ต๐Ÿ”ด
Conditional Statement: A statement that executes different code based on a condition. โš–๏ธ
Debugging: The process of identifying and fixing errors or bugs in a program. ๐Ÿ”๐Ÿ›
Exception: An event that occurs during the execution of a program that disrupts the normal flow of instructions. โš ๏ธ
Function: A block of code that performs a specific task and can be called multiple times in a program. ๐Ÿ› 
GUI (Graphical User Interface): A visual way for users to interact with a computer program using graphical elements like windows, buttons, and menus. ๐Ÿ’ป
HTML (Hypertext Markup Language): The standard markup language used to create web pages. ๐ŸŒ
Integer: A data type that represents whole numbers without any fractional part. 123
JSON (JavaScript Object Notation): A lightweight data interchange format commonly used for transmitting data between a server and a web application. ๐Ÿ“
Loop: A programming construct that allows repeating a block of code multiple times. ๐Ÿ”
Method: A function that is associated with an object in object-oriented programming. ๐ŸŽ›
Null: A special value that represents the absence of a value. โšช๏ธ
Object-Oriented Programming (OOP): A programming paradigm based on the concept of "objects" that encapsulate data and behavior. ๐Ÿงฑ
Pointer: A variable that stores the memory address of another variable. ๐Ÿ“Œ
Queue: A data structure that follows the First-In-First-Out (FIFO) principle. ๐Ÿšถโ€โ™‚๏ธ๐Ÿšถโ€โ™€๏ธ
Recursion: A programming technique where a function calls itself to solve a problem. ๐Ÿ”„
String: A data type that represents a sequence of characters. ๐Ÿ“
Tuple: An ordered collection of elements, similar to an array but immutable. ๐Ÿ“ฆ
Variable: A named storage location in memory that holds a value. ๐Ÿ“ฆ
While Loop: A loop that repeatedly executes a block of code as long as a specified condition is true. ๐Ÿ”
follow me for more @coder_baba
๐Ÿ‘1
If you love this project do comments
๐Ÿซก1
Exam AZ-900 Microsoft Azure Fundamentals
Pi is a new digital currency developed by Stanford PhDs, with over 55 million members worldwide. To claim your Pi, follow this link https://minepi.com/coderbaba and use my username (coderbaba) as your invitation code.
Join CoderBaba whatsapp channel for DSA study materials
Data Structures video tutorials
Data Structures and Algorithms: ๐Ÿ“Š
NCSU - CSC 316 - Data Structures: ๐Ÿ”—
Introduction to Computer Science: ๐Ÿ’ป
Linear Algebra: ๐Ÿงฎ
Introduction to Probability Theory: ๐ŸŽฒ
Maths for Big Data and Machine Learning: ๐Ÿ“ˆ
Essence of Calculus: ๐Ÿ“
Machine Learning by Andrew Ng: ๐Ÿค–
Machine Learning by Sentdex: ๐Ÿ“Š
Machine Learning: ๐Ÿง 
Machine Learning on Tabular Data: ๐Ÿ“Š
Natural Language Processing (NLP): ๐Ÿ“
Computer Vision: ๐Ÿ‘
Neural Networks for Machine Learning: ๐Ÿง 
Applied Machine Learning: ๐Ÿš€
TensorFlow 2.0: ๐Ÿง 
Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer: ๐Ÿ’ผ
https://whatsapp.com/channel/0029Va9Vfn29Bb5pXUTn6i30/219
Ajax Control Toolkit ASP.NET.pdf
463 KB
AJAX Control in ASP .Net PDF Notes
๐Ÿš€ Are you curious about the basics of .NET Technology? Check out this insightful video! ๐ŸŽฅ

Whether you're a seasoned developer or just starting your journey in tech, understanding .NET is essential. This video covers fundamental topics such as the .NET Framework, JIT compiler, and more.

Watch the video here: https://youtu.be/aLsDDTpxGSo?si=zCXdFi7DLm1KKJwG

Topics covered include:
โฐ 00:01 Introduction
๐Ÿ” 00:48 Full Stack Developer
๐Ÿ“ 01:53 Course Detailed
๐Ÿ’ก 03:45 Introduction to .NET Framework
๐Ÿ’ป 07:55 What .NET Represents
๐Ÿ›  09:12 What is Framework
๐Ÿ”ง 10:30 JIT Compiler
๐Ÿšซ 11:42 What is Not .NET
๐Ÿ” 12:35 What is DOTNET in ASP.NET
๐Ÿ“š 20:48 DotNet Framework

Don't miss out on this opportunity to enhance your .NET skills! Hit like ๐Ÿ‘, subscribe to the channel, and share with your friends. Let's learn and grow together! ๐Ÿ’ช
@coder_baba #coderbaba #coder_baba #dotnet #technology #learning #development #softwareengineering
๐Ÿ‘4โค2
๐Ÿ‘‰Shopping Website:
https://youtu.be/FuyRWWVx9Ig
โค1
Build your own Desktop application using Csharp DotNet with SQL Server
https://youtu.be/pIUmldMrRqs
โค1
Coder Baba pinned ยซBuild your own Desktop application using Csharp DotNet with SQL Server https://youtu.be/pIUmldMrRqsยป
๐ŸŽ‰ Exciting news! ๐ŸŽ‰I'm thrilled to announce that I am now live on Topmate! ๐Ÿ’ป As a mentor and leader in my field, I'm passionate about giving back to the community and helping others reach their goals. ๐Ÿ™Œ๐Ÿผ Whether you're looking for career advice or expert guidance in your industry, I am here to support you through my Topmate page.
https://topmate.io/coderbaba/
๐Ÿ’ก Let's connect and achieve greatness together! #Mentorship #