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
CSS Object-fit PropertyπŸ”₯

You can set the resizing behaviour of an image or video to fit it in its container using the object-fit property.
❀3πŸ‘1
The answer is 10 as 20 can not be accessible due to block scope which restricts the access from outside .
Crucial Font Size Guidelines for Web Development:

πŸ“ Body Text: 16px to 18px for readability

πŸ“ Headings: H1 at 32px to 36px, scale down for H2-H6

πŸ“ Buttons: Minimum of 14px for clarity

πŸ“ Navigation Menu: 14px to 16px for visibility

πŸ“ Mobile Responsiveness: Scale down body text by 15-20% on small screens

πŸ“ Accessibility: Use min 9pt for legibility in footers/disclaimers
❀1
11 tips for every web dev beginner:

1. Create projects πŸ—ƒοΈ
2. Read books πŸ“š
3. Read docs πŸ“ƒ
4. Help others πŸ‘¨β€πŸ«
5. Daily coding πŸ‘¨β€πŸ’»
6. Be active in the community 🐦
7. Internet surfing 🌊
8. Learn daily πŸ’ͺ🏻
9. Read latest tech blogs πŸ“–
10. Take short breaks 🍻
11. Write notes ✍️
❀3
As a web developer today, most of your works are related to APIs.

But most of developers don't actually understand what it is. πŸ‘€

When we talk about API, we are usually referring to Web API. 🌐

Web API (Application Programmatic Interface) can provide:

1. Resources, e.g. bus arrival time, restaurant ratings...
2. Services or microservices, e.g. converting coordinates into place names, creating QR codes...

With Web APIs, developers can then easily incorporate these building blocks into other web applications.

πŸ‘©β€πŸ’»There's some features of different Web API, for example:

1. Public vs. private
- Public APIs are available to everyone, but may subject to licenses
- Private APIs are only available to internal developers

2. Free vs. premium
- Premium APIs may charge on-demand
- That's why there's also this term β€œAPI Economy”!

There's actually API marketplace and directory site, like
- RapidAPI
- ProgrammableWeb

Here's some example of public API that you can explore:

1. Google (developers.google.com/apis-explorer)

2. Facebook (developers.facebook.com/docs/apis-and-…)

3. Data portals of many cities (dataportals.org/search)And you also have to understand what is 'API endpoints'.

API usually provides endpoints as a URI to provide services.

And it needs to be static, without affecting applications built upon ✨And that's why there's a standard for writing API called REST.

REST stands for 'REpresentational State Transfer'.

It's an architectural style of writing APIs.
The output is 2. This is because the console.log call inside the body of function2 refers to the variable x defined inside the scope of function2 and not the x defined in the outer scope.
Guys be active on the community. Show some response. If you really want to learn always try to engage with the posts. It motivates me to post here. I don't wanna put ads here or whatever crap. This community is made by me from scratch to help my fellow aspiring developers.
πŸ‘3
10 websites that can replace hundreds of dollars worth of PC software (for free)
πŸ‘1
1. Photopea

Replace Adobe Photoshop and Illustrator with this free app (save $46/m).

Photopea is a web-based photo and graphics editor that you can use for image editing, creating illustrations, web design, or converting between various image formats.

photopea.com
πŸ”₯2πŸ‘1
3. Ezgif

I'm surprised how very few people know about his website. There are so many useful features:

β€’ Video to GIF
β€’ Image converter
β€’ Image optimizer
β€’ Resize, rotate, crop, cut, split, you name it!

ezgif.com
πŸ‘2❀1
4. PDF Escape

Best alternative to using Adobe Acrobat.

Edit PDF documents, fill PDF forms, and view PDFs online using PDFescape.

pdfescape.com
πŸ‘2