Everything About code
前往频道在 Telegram
Admin : @Samandar_Anorboyev Hello everyone you can learn interesting facts about coding in this channel 💻 Perfluence
显示更多9 656
订阅者
+324 小时
-187 天
-9730 天
帖子存档
Repost from Web design source code
⌨️ CSS: Customize List Markers
If you are looking to spice up 🌶 your lists in css , then the ::marker pseudo element is the perfect friend.
This element supports a selective few properties that you can override, such as the content itself (as seen in this example) or text and color properties, like font family, size etc ...
This is applicable to both unordered and ordered lists!
Repost from Web design source code
🔰 Modern RGB Syntax
🔙 A new syntax for defining colors in RGB was introduced a while back in #css
This addresses some issues with the existing rgb() function and makes it more user friendly
👉 Using space instead of comma to be in line with other CSS functions
👉 No separate rgb() and rgba() functions, you can now definite both using single rgb() functions
👉 Improves readability when using transparency (alpha), which is now separated using /
👉 You can use percentage values!
Repost from Web design source code
Tailwind CSS v4 brings a cleaner approach to arbitrary values, no more escaping calc() or var()!
Native CSS functions are now first-class citizens, making your styles faster, smarter, and more compatible. Let’s explore how to migrate and modernize your utilities.
+4
🖥 Events in JavaScript
Events are actions or occurrences that happen in the browser, often as a result of user interactions or other changes in the environment.
How keen are your eyes 🧐 can you spot the bugs in these three JavaScript snippets? 😎
The best way to learn JavaScript is by practicing examples. In this post, I have posted some basic programs for internships purpose and pratice.
+9
Hey coders! 🚀 Today, I’m sharing a beginner-friendly guide to JavaScript Regular Expressions (RegEx), a powerful tool for matching and manipulating patterns in strings. ✨🔍
· · · · ·
RegEx is perfect for tasks like validating input, searching, or replacing text. Let’s explore its key features step by step!
📝 Patterns
Define your search criteria using sequences of characters or symbols, allowing you to extract or manipulate specific parts of a string.
🎯 Matches
The .test() method lets you check if a string matches a defined pattern. Remember, RegEx is case-sensitive by default unless you use flags!
🔤 Character Classes
Match specific types of characters, like vowels [aeiou] or digits [0-9], to identify patterns in your strings.
🎌 Flags
Add flags like /i for case-insensitive matching or /g for finding all matches instead of just the first one.
🔢 Quantifiers
Specify how many times a character or group should appear. For instance, {2,4} matches a pattern appearing 2 to 4 times.
🔗 Anchors
Pin your search to specific positions in a string, like ^ for the start or $ for the end.
📦 Groups
Use parentheses () to group patterns and capture parts of a match, making it easier to work with subpatterns.
💡 Why use RegEx?
* Simplify text processing tasks.
* Improve data validation and extraction.
* Make your code efficient and elegant.
Did this breakdown make RegEx seem less intimidating? Let me know your thoughts or questions in the comments below! 🌱👇
Repost from Web design source code
Online Design Tools
These tools helped me create cleaner, more professional-looking designs that stood out.
Repost from Web design source code
+8
You know about the vh unit in CSS, but what are these new mystery units in CSS
OnSpace Mobile App builder: Build AI Apps in minutes
Visit website: https://www.onspace.ai/?via=tg_frontend
Or Download app: https://onspace.onelink.me/za8S/h1jb6sb9?c=frontend
With OnSpace, you can build website or AI Mobile Apps by chatting with AI, and publish to PlayStore or AppStore.
What will you get:
- Create app or website by chatting with AI;
- Integrate with Any top AI power just by giving order (like Sora2, Nanobanan Pro & Gemini 3 Pro);
- Download APK,AAB file, publish to AppStore.
- Add payments and monetize like in-app-purchase and Stripe.
- Functional login & signup.
- Database + dashboard in minutes.
- Full tutorial on YouTube and within 1 day customer service
+5
⌨️ Top JavaScript Frameworks and Libraries to Watch in 2025
As the JavaScript ecosystem continues to evolve, several frameworks and libraries are emerging to address modern web development challenges.
