Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books
3.99K subscribers
878 photos
11 videos
995 files
354 links
One place for the latest in JavaScript, Python, Django, React, and more. Get top-notch tutorials, tips, and downloadable resources. Join us to elevate your tech skills!
Download Telegram
Logic for CS, IIT Delhi

🆓 Free Online Course
💻 Video Lectures
20 Module
🏃‍♂️ Self paced
Teacher(s) 👨‍🏫 : Prof. S. Arun Kumar

🔗 https://nptel.ac.in/courses/106102013
There are 5 layers of software:

🌎 Hosting - where data is stored.

📦 Database - how data is stored.

🤔 Logic - how data is processed.

🔁 API - how data is fetched.

🖼 UI - how data is presented
Beautiful Conic Gradient 👇🏻
Code:
div {
background-image: conic-gradient(aqua, deeppink,
orange, aqua);
width: 400px;
height: 400px;
border-radius: 50%;
}
JavaScript Tip 💡

You can use Object.seal() method to prevent adding or removing properties in the object.
Fun Fact: Snail 🐌 and this channel's growth have same speed
Please share the channel with same minded friends.
HTML Tip 💡

You can use the start attribute to specify the start value of the first list item in an ordered list.