Typing effect with javascript
In order to get this effect, we’ll need a good understanding of javascript. This will be dynamic so it doesn’t…
In order to get this effect, we’ll need a good understanding of javascript. This will be dynamic so it doesn’t…
A masonry layout is when the elements of a grid don’t have regular sizes but the grid itself fits them…
Laravel is a genuinely powerful framework, although you can “debug” your Laravel project by printing variables out on a view,…
How to choose the correct name for a class in CSS can be crucial in terms of clean, readable and…
Even though commenting your code can be seen as a good practice for most people, not every comment is actually…
Even though there are multiple ways to get the same result, in this case, with just three lines we are…
According to the OWASP – Open Web Application Security Project – a SQL injection attack, or SQLi, is when you…
What does to initialize the CSS mean? It means to set up default style values for the different elements we’ll…