-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f6a04f
commit 46dc4d9
Showing
1 changed file
with
59 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,230 +1,75 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
|
||
<head> | ||
<head> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<title>Basic programming</title> | ||
<style> | ||
body{ | ||
margin-left: 1rem; | ||
margin-right: 1rem; | ||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="assests/openStyle.css"> | ||
|
||
} | ||
|
||
|
||
h1 { | ||
color: black; | ||
font-size: larger; | ||
font-family: 'Lato', sans-serif; | ||
font-size: 54px; | ||
font-weight: 300; | ||
line-height: 58px; | ||
margin: 0 0 58px; | ||
} | ||
|
||
|
||
p { | ||
font-size: larger; | ||
font-family: 'Inder', sans-serif; | ||
color: black; | ||
} | ||
|
||
a { | ||
color: #fe921f; | ||
text-decoration: underline; | ||
} | ||
|
||
|
||
a:hover { | ||
color: #ffffff | ||
} | ||
|
||
ul li { | ||
font-family: 'Inder', sans-serif; | ||
|
||
|
||
font-size: larger; | ||
|
||
} | ||
|
||
|
||
</style> | ||
<title>Basic Programming</title> | ||
</head> | ||
|
||
<body> | ||
<!---=====Navbar======--> | ||
|
||
|
||
<body style="background-color:#faf3e0"> | ||
|
||
<div style="background-color:#f14668"> | ||
|
||
|
||
<p> | ||
The basics of problem solving can be learnt with languages like C and Python | ||
</p> | ||
<h1>The resoucres to learn python and C</h1> | ||
</div> | ||
<ul> | ||
<li> | ||
<b> Code with harry:</b><br /> | ||
This is by far the best channel to learn basics of python,from problem solving to game development to gui, | ||
everything in depth is available.<br /> | ||
You can access his playlist <a | ||
href="https://www.youtube.com/watch?v=aqvDTCpNRek&list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME" | ||
style="color:green"> | ||
|
||
|
||
|
||
By clicking here </a> | ||
</li><br /> | ||
<li> | ||
<b>Python playlist by telusuko:</b><br /> | ||
<a href="https://www.youtube.com/watch?v=QXeEoD0pB3E&list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3" | ||
style="color:green">This is a</a> | ||
python playlist by telusuko | ||
</li><br /> | ||
<li> | ||
<b>C language Code with harry:</b><br /> | ||
Complete playlist to master c in depth by code with harry with projects and notes .<br /> You can access his | ||
playlist <a href="https://codewithharry.com/videos/c-tutorial-in-hindi-with-notes" style="color:green">HERE. | ||
</a> | ||
|
||
</li><br /> | ||
<li> | ||
<b>Free code camp C tutorial</b><br /> | ||
If you need an english course, then free code camp 4 hours videos is for you .<br /> You can access it <a | ||
href="https://www.youtube.com/watch?v=KJgsSFOSQv0" style="color:green">HERE.</a> | ||
|
||
</li><br /> | ||
|
||
</ul> | ||
<div style="background-color:#f14668"> | ||
|
||
|
||
<p> | ||
Moving a step ahead, we have to choose C++ and Java | ||
</p> | ||
<h1>The resoucres to learn Java and C++</h1> | ||
</div> | ||
<ul> | ||
<li> | ||
<b> c++ Code with harry:</b><br /> | ||
<a href="https://www.youtube.com/watch?v=aqvDTCpNRek&list=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME" | ||
style="color:green">This</a> C++ tutorials for beginners will teach you all the c plus plus concepts from the | ||
very starting to the end. This Cpp course will introduce you to programming and will continue the discussion on | ||
how to write efficient, fast and better CPP programs | ||
|
||
|
||
|
||
</a> | ||
</li><br /> | ||
<li> | ||
<b>Apna college c++:</b><br /> | ||
C++ full course with data structures , course by Aman Dhattarwal.<a | ||
href="https://www.youtube.com/playlist?list=PLfqMhTWNBTe0b2nM6JHVCnAkhQRGiZMSJ" style="color:green">This is | ||
</a> | ||
the full animated playlist by him. | ||
</li><br /> | ||
<li> | ||
<b>Pepcoding Java:</b><br /> | ||
By far best course of Java, better than any paid course with basics and practice,you can access it free on | ||
youtube | ||
or their website <a href="https://www.youtube.com/playlist?list=PL-Jc9J83PIiFj7YSPl2ulcpwy-mwj1SSk" | ||
style="color:green">HERE</a>. | ||
</a> | ||
|
||
</li><br /> | ||
<li> | ||
<b>Code with harry java course:</b><br /> | ||
A free complete course for CORE java with notes and practce questions .<br /> You can access it <a | ||
href="https://codewithharry.com/videos/java-tutorials-for-beginners-1" style="color:green">HERE</a> | ||
</a> | ||
|
||
</li><br /> | ||
|
||
</ul> | ||
</div> | ||
<div style="background-color:#f14668"> | ||
|
||
|
||
<p> | ||
Data Structures and algorithms are most important for placements. | ||
</p> | ||
<h1>The resoucres to learn Data structures and Algorithms</h1> | ||
> | ||
</div> | ||
<ul> | ||
<br /> | ||
<li> | ||
GFG(geeks for geeks) DSA is a good source. | ||
|
||
</li><br /> | ||
<li> | ||
<b>Pepcoding Java:</b><br /> | ||
<a href="https://www.pepcoding.com/resources/" style="color:green">Pepcoding</a>These courses are structured | ||
such | ||
that each student spends appropriate time on each topic to generate enough insight to tackle questions of any | ||
difficulty level. Each question is accompanied with an editor where you can submit your code for the given or | ||
even | ||
watch the solution video and the code in case you are unable to reach an optimal solution for the problem. | ||
</a> | ||
|
||
</li><br /> | ||
<li> | ||
<b>Code with harry DSA course:</b><br /> | ||
<a href="https://codewithharry.com/videos/data-structures-and-algorithms-in-hindi-1" | ||
style="color:green">This</a>Algorithms and Data Structures course will teach you everything you need to | ||
prepare | ||
for placements, interviews, and logic building. | ||
</a> | ||
|
||
</li><br /> | ||
<li> | ||
The problems for data structure and algorithms can be practiced on Geeks for geeks and leetcode website. | ||
<section class="nav justify-content-end "> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://github.com/Satakshijain/CodingHustlers">Contribute</a> | ||
</li> | ||
<br /> | ||
</ul> | ||
</div> | ||
<div style="background-color:#f14668"> | ||
|
||
|
||
<p> | ||
Core subjects are also asked in interviews. | ||
</p> | ||
<h1>The resoucres to learn Operating Systems,DBMS,Computer networking are:</h1> | ||
</div> | ||
<ul> | ||
<br /> | ||
<li> | ||
<b>Gate smashers:</b><a href="https://www.youtube.com/channel/UCJihyK0A38SZ6SdJirEdIOw" | ||
style="color:green">youtube</a> | ||
|
||
</li><br /> | ||
<li> | ||
<b>Knowledge gate:</b><br /> | ||
<a href="https://www.youtube.com/channel/UCA6yfpYhy5sWMjRGOT-OAIQ" style="color:green">youtube</a> | ||
</a> | ||
|
||
</li><br /> | ||
<li> | ||
<b>Gfg and pepcoding website notes and documentation</b><br /> | ||
|
||
</li> | ||
</ul> | ||
</section> | ||
|
||
|
||
<!---=====Section-1(CP)======--> | ||
<div class="container-sm-fluid"> | ||
<div class="row"> | ||
<div class="col-4 third"> | ||
<div class="title"> | ||
<h1>Basic Programming</a></h1> | ||
<h2 class="title_text"> <i> First, solve the problem. Then, write the code.” </i> <br> – John | ||
Johnson</h2> | ||
</div> | ||
</div> | ||
<div class="col-6 "> | ||
<div class="info"> | ||
<div class="media"> | ||
<img class="align-self-center mr-3" src="" | ||
alt=""> | ||
<div class="media-body"> | ||
<h2 class="info__title">Data Structures and Algorithm </h2> | ||
<p class="info__text"> | ||
Learning Data Structures and Algorithms is crucial because it lays the foundation for writing efficient code and solving complex problems. | ||
Mastering DSA enhances problem-solving skills and is essential for technical interviews and real-world programming challenges. | ||
</p> | ||
<ul class="list-group list-group-flush"> | ||
<li class="list-group-item"> <a href="https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/" target="_blank"><b>Strivers A2Z DSA Course</b></a> <br>This is by far the best resource for learning DSA and prepare efficiently for technical interviews </li> | ||
<li class="list-group-item"> <a href="https://www.geeksforgeeks.org/learn-data-structures-and-algorithms-dsa-tutorial/" target="_blank"><b>Geeks For Geeks</b> </a><br> A comprehensive website with tutorials, problems, and explanations on various data structures and algorithms</li> | ||
<li class="list-group-item"> <a href=" https://www.youtube.com/playlist?list=PL-Jc9J83PIiFj7YSPl2ulcpwy-mwj1SSk" target="_blank"><b>Pepcoding</b></a> <br>Provides tutorials on data structures and algorithms using Java with coding examples</li> | ||
<li class="list-group-item"> <a href="hhttps://www.naukri.com/code360/guided-paths" target="_blank"><b>Coding Ninjas</b></a> <br>A complete preparation structured guide for your Coding Interviews. You can choose your tracks and start preparing.</li> | ||
</ul> | ||
</div> | ||
<!------> | ||
<div class="media-body"> | ||
<h2 class="info__title">Web Development Resources</h2> | ||
<p class="info__text"> | ||
These top tutorials are perfect for mastering web development, refreshing your skills, and staying ahead in your field. | ||
</p> | ||
<ul class="list-group list-group-flush"> | ||
<li class="list-group-item"> <a href="https://www.youtube.com/@CodeWithHarry" target="_blank"><b>Code With Harry</b></a> <br>Provides practical web development tutorials across various languages and projects..</li> | ||
<li class="list-group-item"> <a href="https://www.youtube.com/@chaiaurcode" target="_blank"><b>Chai aur Code</b> </a><br>Offers free playlists from scratch to learn web development with a focus on practical coding and real-world problem-solving </li> | ||
<li class="list-group-item"> <a href=" https://www.youtube.com/@harkirat1" target="_blank"><b>Harkirat Singh</b></a> <br>Delivers in-depth tutorials on open-source, practical projects, roadmaps and, Web3 </li> | ||
<li class="list-group-item"> <a href="https://www.youtube.com/@freecodecamp" target="_blank"><b>FreeCodeCamp</b></a> <br>Features comprehensive coding tutorials and courses on web development and programming languages.</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<footer class="footer"> | ||
<p class="footer__title" style="color: #faf3e0;">"Programming isn't about what you know; it's about what you can figure out.” | ||
<br> - | ||
Chris Pine</p> | ||
<p style="color: #faf3e0;" >© 2023 copyright all right reserved</p> | ||
</footer> | ||
|
||
|
||
|
||
|
||
|
||
</body> | ||
|
||
</html> |