972 followers
Web Developer. Helping others become one too.
You can use CSS generators to avoid some time-consuming tasks. I made a collection of the best CSS generators for you. 1 . Neumorphism/Soft UI generator CSS code generator that will help with colors, gradients, and shadows to adopt this new design tr...
Let's start! 1. concat() Returns a new array that is this array joined with other array(s) and/or value(s). const fruits = ['🍉', '🍎', '🍒', '🍌']; const vegetables = ['🧅', '🌽', '🥕', '🥑']; // 1. concat() const food = fruits.concat(vegetables); ...
TailwindCSS is a utility-first CSS framework for rapid UI development. In this article, I collected free resources for you. 1. Kometa UI Kit It includes over 130 sections, built with Tailwind CSS, for your awesome projects. All the sections are fully...
Knowing how to learn programming is not easy. It is essential to have a structured plan. These repositories will help you on your learning path. This list will be updated frequently. Please add more resources in the comments and I'll include them in...
You should care about web performance. Web performance is important for user experience and SEO. Improving web performance increases the conversion rate. And we all want more profit, right? I share a lot of tips on how to improve web performance. Thi...
Googling is one of the most important skills for every developer. Let me show you how to get better at Googling. Let's start! 1 . Use quotes to force an exact-match search: "what is javascript" 2 . AND operator will return only results related to bo...