Security Tip: Don't Use nl2br()!
As useful as it sounds, nl2br() can potentially leave you open to Cross-Site Scripting (XSS) vulnerabilities... you should reach for CSS instead!
Here are all articles that I have not writen myself and contains a link to original text.
As useful as it sounds, nl2br() can potentially leave you open to Cross-Site Scripting (XSS) vulnerabilities... you should reach for CSS instead!
Long-term projects are hard to maintain and deal with but these code quality tools can help you out if you use them consistently.
So I stumpled upon release announcement of Laravel Herd.
Check official release announcement from Beyond Code.
It is time for this years Advent of code!
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
Juan from Juampi's Blog wrote an interesting article with great examples about testing SEO with Pest.