Marko Denic

HomeContactToolsNewsletter
Blog Author Picture

Marko Denic

962 followers

Web Developer. Helping others become one too.

CSS Generators

Mar 22, 20212 min read 25.8K views

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...

JavaScript Array methods explained

Mar 12, 20216 min read 1.6K views

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); ...

Free Tailwind CSS resources

Feb 22, 20212 min read 6.2K views

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...

GitHub repositories to learn programming

Feb 19, 20212 min read 12.5K views

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...

Web Performance

Feb 18, 20212 min read 906 views

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...

Use Google like a pro

Feb 3, 20212 min read 4.2K views

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...

© 2021 Marko Denic

PrivacyTerms
Proudly part of