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
Published on: 6/13/2022 - 3 min read
Goodbye Atom, hello VS Code
If you are a hardcore Atom fan and would never think to use something like VS Code, then I have some bad news. GitHub officially announced t...
React
Published on: 6/9/2022 - 5 min read
How do I feel about React after 4 years?
For the past 4 years I've been heavily involved with using ReactJS on a daily basis. As a coding instructor for a very popular coding bootca...
Published on: 6/7/2022 - 4 min read
My worst coding mistakes on the job?
In my 15+ years as a professional software developer, I've made more than a few mistakes. Particularly in my early days, though not solely. ...
React
Published on: 5/19/2022 - 5 min read
5 ways to prepare for your next React job interview
React has very quickly become one of the most popular JavaScript frameworks during the past several years used by small firms and giant firm...
Web Development
Published on: 5/17/2022 - 4 min read
4 tips to handle 404 images on your websites
Missing images on a website are one of the most common issues that web developers face. Particularly if you don't really have a well thought...
Web Development
Published on: 5/11/2022 - 5 min read
Why do you need to set an alt attribute on an image tag?
You might have seen it promoted as a 'best practice' often times on the internet. But setting the alt property on an <img tag should pret...
Published on: 4/11/2022 - 4 min read
Taking a deep look at Mozilla's MDN Plus
MDN has been a huge part of my development career ever since it appeared on the internet in 2005. And the same is true for alot of you readi...
Published on: 3/22/2022 - 4 min read
What is 'protestware' and Should We Be Worried?
During the past decade or, terms like 'spyware', 'bloatware' and 'malware' have become a part of the technology lexicon. And not in a good w...
CSS
Published on: 3/4/2022 - 5 min read
How to Design Your Website's CSS Using BEM
If you've ever worked on the front-end of any modern day website, then no doubt you've probably seen the following CSS format ...
Gadgets
Published on: 3/1/2022 - 8 min read
Is the ThinkPad X1 Yoga a good programming laptop?
I recently decided to upgrade my daily laptop to something with a bit more power. While I am a huge fan of the Surface Pro line of laptop/ta...
Interviews
Published on: 2/25/2022 - 6 min read
6 things I look for when interviewing programmers
As a senior software engineer, I typically get to interview potential candidates for the companies that I work for. And more recently, as a ...
Hardware
Published on: 2/21/2022 - 5 min read
Razer Orochi V2 Mobile Wireless Gaming Mouse Review
I recently picked up the Razer Orochi V2 mouse as my daily driver for all things coding, design and even some slight gaming. What drew me to...
Published on: 2/15/2022 - 5 min read
How to succeed as a junior developer
You may have the college degree that took years to earn or the coding bootcamp certification that took an expedited route, but that's only h...
Security
Published on: 1/28/2022 - 4 min read
The biggest risks with using NPM
If you're a JavaScript developer at any level, then you have probably used the popular package manager NPM at some point in time....
React
Published on: 1/6/2022 - 5 min read
5 Reasons Why You Won't Like Using React
React currently sits on top of the throne when it comes to popular Node.js frameworks. And that's because it gets alot right....
Published on: 1/4/2022 - 4 min read
Non-coding things every developer should know
The new year is finally among us, and I think many can agree, that it took a while to get here. With this new start though, there is new opp...
React
Published on: 12/22/2021 - 2 min read
How to bind a dropdown dynamically using React
With state-based dynamic rendering, it's a relatively simple process when it comes to generating a dropdown (select) element dynamically ont...
Published on: 12/6/2021 - 4 min read
Is JetBrains Fleet the New VS Code?
Every so often you will read about the next up and coming coding IDE destined to take over the development world and topple the reign that i...
NodeJS
Published on: 11/28/2021 - 5 min read
5 Reasons Why I'm Switching Over To Node.js in 2022
The majority of my almost 2 decade career has revolved around C#, ASP.NET and SQL Server for the most part, and I’d like to think that ...
Published on: 11/23/2021 - 4 min read
The importance of having good folder structure
Folder structure is something that most developers usually take for granted because often times it is something that is already present when...
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 Encrypt Passwords Using SHA-256 In C# And .NET
How to show PDF file upload previews using JavaScript
The many ways to sanitize user input in C#
What is the best way to check for an empty string in JavaScript
How To Code Blackjack Using JavaScript
Is 8GB enough for a programming laptop?
How to Create a Basic Text Editor In JavaScript: A Step by Step Tutorial
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?
How to enabled aspx pages in Visual Studio 2022
Coding The Snake Game In JavaScript
How to Check for Unused Modules in a Node.js App
Coding A Calendar In JavaScript
How to bind a dropdown dynamically using React
How to resize image files with C#
How to implement a "Load More" button in JavaScript