Categories
JavaScript

How to select element(s) using vanilla JavaScript?

You don’t need jQuery to perform simple element selection. I bet you wrote million times $(“#element”), or $(“.elements”) just to select something. Modern DOM API gives you everything you need to select elements, by ID, by Class, by Tag, by Attributes, by Pseudo-Class, yeah literally by anything that comes to your mind. Select element by […]

Categories
Other

5 things you should avoid as web developer

I have been web developer for year now (from 2010) and in my career I have seen a lot of beginners. Most of the beginner do the same mistakes, and trust they are mistakes, when it comes to learning web development. So, I decided to compile a list of the things you should avoid while […]

Categories
Other

Top 7 FREE resources for web design inspiration

Edit: this article has been updated on 8th of December 2022. I have found my favourite resource yet, Landingexam. As most of the developers I have problem with designing websites. Usually there is someone who designs a website or app and all I have to do is to code that design. But sometimes I find […]

Categories
Other

Top 5 FREE vector illustration resources for your website

I am working at small tech company in Bosnia and Herzegovina called Kingdom Alliance. We do pretty high volume of projects ranging from simple design, landing pages, corporate websites, ecommerce, softwares to online marketing. So we often have need for some vector illustration, especially when it comes to websites (of any sort). I will present […]

Categories
Other

5 FREE resources to learn Web Development

Nowadays learning new stuff is pretty easy, thanks to the internet. We are presenting you 5 free resources to learn web development. Hope you’ ll enjoy it. 1. FreeCodeCamp FreeCodeCamp is probably one of the best websites where you can learn web development. It has everything you need from simple HTML to Information Security and […]

Categories
HTML Tips&Tricks

HTML is more than just a markup language

HTML stands for HyperText Markup Language and a lot of developers tend to look at it that way. But HTML can and should be utilized for much more than that. Below we will list several reasons why knowing HTML is important and how it can be used for more things than just as a page […]

Categories
Tips&Tricks Other

How to lower the number of database queries?

You are working on a big project like CRM, CMS, or something similar and you want to present as much information to your users as possible. But that comes with a cost. If you have a large number of queries to your database, it can create a bottleneck, or it can slow down your entire […]

Categories
CSS Tips&Tricks

CSS Content property – make it dynamic

The content property is mostly used with pseudo-elements like ::before and ::after. And in most cases, it’s empty, because it serves some other purpose like overlay, or line, etc. The content property is often underestimated due to its lack of a11ty. One of the major issues is that you can not translate CSS. In the […]

Categories
Other

About this blog

Hi my name is Amer and I am Full Stack Developer. I love to code and I love to share knowledge. This about post will, probably, change over time, but for now I want you to know what you can expect here. My posts will be short, the shorter the better, and they will not […]