RSSAmplifier

Blog

gregkedzierski.com

Greg Kedzierski is an AWS-certified, award-winning software consultant with decades of experience working with global brands like SONY, Cadillac, ASUS, and Santander.

gregkedzierski.comRSS feed ↗14 posts

Latest posts

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…

Why your startup’s Truck Number might be lower than you think

In software engineering, the Truck Number (also known as the Bus Factor) measures how many key people can leave before a project is in…

New CSS Property - field-sizing: content

If you’ve ever battled with styling , , or elements so they resize “just right,” you’ll appreciate field-sizing. This property allows these…

Modern Dependency Injection and Reflection - Lessons C# Developers Can Learn from C++

Recently, I came across an incredibly insightful talk on YouTube about dependency injection (DI) and reflection in modern C++. While the…

Installing Puppeteer on a FreeBSD server

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…

Job chaining and batching in C#/.NET with Hangfire (Pro and Free)

Taylor Otwell, the creator of Laravel framework recently tweeted a following example of a new feature coming to Laravel jobs: What it does…

Understanding the .NET's 'dotnet publish' command

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…

Rewrite and sign past Git commits with handy one-liners

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…

How to set up a Laravel app on Azure Web Apps

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…

Three Tailwind plugins I immediately add to every project

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…

Top 10 interview questions and answers for senior React engineers

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…

Enum collection serialization in .NET Core and Entity Framework Core

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…

Building OAuth-based authentication with Angular & Laravel

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…

Converting Laravel API requests and responses to camelCase

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…