Similar User
@philomath128
@mergentlabs
@CKobril
@ramadanDEV
@Blindfool
@ashaluwala
@rifadh47
@iamDelMot
@lpanda2014
@Ayush__Chamoli
@basitwt
@h4mz4_S
@o_lee_0133
@yannis65929
@ataeijo
🌟 CSS Challenge! 🌟 In a frontend developer interview, candidates may be asked to create a 6-layer colour circle using just 3 divs and CSS. #css #webdev #interview
Not many lines for a CSS parallax effect either 🤙 ul { scroll-padding-inline: calc(50% - var(-card) * 0.5); } img { animation: para; animation-timeline: --item; } @keyframes para { cover 100% { translate: calc(100% - var(--card)) -50%; }}
Parallax effect can now be achieved in a scroll view with a few lines of code in SwiftUI. #WWDC24
CSS blurred text reveal on scroll 📜 .character { animation: drop; animation-timeline: --section; animation-range: var(--start) var(--end); } @keyframes drop { 0% { filter: blur(10px); translate: 0 -75%; } } Inspo: @daylightco
Scrolling parallax cards with CSS scroll animation 📜 article { scale: 0.8; animation: scale; animation-timeline: view(inline); animation-range: cover 40% cover 60%; } @keyframes scale { 50% { scale: 1; }}
Design a stack that supports retrieving the minimum element in constant time. What is your approach to the problem? Leetcode 155. Min Stack #Interviews #leetcode #dsa
Great Frontend Project is another great product of @greatfrontend You can practice and learn #FrontEnd by building an amazing real-world application. Many thanks to @yangshunz for these amazing resources.
TypeScript Tips! Tired of typing out lengthy union types for component props? use keyof and typeof 💡 With typeof, grab the type of your object, and with keyof, whip up union types from your object's keys in a snap! #typescript
Finished this 15+ page amazing project for a ThemeForest agency, it was challenging and fun
Thank you @beaucarnes for writing this helpful article. Master React by Building 25 Projects freecodecamp.org/news/master-re…
Just completed a project for a Themeforest agency! I successfully converted two home pages from PSD. It was quite challenging as I had never used Photoshop before, but I managed to overcome this😁
I encountered a bug on the @Nike checkout page where the footer of the checkout page was stuck in the middle of the page. i am not sure is this bug only happens in my browser or not.
Having found this amazing design on twitter, I decided to bring it to life, it was a lot of fun to build Thank @laibadesigner for this wonderful design 👌 #figma
I Build A Dynamic YouTube Live Chat with Redux and API-pulling #Redux #API #RealTimeChat #WebDevelopment #JavaScript #ReactJS #youtube
United States Trends
- 1. #UFCMacau 21,4 B posts
- 2. #ArcaneSeason2 171 B posts
- 3. Wayne 93,4 B posts
- 4. Leicester 38,1 B posts
- 5. Good Saturday 24,5 B posts
- 6. Jayce 72,1 B posts
- 7. Ekko 69,6 B posts
- 8. #saturdaymorning 3.273 posts
- 9. Wang Cong 1.381 posts
- 10. Nicolas Jackson 7.181 posts
- 11. #LEICHE 19,6 B posts
- 12. Ndidi 2.959 posts
- 13. Nico Jackson 1.224 posts
- 14. #SaturdayVibes 4.687 posts
- 15. SEVENTEEN 1,43 Mn posts
- 16. maddie 21,9 B posts
- 17. Gabriella Fernandes N/A
- 18. Sanchez 228 B posts
- 19. Jinx 199 B posts
- 20. Surgeon General 55,7 B posts
Who to follow
-
Raksha Pahariya
@philomath128 -
Mergent
@mergentlabs -
Christian Kobril
@CKobril -
Mahmoud Ramadan
@ramadanDEV -
Kat
@Blindfool -
Ashaluwala Kazeem
@ashaluwala -
Rifadh
@rifadh47 -
KingsNeverDie
@iamDelMot -
Lipsa Panda
@lpanda2014 -
Ayush Chamoli
@Ayush__Chamoli -
Basit | connoisseur of oranges 🍊
@basitwt -
Hamza Shaikh
@h4mz4_S -
Olisemeka Nwaeme
@o_lee_0133 -
Yannis
@yannis65929 -
Ataei
@ataeijo
Something went wrong.
Something went wrong.