codebypc
@codebypc
2.09K
subscribers
210
photos
59
videos
160
files
250
links
Html, css3, javascript, reactjs, express, Fullstack, backend, Bootstrap, mongodb
Download Telegram
Join
codebypc
2.09K subscribers
codebypc
codebypc
https://youtube.com/shorts/kZQAKScqzdI?si=lO7by0EENR7sB_B4
YouTube
alt attribute in img tag #coding #shorts #html5
Most developers still skip this simple thing in HTML and lose SEO points
π³
alt attribute isnβt just for broken images β it tells Google and screen readers wh...
codebypc
_What_are_media_queries_and_how_are_they_used_for_responsiveness.pdf
4.9 MB
codebypc
β€
1
codebypc
git commands.pdf
5.9 MB
codebypc
https://youtube.com/shorts/b7WPe9qGGcE?si=vtsw--RWCOBjot2B
YouTube
overflow hidden property in CSS #css3 #shorts
Do you know why your extra content suddenly disappears outside a div?
π€
Thatβs because of overflow: hidden in CSS!
π‘
It helps you control overflowing content...
codebypc
https://youtube.com/shorts/lmR0YUZPqZs?si=vH-E9PVncinGwP2U
codebypc
codebypc
What are combinators in CSS.pdf
4.4 MB
codebypc
https://youtube.com/shorts/Ex6TJTnNH7A?si=2xEF3wRXzYOxRh6-
YouTube
Lazy Loading Technique || HTML Performance Hacks #html5 #coding #shorts
Lazy Loading Technique || HTML Performance Hacks
π‘
Want faster website loading?Use just one magic attribute β loading="lazy"
π’
It delays image loading until ...
codebypc
https://youtube.com/shorts/igu7IAls4W4?si=cE3c8zebVMIzFbX7
YouTube
What Happens When You Access a Non-Existent Property in JavaScript? #coding #shorts
π€
Ever tried accessing a property that doesnβt exist in your JavaScript object?Hereβs what really happens
π
π«
You donβt get an error β you get undefined
π
...
codebypc
https://youtube.com/shorts/doiUu53oCmE?si=mZAUbFTb5IPlcJ0c
YouTube
Symbol in JavaScript || JavaScript Interview Questions #coding #javascript #shorts
Ever seen Symbol(id) in JavaScript?
π€
In this short, youβll learn what Symbols are and why theyβre used.They create unique keys that never clash β perfect fo...
codebypc
https://youtube.com/shorts/CKTpiQQwOHE?si=FSUeUAs4pBQRQtfE
YouTube
Remove duplicates from an array in JavaScript #coding #javascript #shorts
π
Remove duplicates from an array in seconds!
π‘
Use new Set() β the cleanest and fastest way to get unique values in JavaScript
π
const uniqueArr = [...new ...
codebypc
https://youtube.com/shorts/fYodoMR_97I?si=pslMTEOEjcaf3M6p
YouTube
What will this JavaScript code print || JavaScript concepts #coding #shorts #javascript
What will this JavaScript code print?console.log([] == 0);
π§
Options:A) falseB) true
β
C) undefinedD) Error
π‘
Correct Answer: B) true
π
Explanation:In JavaScr...
codebypc
https://youtube.com/shorts/GoZb5SOKTv4?si=Ky5mznTPv0NbjW1a
YouTube
Explained the concept of currying with an example. #javascript #shorts
Currying in JavaScript
π₯
β The secret technique that turns functions into power tools!
πͺ
Instead of sum(2,3,4) β write sum(2)(3)(4)
π€―
Master this concept & ...
codebypc
https://youtube.com/shorts/xjaq2SlUMYY?si=4ZC4_TxFNXQZ-_GX
YouTube
5 Ways to Merge Two Arrays in JavaScript #coding #shorts
π₯
5 Ways to Merge Two Arrays in JavaScript β from Beginner to Pro!Use concat(), spread operator, or even flat() like a pro.Which one do you use most often? ...
codebypc
Which of these is not a JavaScript data type?
Anonymous Quiz
3%
A) String
2%
B) Boolean
70%
C) Float
26%
D) Object
codebypc
https://youtube.com/shorts/uh4E3RbjB3s?si=437Fr1jmElCfGzhH
YouTube
How can innerHTML lead to vulnerabilities? #coding #shorts
Most beginners still use innerHTML to update the DOM β but it can open the door to dangerous XSS attacks.In this video, youβll learn how innerHTML executes u...
codebypc
π₯
What is CORS.pdf
44 KB
π
2
codebypc
html top 100.pdf
51.2 KB
π
1
codebypc
https://youtube.com/shorts/Zn_h5ynCols?si=Do-uEKsjf-Bs5mFE
YouTube
Semantic HTML tag #coding #shorts
πΉ
Semantic HTML made simple
β
Know the right tag, write better code, and boost SEO
π
Perfect for beginners & interview prep
π»
Comment PDF for full notes
π©
βo...