Software Development News and Articles

The transaction log for database 'tempdb' is full due to ACTIVE_TRANSACTION error
The error message "The transaction log for database 'tempdb' is full due to 'ACTIVE_TRANSACTION'" typically occurs when the transaction...
How to abort a fetch after 'n' seconds in JavaScript
When making a fetch request in JavaScript, there might be a scenario where you would want to cancel the request if it's taking too long. Thi...
How to check the size of your SQL Server Database tables
If you're running your web applications on a shared server, then you know all too well that often times there is a limit on the storage spac...
BSOD error in Crowdstrike update takes out the internet
Many people woke up this morning (or last night) depending on where you are in the world to blue-tint filled screens as they attempted to bo...
How to implement the Screen Wake Lock API in JavaScript
The Screen Wake Lock API allows web applications the ability to prevent the client device screen from locking or dimming after the...
Amazon Prime Day 2024: The Best Deal on the Zenbook 2024 Model
If you're on the market for a new laptop, then there is no better time than Amazon Prime Day to take the plunge and find the best option for...
How to prevent Object properties from being modified in JavaScript
One of the most useful additions to the JavaScript specification a few years ago was the const keyword and identifier. It allowed ...
What does the JavaScript Temporal.PlainDate method do
One of the latest additions to the ECMAScript 2024 standard is the Temporal.PlainDate method which is a part of the Temporal API i...
The one feature that might convince me to pick up a Copilot + PC laptop
The Microsoft Build Conference this year was all about A.I., sustainability and inclusiveness. And that sums up Microsoft pretty well during...
What will it take for A.I. to steal our programming jobs?
OpenAI has a press conference and the world sets its eyes on programmer's losing their jobs once again. At least that's what it seems like w...
Which laptops will launch with Copilot + PC?
Published on: 5/23/2024 - 4 min read
Which laptops will launch with Copilot + PC?
Microsoft recently showcased their latest gen Surface laptops which will boast the so far seemingly impressive Snapdragon X Plus/Elite&...
The incoming storm of A.I. powered laptops is here
Published on: 5/21/2024 - 6 min read
The incoming storm of A.I. powered laptops is here
Microsoft recently held an A.I. press event right before the annual Microsoft Build kicks off into gear and they unveiled their latest innov...
A Simple Next.js API Folder Structure
Published on: 5/20/2024 - 6 min read
A Simple Next.js API Folder Structure
If you're working on a brand new project from the ground up and it has a server-side component, then you'll have to figure out early on just...
Is 8GB enough for a programming laptop?
Published on: 5/17/2024 - 3 min read
Is 8GB enough for a programming laptop?
One of the most common questions that I see online about choosing your next programming laptop, is about just how much RAM do you really nee...
One-Time Pad: The Unbreakable Enigma in Cryptography's Arsenal
When it comes to the world of ciphers and encryption, there's one that stands out not just for its simplicity, but for its absolute, unshake...
How real-world programmer's are actually using A.I to write code
With the latest advents in artificial intelligence catered towards developers, such as GitHub Copilot and ChatGPT, the concern that programm...
When to leave your cozy programming job to work for a startup
You've seen the videos online and the news articles about the digital nomad life working for a small startup in the city of your d...
What to expect at your first big code review
A combination of anxiety and nervousness followed by a sense that you might not have any idea what code is once the whole thing is said and ...
How to enabled aspx pages in Visual Studio 2022
ASP.NET Web Forms may be an old technology, but they aren't quite dead just yet. Alot of websites still rely on the now mature framewor...