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 […]