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: 11/17/2021 - 4 min read
How to remove console logs in your production code
Every JavaScript developer loves using the console in order to test out and debug their applications. I do as well. It's just too convenient...
Javascript
Published on: 11/13/2021 - 5 min read
How to Implement a Substitution Cipher in JavaScript
Cipher's are a good way to put your coding skills into practice. They are usually relatively simple to implement in terms of the amount of c...
Javascript
Published on: 11/11/2021 - 5 min read
Should You Use a JavaScript Framework?
I've read far too many articles this week about why developers should avoid using JavaScript frameworks in lieu of plain old vanilla JavaScr...
Productivity
Published on: 11/8/2021 - 6 min read
How I Plan Out My Coding Projects
During the past few years I've had the opportunity to work on a variety of coding projects, both professional and personal. And in that time...
Published on: 10/26/2021 - 6 min read
Is C# Dying Out in 2022?
More recently I've been hearing rumors on the internet that C# is going the way of the dinosaur. That the .NET framework is just too fragmen...
Visual Studio
Published on: 10/22/2021 - 4 min read
You Can Finally Run Visual Studio Code On Your Browser
If you are on the go and not around your main coding laptop, or maybe you're on a machine that doesn't have Visual Studio Code installed (or...
Security
Published on: 10/20/2021 - 5 min read
Top 7 Security Best Practices For Your Websites
If you own or run a website, then security should be near the top of the list in terms of daily priorities. You far too often hear stories o...
Web Design
Published on: 10/18/2021 - 2 min read
How to show users their plain-text passwords
A common feature that many websites now implement, is the ability to toggle on and off the password visibility on a signup form....
Published on: 10/14/2021 - 6 min read
What Is A Headless CMS?
Let's start off by defining what a non-headless CMS is. A Content Management System (CMS) is essentially a repository of digital content whe...
Published on: 10/12/2021 - 4 min read
What do you do when coding gets boring?
Typically, writing code and designing apps (while getting paid) is a fun and fulfilling use of time. But after your hundredth login page and...
Database
Published on: 10/4/2021 - 5 min read
6 Beginner tips when working with databases
At some point in your programming career, you are going to have to work with a database. You might need to modify a schema, or to add a reco...
Web Development
Published on: 9/27/2021 - 7 min read
Getting to know Heroku in 5 minutes
Heroku is a cloud application platform that first launched in 2007 with a single programming language in mind, Ruby....
Gadgets
Published on: 9/24/2021 - 9 min read
Is the Surface Pro 8 the best programming laptop so far?
The new Surface Pro 8 series of laptop/tablet hybrids have just been announced and they are set to be released on October 4, 2021. I am pers...
Programming
Published on: 9/20/2021 - 5 min read
Falling into the junior developer pitfall
A while ago, (a long while ago) I myself was a junior software engineer looking to climb the ladder as quickly as I could. After many interv...
Javascript
Published on: 9/15/2021 - 5 min read
What is the best way to learn JavaScript?
JavaScript has quickly become one of the most widely used and popular programming languages of the past decade. Thanks in part to technologi...
Published on: 9/10/2021 - 5 min read
5 Reasons Why Your Code Will Develop Bugs
People often imagine that only low-level software made in a rush is capable of having bugs due to poor programming techniques or inexperienc...
Javascript
Published on: 9/8/2021 - 6 min read
How to add character count to any textarea in JavaScript
If you are building a user entry form of any kind, you often times want to limit the number of characters that a user is allowed to enter in...
Javascript
Published on: 8/31/2021 - 3 min read
How To Effectively Use 'async' and 'await' in JavaScript
Promise based asynchronous code in JavaScript has typically not been the easiest to write. Dealing with promise-chaining and nested callback...
Gadgets
Published on: 8/26/2021 - 9 min read
Is the Surface Laptop 4 good for programming?
The Surface line of laptops has changed alot during the past couple of years. Where as once they were merely lightweight 2-in1's that ran ...
Career
Published on: 8/25/2021 - 3 min read
How Much Should I Expect to Earn as a Programmer
Because of the influx of digital adoption across industries, tech-based jobs are among the most relevant and fastest-growing in the job...
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
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?
How to enabled aspx pages in Visual Studio 2022
How to Check for Unused Modules in a Node.js App
Coding The Snake Game In JavaScript
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