4 776
订阅者
无数据24 小时
+87 天
+9530 天
帖子存档
4 775
👩💻 Learn DOM Manipulation In 18 Minutes
DOM manipulation is tough. There are lots of methods and techniques you need to master and it is not obvious which methods are best for each scenario. In this video I cover the 14 most important DOM manipulation methods that you need to know.🧠 Concepts Covered: - Creating elements - Adding elements - Modifying data attributes - Removing elements
4 775
🔰 The Complete React Native + Hooks Course
🌟 4.6 - 44567 votes 💰 Original Price: $74.99
📖 Understand React Native with Hooks, Context, and React Navigation.🔊 Taught By: Stephen Grider 📤 Download Full Course 📤 Download All Courses
4 775
⌨️ inline-size in CSS
Ensures elements like buttons or text containers adapt their width dynamically, maintaining a consistent layout across different devices and languages.
4 775
🧠 Face Recognition with Machine Learning + Deploy Flask App
🌟 4.4 - 459 votes 💰 Original Price: $69.99
📖 Create an Face Recognition project from scratch with Python, OpenCV , Machine Learning Algorithms, Flask, Heroku Deploy🔊 Taught By: datascience Anywhere, G Sudheer 📤 Download Full Course 📤 Download All Courses
4 775
⌨️ Popover in HTML
The popover attribute is a global attribute, meaning it can be applied to any HTML element to convert it into a popover.
4 775
⌨️ Shimmering Badge
Here is a simple implementation for a shimmering badge to grab the attention of your audience!
⚠️ Although not mentioned in this post, it is important to respect user's preferences regarding animations and enable this only when they are okay with animations. You can check for this using the prefers reduced motion media queries.
4 775
+2
An idea I stole from MDN website 😛 how to setup a fade out for long text in article cards, etc
✨ The trick is to create a psuedo element that is placed in a manner to cover only the last line, and add a horizontal gradient, from full transparent to background color (white)
💡 You could also use CSS custom properties to avoid referring to 1.5rem multiple times
4 775
Recently, CSS has supported "logical" direction based properties for margin, padding, border, etc!
Previous to this, we were able to define properties based on physical directions like left, right, etc. This was a problem when different writing modes come into play, such as Arabic which is written from right to left, or traditional Chinese, Japanese, which are written from top to bottom.
👉 These new properties automatically adjust to the writing mode without the need for media queries.
"block" indicates main axis of writing mode (top to bottom for English)
"inline" indicates the cross axis of the writing mode (left to right for English)
You can combine this to create different properties for margin, padding, border, size and inset
👉 margin-block-end
👉 padding-inline
👉 border-inline-start
👉 inline-size
👉 block-size
✨ This also has the benefit that it provides shorthands like margin-inline which sets both left and right margin
4 775
⌨️ Scroll-driven animations in CSS!!
Lets you create partial or full-page visuals with elements animating into and within the viewport, also known as scrollytelling, for dynamic visual impact.
4 775
📢 Announcement! 📢
🎉 The votes are in, and the winner is: Programming and Coding Tutorials Channel! 💻✨
🚀 We’ll be creating this channel as soon as possible, so stay tuned and stay connected for updates!
🌟 Thank you all for your participation and support! 🙌
4 775
⌨️ Glass Effect in CSS
To create a glass effect (also known as a glassmorphism effect) in CSS, you can use a combination of properties including background, backdrop-filter, box-shadow, and border.
4 775
Repost from Learning Programming
🔰 Dart and Flutter 3 Bootcamp: Build Apps for Any Screen!
🌟 4.7 - 327 votes 💰 Original Price: $54.99
📖 Learn to use the powerful Dart and Flutter libraries to create mobile, desktop, and web applications!🔊 Taught By: Jose Portilla, Pierian Training 📤 Download Full Course
4 775
+6
⌨️ A simple hack to add gradient fill to text in CSS
Most UI design tools have a straight forward option to add a gradient as fill for text. But this isn't the case for us, frontend developers.
However, this simple set of three properties allows to add any image or gradient as a fill for text.
✨ The text is still fully accessible and selectable.
4 775
+4
⌨️ Custom @property vs CSS Variable
Learn why custom properties are more suitable than variables.
4 775
Repost from Learn Ethical Hacking and Cybersecurity
🔅 Cybersecurity Foundations
🌐 Author: Malcolm Shore
🔰 Level: Beginner
⏰ Duration: 2h 54m
🌀 Set a rock-solid foundation for your network, users, and data by learning the basics of cybersecurity. Explore key frameworks, threats, and strategies for responding to incidents.📗 Topics: Cybersecurity 📤 Join Ethical Hacking and Cybersecurity for more courses
4 775
Time to test your Linux skills: What does /𝐮𝐬𝐫 mean?
The Linux file system used to resemble an unorganized town where individuals constructed their houses wherever they pleased. However, in 1994, the Filesystem Hierarchy Standard (FHS) was introduced to bring order to the Linux file system.
Over to you: which directory did you use most frequently?
Subscribe to our weekly newsletter to get a Free System Design
https://t.me/+INv_vdrmuLcyODdk
#systemdesign #coding #interviewtips
4 775
🔅 Mobile Application Penetration Testing
Learn Mobile Application Hacking for iOS and Android Devices
This course focuses on Android and iOS Mobile Application Penetration testing. The course will demonstrate common techniques to extract sensitive data from Android and iOS Application such as API Keys, stored secrets, and firebase databases, and provide a solid foundation for continuing a career as a Mobile Application Penetration Tester. This course will cover the common methodologies and practices you can utilize to start Bug Bounty hunting mobile applications.🔗 Link : Learn Mobile Application Hacking
