@anjanstwt Profile picture

Anjan (Joshua)

@anjanstwt

Will be a Frontend Wizard ✌️

Similar User
Raksha Pahariya photo

@philomath128

Mergent photo

@mergentlabs

Christian Kobril photo

@CKobril

Mahmoud Ramadan photo

@ramadanDEV

Kat photo

@Blindfool

Ashaluwala Kazeem photo

@ashaluwala

Rifadh photo

@rifadh47

KingsNeverDie photo

@iamDelMot

Lipsa Panda photo

@lpanda2014

Ayush Chamoli photo

@Ayush__Chamoli

Basit | connoisseur of oranges 🍊 photo

@basitwt

Hamza Shaikh photo

@h4mz4_S

Olisemeka Nwaeme photo

@o_lee_0133

Yannis photo

@yannis65929

Ataei photo

@ataeijo

What should be improved? (UI/UX)

Tweet Image 1

🌟 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

Tweet Image 1
Tweet Image 2
Tweet Image 3

Anjan (Joshua) Reposted

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



Anjan (Joshua) Reposted

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


Anjan (Joshua) Reposted

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

Tweet Image 1

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.

Tweet Image 1

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

Tweet Image 1

Finished this 15+ page amazing project for a ThemeForest agency, it was challenging and fun

Tweet Image 1

The definition of full stack developer 😅 #webdev

Tweet Image 1

When was the last time you used the do-while loop? #javascript


It looks horrible when I submit my pull request😁#opensource #GitHub

Tweet Image 1
Tweet Image 2

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😁

Tweet Image 1
Tweet Image 2

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.

Tweet Image 1

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


Solved a popular leet code problem with JavaScript 2Sum, beats 99% of users #leetcode

Tweet Image 1

I Build A Dynamic YouTube Live Chat with Redux and API-pulling #Redux #API #RealTimeChat #WebDevelopment #JavaScript #ReactJS #youtube


Loading...

Something went wrong.


Something went wrong.