‼️ Need a roadmap for your developer journey? find it here
🔗 https://roadmap.sh
Here are 2 of the popular ones:
#Front_End:
🔗 https://roadmap.sh/frontend
#Back_End:
🔗 https://roadmap.sh/backend
#roadmap
💎 Channel: @htmlcss_channels
🔗 https://roadmap.sh
Here are 2 of the popular ones:
#Front_End:
🔗 https://roadmap.sh/frontend
#Back_End:
🔗 https://roadmap.sh/backend
#roadmap
💎 Channel: @htmlcss_channels
👍5
Moller_G_JavaScript_Interview_Questions_&_Challenges_2023.pdf
24.9 MB
JavaScript Interview Questions & Challenges 2023
#javascript #interview
💎 Channel: @htmlcss_channels
#javascript #interview
💎 Channel: @htmlcss_channels
❤1👍1
This media is not supported in your browser
VIEW IN TELEGRAM
🔧 CSS TIP
Typing effect
Typing effect
<div class="wrapper">
<div class="typing-demo">CSS Tips for you!</div>
</div>
.typing-demo {
width: 17ch; /* Adjust based on the length of your text /
animation: typing 12s steps(17) infinite, blink 0.5s step-end infinite alternate;
white-space: nowrap;
overflow: hidden;
border-right: 3px solid;
font-family: monospace;
font-size: 2rem;
}
/ Typing and erasing animation /
@keyframes typing {
0% { width: 0; }
35% { width: 17ch; } / 4s for typing (1/3 of 12s) /
70% { width: 17ch; } / 5s pause (adding up to 8.4s) /
100% { width: 0; } / 3.6s for erasing (remaining time) /
}
/ Blinking cursor animation */
@keyframes blink {
50% { border-color: transparent; }
}
❤5👍4
This media is not supported in your browser
VIEW IN TELEGRAM
Success & Error popup
https://codepen.io/OfigenusMaximus/pen/XWooeYj
#Animation
💎 Channel: @htmlcss_channels
https://codepen.io/OfigenusMaximus/pen/XWooeYj
#Animation
💎 Channel: @htmlcss_channels
🔥5👍1
2023-09-22 12-47-36.gif
45.7 MB
Animated background [Spheres]
https://codepen.io/OfigenusMaximus/pen/qBLxEdv
#animation
💎 Channel: @htmlcss_channels
https://codepen.io/OfigenusMaximus/pen/qBLxEdv
#animation
💎 Channel: @htmlcss_channels
❤1👍1
یه دوره خلاصه و مختصر و مفید برای دیزاین پترنها در js
https://git.ir/lynda-node-js-design-patterns/
#JavaScript
💎 Channel: @htmlcss_channels
https://git.ir/lynda-node-js-design-patterns/
#JavaScript
💎 Channel: @htmlcss_channels
گیت
آموزش الگوهای طراحی در Nodejs
الگوهای طراحی، راندمان برنامه نویسی و استفاده مجدد کد را تقویت می کنند. در اینجا نحوه ی به کاربردن همان الگوهای طراحی مورد استفاده در برنامه نویسی Java و ++C در JavaScript را می آموزیم. این دوره نگاهی به 13 مورد از محبوب ترین الگوهای طراحی شی گرا دارد که…
🔥1