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
Javascript
Published on: 4/1/2021 - 2 min read
How to create console log groups in JavaScript
Most programmer's are familiar with a browser's built in debugging tools. This includes the standard Inspector used to view the DOM elements...
Productivity
Published on: 3/31/2021 - 5 min read
3 sure signs you are burning out as a programmer
The term burnout gets used way too liberally these days to imply any kind of dissatisfaction with your job.If you have an argument with your...
Published on: 3/30/2021 - 3 min read
Get a great deal on these programming books for a limited time
Once again, Humble Bundle has put together another great deal for programmers. This month you can pick up the Learn You More Code by No Star...
Productivity
Published on: 3/29/2021 - 6 min read
6 bad habits every programmer should get rid of
The longer we do anything in life, the more bad habits we will inevitably accumulate. And the same holds true for programming. Sometimes we ...
Gadgets
Published on: 3/28/2021 - 8 min read
10 gadgets every programmer should carry
If you're a programmer then there's a good chance that you have a desk full of random gadgets lying around. Maybe a few flash drives, an old...
ASP.NET
Published on: 3/22/2021 - 7 min read
How to set up an ASP.NET website with GoDaddy
In this article I will walk through the process of setting up an ASP.NET web applications on a shared GoDaddy Windows server.I will mainly w...
Programming
Published on: 3/22/2021 - 4 min read
How to Become a Programmer
Try googling the same query and I bet you’ll see dozens of answers to it! “Should I read every answer?” Do you have enough time? What’s gre...
Gadgets
Published on: 3/19/2021 - 5 min read
The best programming keyboards for everyday developers
There are alot of options these days when it comes to choosing the right keyboard. You have everything from wired, to wireless, to hybrid to...
Web Development
Published on: 3/16/2021 - 5 min read
Deprecated HTML tags to stop using
The following is a list of the the currently deprecated HTML tags that you should probably stop using in your markup.While they may not be t...
Web Development
Published on: 3/15/2021 - 6 min read
9 HTML Tags You Should Start Using
As the HTML specification gets updated year after year, new tags get added and old tags get deprecated. And it's hard to keep up sometimes w...
Web Development
Published on: 3/10/2021 - 4 min read
5 Web Developer Blogs to read in 2021
Blogs are still one of the best ways to stay up to date with the latest happenings in the realm of code and software engineering. Mainly bec...
Productivity
Published on: 3/9/2021 - 7 min read
9 strategies in 2021 to improve your programming skills
Whether you are brand new to coding or have been at it for the past decade, odds are that there is some area that could use improving when i...
Javascript
Published on: 3/8/2021 - 7 min read
How to drag elements in JavaScript without jQuery
In this article, we are going to implement the draggable functionality (found in jQuery) using vanilla JavaScript with just a few lines of c...
Published on: 3/3/2021 - 4 min read
OpenJDK or Java on Linux
From scraping or verifying data with Java to using machine machine learning to build weather forecasting software, these days you can teach ...
Gadgets
Published on: 3/3/2021 - 7 min read
The best wireless headset for programming in 2021
I've used alot of headphones in my time as a professional programmer. Everything from cheap 20$ wireless earbuds, to $150 wireless earbuds, ...
Javascript
Published on: 3/2/2021 - 7 min read
How to implement infinite scrolling in JavaScript
Infinite scrolling is a popular technique that social media sites tend to use often, mainly on mobile devices, in which a user naturally scr...
Published on: 2/24/2021 - 2 min read
Get 4 Front-End Web Development Courses for Just $1
The lowest tier is only $1 and includes 7 hefty coding courses....
Gadgets
Published on: 2/24/2021 - 9 min read
Is the Surface Pro 7 good for programming?
Many people think that you need to have a super powerful heavy duty desktop PC with liquid cooling and dedicated graphics cards in order to ...
Published on: 2/22/2021 - 4 min read
3 common roadblocks when teaching yourself to code
Learning to code has never been as accessible as it is today. You have thousands upon thousands of websites with free courses and some with ...
Javascript
Published on: 2/16/2021 - 4 min read
Implementing a Caesar Cipher in JavaScript
Cipher's are a great way to practice your logical coding skills. Plus, they're kind of fascinating. Ciphers have been used for hundreds, if ...
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
ChatGPT can do code reviews, but are they any good?
What is the state of ASP.NET Web Forms in 2025?
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 set up an ASP.NET website with GoDaddy
How to resize image files with C#
How to bind a dropdown dynamically using React