David
Blue Collar Dev

Blue Collar Dev

Follow
homebadgesnewsletter
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

Why Use The Repository Pattern in Laravel?

Nov 8, 20217 min read

In the my last blog post I explained what the Repository pattern is, how it is different from the Active Record pattern and how you can implement it...

Why Use The Repository Pattern in Laravel?

Repository Pattern in Laravel

Oct 20, 20218 min read

In most web applications accessing a database makes up a substantial portion of the code base. To avoid sprinkling plain SQL queries all over our...

Repository Pattern in Laravel

7 Laravel Collection Methods You Might Not Know

Oct 12, 20214 min read

In Laravel, instances of Collections are used absolutely everywhere. There are lots of methods you can use on them. In the beginning, I just used the...

7 Laravel Collection Methods You Might Not Know

SQL Anti-pattern: Never Use Boolean Flags

Oct 7, 20214 min read

In database modelling, I often see that flags get introduced. Especially, as the the project gets older, important tables often accumulate more and...

SQL Anti-pattern: Never Use Boolean Flags

How to Append Arrays in PHP

Oct 5, 20215 min read

The + Operator vs. array_merge ยท Appending or merging is a common array operation. And since arrays are used everywhere in PHP, you cannot afford not to...

How to Append Arrays in PHP

Best Tools ๐Ÿ› ๏ธ for Different Coding Workflows

Sep 29, 20213 min read

When writing code I often find myself using different tools depending on the workflow I'm currently in. In some workflows, like fixing a bug,...

Best Tools ๐Ÿ› ๏ธ for Different Coding Workflows