Codex on mobile is less about writing code on a phone and more about supervising background engineering work away from the desk.
Author: Wade
PHP 8.5 deprecations are useful because they turn vague upgrade risk into a concrete cleanup list before PHP 9.
Senior engineers are not mainly paid for writing more code. They are paid for making better decisions under constraints, risk, and ambiguity.
I am usually against full rewrites, but not always. The real question is whether the current system is beyond safe improvement or whether the team is just frustrated with it.
TypeScript 6.0 matters, but TypeScript 7.0 looks like the real shift. The native compiler work is the part I think most teams should actually care about.
Do you have an issue in your browser where Disney+ just stops after the initial logo (like the star logo)? I’ve seen a lot of fixes posted online, one of which is “disable your adblocker”. Well I’m saying “enable your ad blocker” but specifically uBlock Origin if it’s Chrome, it skips the logo entirely and … Read More “Disney+ Stops Playing After Initial Logo Potential Fix” »
Are you considering upgrading your website’s PHP version from 7.x to 8.x? While upgrading can offer benefits like improved performance and security, it’s important to be aware of potential compatibility issues that may arise. In this post, we’ll explore some things to consider before making the switch. Upgrading to PHP 8 can offer several benefits, … Read More “Upgrading to PHP 8: What You Need to Know” »
In the ever-evolving world of cloud computing, choosing the right cloud service provider can be a daunting task. Two of the most popular platforms, Amazon Web Services (AWS) and Microsoft Azure, are often pitted against each other. Both have their merits, but when it comes to DevOps, AWS has an edge over Azure, especially with … Read More “AWS CloudFormation vs. Azure: The Superior Choice for DevOps” »
There are few languages that have stood the test of time like PHP. First introduced in 1994, PHP has been powering websites for nearly three decades. While many new and powerful languages have emerged since then, PHP remains an essential tool in the web developer’s arsenal. In this blog post, we will explore the reasons … Read More “PHP in 2023: Why It’s Still Relevant and a Smart Hiring Decision” »
When it comes to building a push/pop system, both Redis and MongoDB can be used as effective solutions. However, there are a few key differences between these two databases that can impact which one you choose for your system. Redis is an in-memory data structure store that can be used as a database, cache, and … Read More “Expanding on performance of Redis vs MongoDB for a push/pull system” »