ThatSoftwareDude
Categories
JavaScript
CSS
React
C#
HTML
Databases
Developer Tools
Box Shadow Editor
Text Shadow Editor
Image Placeholder Generator
Scrollbar CSS Editor
UUID/GUID Generator / Analyzer
Typing Test
Menu
Menu
About
Polls
Typing Tests
Newsletter
Resources
Developer Guides
Developer Gift Guide
Contact
Contact
Ask a question
Advertise
Popular
tags
#.NET
#5 minute guide
#AI
#Android
#API
#Artificial Intelligence
#ASP.NET
#Bootcamps
#Business
#C#
#Career
#ChatGPT
#Coding
#Computer Science
#CSS
#CSS3
#Database
#ES6
#Freelance
#Gadgets
#Game Development
#Guide
#Hardware
#HTML5
#Interviews
#IT
#Javascript
#Learning to code
#Module
#Performance
#Productivity
#Programming
#React
#Security
#SQL
#Startup
#Surface
#Web Design
#Web Development
#Windows
Software Development News and Articles
CSS
Published on: 6/3/2021 - 2 min read
A look at the CSS functional pseudo-class selector :is()
All I can say is, finally. This has been a feature that I've been patiently waiting for for years now. And it's good to see the specificatio...
Javascript
Published on: 6/2/2021 - 3 min read
Working with the destructuring assignment in JavaScript
The destructuring assignment in JavaScript is one of those things that you might never see yourself using, but that might be just the thing ...
Published on: 6/1/2021 - 6 min read
A day in the life of a full-stack web developer
First off, the day has to start with coffee. Strong coffee. Some would argue even the strongest coffee. And that's because you know what's c...
Published on: 5/31/2021 - 3 min read
New website redesign v3.0
Hello everyone. I've just gone ahead and published the last changes to this websites new redesign, also dubbed v3.0. The main goals that I w...
Published on: 5/20/2021 - 5 min read
10 Tips Every Video Game Developer Should Know
Developing video games is a fun opportunity to put your technical and artistic talents to work in the gaming business....
Published on: 5/16/2021 - 6 min read
What is your job as a programmer?
Programming as a hobby or out of curiosity is typically a fun endeavor for most people. Mostly. You can take your time, you can make mistake...
.NET
Published on: 5/13/2021 - 4 min read
.NET Framework 4.5.2, 4.6, 4.6.1 will reach End of Support in 2022
If you have a .NET application that is over 5 years old (as I do) then perhaps you should take a minute and take a look at the version ...
Published on: 5/12/2021 - 5 min read
Do programmer's need to be social?
You might think that most programmer's prefer the dark safety of a hoodie and a basement cubicle in order to really get into that extreme fo...
.NET
Published on: 5/10/2021 - 3 min read
Taking a look at Microsoft.Data.SqlClient in .NET Core
If you're a .NET developer then no doubt you are very well versed in using the System.Data.SqlClient namespace. It is essentially at t...
Programming
Published on: 5/2/2021 - 5 min read
Why should you "obfuscate" your code
The technical definition of code obfuscation is to transform a working piece of code into a difficult to read and decipher logical equivalen...
Published on: 4/29/2021 - 4 min read
Is learning to program getting more difficult?
If you are new to programming (more specifically web development) and you are finding it increasingly more difficult to keep up with the eve...
CSS
Published on: 4/23/2021 - 5 min read
Should you inline your CSS files?
At some point in your web development life, you probably heard that inlining your CSS is no good. You should avoid it at all costs because...
Security
Published on: 4/20/2021 - 4 min read
A Beginner’s Guide To Red Team Testing
Security leaders face strategic turmoil from a data protection standpoint as businesses increasingly require an ‘anytime, anywhere access...
Published on: 4/18/2021 - 9 min read
SiteGround hosting review for 2021
You have a ton of options these days when it comes to picking a web hosting provider. Everything from dedicated servers, to shared servers t...
Published on: 4/15/2021 - 3 min read
PC Hardware Components Every Programmer Should Upgrade
While it’s true that you can code with any working computer, you may run into problems when running your applications or programs if your ...
C-Sharp
Published on: 4/13/2021 - 4 min read
How to resize image files with C#
I recently wrote about website optimization on this blog as it is quickly becoming an important ranking factor in search engines....
Performance
Published on: 4/12/2021 - 6 min read
5 ways to improve your website's performance
Performance on a website is often left to last and at times ignored by developers. This is mainly because it's surprisingly not a simple or ...
Career
Published on: 4/6/2021 - 6 min read
How to get a programming job without a college degree
The age old question of college vs self-taught has been debated for decades now, with no clear winner. But I think that we're now closer tha......
Web Development
Published on: 4/5/2021 - 7 min read
How to setup your first blog on SiteGround
There are a million options when it comes to setting up and creating your first blog. You have everything from out-of-the-box solutions, suc...
Javascript
Published on: 4/2/2021 - 3 min read
How to add color and style to the console.log
The developer console in a browser is one of the most valuable tools for any web designer and web developer. Not only does it tell you what'...
Previous page
Next page
Popular Articles
A Simple Next.js API Folder Structure
Coding A Card Deck In JavaScript
10 gadgets every programmer should carry
How to show PDF file upload previews using JavaScript
The many ways to sanitize user input in C#
How To Encrypt Passwords Using SHA-256 In C# And .NET
What is the best way to check for an empty string in JavaScript
How To Code Blackjack Using JavaScript
How to Create a Basic Text Editor In JavaScript: A Step by Step Tutorial
Is 8GB enough for a programming laptop?
Step-by-Step Guide to Coding Tic Tac Toe in JavaScript
What is the state of ASP.NET Web Forms in 2025?
ChatGPT can do code reviews, but are they any good?
Coding The Snake Game In JavaScript
Coding A Calendar In JavaScript
How to enabled aspx pages in Visual Studio 2022
How to Check for Unused Modules in a Node.js App
How to bind a dropdown dynamically using React
How to resize image files with C#
How to implement a "Load More" button in JavaScript