Web Development CS JS Python JavaScript Hacking ReactJs Python django Flask CSS Frontend Backend Full Stack Java Node Pdf Books
الذهاب إلى القناة على Telegram
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!
إظهار المزيد4 217
المشتركون
لا توجد بيانات24 ساعات
-77 أيام
-1630 أيام
أرشيف المشاركات
Undefined.
This is due to hoisting. The code behaves like this 👇
var a; //the variable got hoisted
console.log(a); // Outputs: undefined
a = 5;
[We know when a declare a variable the initial value is "undefined" until we assign a value]
What will be the output of the following JavaScript code
Repost from Learn Python with Python Video Tutorial Python Course Python Note Python Book Python PDF Django Flask Python
Magazine Shared
Pdf in private channel:
https://t.me/c/2109572262/891
Repost from Learn Python with Python Video Tutorial Python Course Python Note Python Book Python PDF Django Flask Python
Book shared in resources channel
Name: Web Design Playground - HTML and CSS the Interactive Way - Paul McFedries (Manning, 2019)
https://t.me/c/2109572262/888
2. Adding Favicon to Website
▪️ a favicon is added via tag
▪️ Just add the tag inside with the path to the favicon.
⬇️
1. How to create a Favicon?
▪️ Any image can work but it should be small & simple with high contrast
▪️ Normally preferred sizes are 16 x 16 and 32 x 32.
▪️ You can also create & download a favicon using these sites →
• favicon.cc
• favicon.io
▪️ Favicon is a small image that appears beside the website name.
▪️ It is known by many names like tab icon, bookmark icon because it is displayed on a browser's tab, bookmark bar etc.
▪️ Most famous & widely used format for favicon is .ico
What is facicon and How to add a Favicon to a website❓
Top 12 Tips for API Security
- Use HTTPS
- Use OAuth2
- Use WebAuthn
- Use Leveled API Keys
- Authorization
- Rate Limiting
- API Versioning
- Whitelisting
- Check OWASP API Security Risks
- Use API Gateway
- Error Handling
- Input Validation
Learn Backend development 💯
👨💻Languages:
- JavaScript
- Python
- Java
- PHP
🕹Frameworks:
- Express.js
- Django
- Flask
- Laravel
- Spring
📊Database:
- MySQL
- PostgreSQL
- MongoDB
- Firebase
- Supabase
🧱Containerization Tools:
- Docker
- Kubernetes
For questions here is the Chat group link
https://t.me/+2KE896TMwHkxOWE1
For Resources aka PDfs and Ebooks group link
https://t.me/+eweUkdFwlho4YjRl
Join Python Channel
https://t.me/python_assets
Repost from Learn Python with Python Video Tutorial Python Course Python Note Python Book Python PDF Django Flask Python
Book shared in resources channel
https://t.me/c/2109572262/871
