Html Css js Frontend projects
9.83K subscribers
1.06K photos
137 videos
64 files
173 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
πŸ”° JavaScript Quick Tips

Today we’ll look at #javascript simple tips and tricks. 

Here’s a breakdown: 
1. Filter unique values 
2. Convert to boolean 
3. Convert to string 
4. Convert to int 
5. Convert float to int 
6. Remove last digits 
7. Truncate an array 
8. Last item in an array 

If these tips were useful save the post for later! Follow for 
more tips and tricks like these
πŸ‘1
πŸ”… Objects as Structs in JavaScript!!

While JavaScript does not have a direct equivalent to structs, its objects can be used in similar ways to group related data and behavior.

This flexibility allows for a wide range of programming styles, including object-oriented programming.
βœ…The Modern React Bootcamp (Hooks, Context, NextJS, Router)
Just published! Follow the same curriculum I teach my students in SF. 10+ projects including one HUGE application!
πŸŒŸβ˜„


βœ”οΈCourse link on Udemy πŸ‘‡
https://www.udemy.com/course/modern-react-bootcamp


πŸ’»The full course with its latest update
πŸ”˜Size: 8 GB
πŸ€‘Price: $70, free download
πŸ“₯Download server Telegram
🌐english language
🌐Translation: Yes files vtt

πŸ‘¨πŸ»β€πŸ’»Course download link πŸ‘‡
https://linkjust.com/Fdaj2JSU


β˜‘οΈSkip the links and access the courseπŸ‘‡
https://youtu.be/ZhFVHteAcY4?si=nGzRSRCDP6tXBL84
πŸ‘1πŸŽ‰1πŸŽ…1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”° CSS Tip

Do you have an image that is not exactly the same size as what you want to render it as?

Just turn on the object-fit propery to cover for the image element!

This property ensures that irrespective of the dimension of the image element, the contents fully covers the element without any distortion.

πŸ‘‰ Without this, the content would be stretched to fit the element
πŸ”° Paper Overlay in CSS

The paper overlay effect in CSS can be used to give web content a realistic and engaging appearance, making it suitable for blog posts, portfolios, digital invitations, educational websites, presentations, product showcases, personal blogs, and event websites.
πŸ‘1
πŸ”… Browser Rendering Engine

The browser rendering engine is a critical system component that parses and interprets HTML, CSS, JavaScript, and various assets to construct the Document Object Model (DOM) and render tree.
πŸ‘1
πŸ”° JavaScript Tip πŸ’‘: Add properties to an object based on a condition.
πŸ”° 7 JavaScript Concepts You Can’t Miss
πŸ‘1
A quick pro-tip, by the way 😁

:is() is so powerful in CSS πŸ”₯
πŸ‘3πŸ”₯1