Hiring US-based software developers just got 20% cheaper (due to Section 174A changes)
Yesterday, the House passed a bill that effectively restores the longstanding tax treatment of U.S. software development costs, making one…
Greg Kedzierski is an AWS-certified, award-winning software consultant with decades of experience working with global brands like SONY, Cadillac, ASUS, and Santander.
Yesterday, the House passed a bill that effectively restores the longstanding tax treatment of U.S. software development costs, making one…
In software engineering, the Truck Number (also known as the Bus Factor) measures how many key people can leave before a project is in…
If you’ve ever battled with styling , , or elements so they resize “just right,” you’ll appreciate field-sizing. This property allows these…
Recently, I came across an incredibly insightful talk on YouTube about dependency injection (DI) and reflection in modern C++. While the…
This is a good one. I was recently tasked with setting up the web application on a brand-new server provisioned by a client. Nothing…
Taylor Otwell, the creator of Laravel framework recently tweeted a following example of a new feature coming to Laravel jobs: What it does…
You probably don't think much about . It may be placed somewhere at the end of your CI/CD pipeline configuration, if that. Yet it's a…
Recently I encountered a situation where I needed to rewrite the email from all past commits I made on a particular git repository. I used…
PHP is easily one the most popular programming languages in the world, and Laravel is the most popular PHP framework, so there's no lack of…
If you’re a web developer, there’s a non-trivial chance you’ve already heard about Tailwind — a new CSS framework based on the concept of…
I've been involved in senior React developer role interviews numerous times and from both sides of the table. As a candidate, I’ve learned…
Most .NET Core and C# developers have used enum values in their applications. They're a great way to represent a choice from a set of…
There are a few features in web development world that pretty much every developer will need to implement at some point in their career, and…
I love Laravel as a web framework. It’s got all the good things from Ruby on Rails, it’s opinionated just right and comes with a bunch of…