ThatSoftwareDude
Building the web
since 2008
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
US State Databases
Typing Test
Menu
Menu
About
Hubs
Polls
Typing Tests
Newsletter
Services
Resources
Code Bytes
Developer Guides
Developer Gift Guide
Contact
Contact
Ask a question
Advertise
Popular
tags
#.NET
#5 minute guide
#AI
#Android
#API
#ASP.NET
#Bootcamps
#Business
#C#
#Career
#ChatGPT
#Coding
#Computer Science
#css
#CSS
#CSS3
#Database
#ES6
#Gadgets
#Game Development
#Guide
#Hardware
#HTML5
#Interviews
#IT
#Javascript
#Javascript
#Learning to code
#Module
#NodeJS
#Performance
#Productivity
#Programming
#Security
#SQL
#Startup
#Surface
#Web Design
#Web Development
#Windows
Software Development News and Articles
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 ...
Published on: 2/10/2021 - 2 min read
Get Humble Bundle's Programming Books For Just a Dollar
The lowest tier is only $1 and includes 7 hefty coding books. And for the highest tier of $15, you get the entire collection of books which total over $1000 in value....
Published on: 2/10/2021 - 4 min read
Why every developer needs a tech blog in 2021
Whether you are just getting started with a programming language and a tech stack, or if you have 10 years of experience already and buildin...
Published on: 2/9/2021 - 5 min read
Should you still learn PHP in 2021?
You don't hear much about PHP these days in online communities or in tech blogs in general. And that might have you thinking that it's perha...
Published on: 2/8/2021 - 4 min read
Earn money while browsing the web with Brave
For the past few years, Firefox and Chrome have been the browsers to beat. They get regular updates, they run on multiple platforms and they...
Published on: 2/3/2021 - 5 min read
How important is your GitHub activity for a job interview?
I often get asked just how important it is to maintain an active status on GitHub in order to land that next big job. Just how much attentio...
Published on: 2/3/2021 - 5 min read
What's my tech stack in 2021?
Every developer needs one solid technology stack under their belt. You can have many, sure, but I think you need to work towards the mastery...
HTML
Published on: 2/1/2021 - 3 min read
It really is time to start using the picture tag in HTML
I get it. It takes time for new features in HTML/CSS/JavaScript to take effect and begin to get used regularly by developers. I myself am gu...
Database
Published on: 1/29/2021 - 4 min read
Converting SQL Server to MongoDB in 2021
Just recently I wrote about why you might want to consider using a NoSQL database like MongoDB over the more traditional relational model of...
Javascript
Published on: 1/27/2021 - 3 min read
How to Ctrl + S to save in JavaScript
The Ctrl + s shortcut has become so natural as a saving mechanism, that I find myself doing it automatically many times with websites....
Javascript
Published on: 1/25/2021 - 5 min read
How use-strict affects your JavaScript code
You might be familiar with seeing the following directive at the top of JavaScript files....
Web Design
Published on: 1/22/2021 - 4 min read
4 reasons why you might want to avoid infinite scrolling
Infinite scrolling is a somewhat popular UI/UX technique for loading content asynchronously to the user. In a sense, as you scroll through t...
Javascript
Published on: 1/21/2021 - 4 min read
How to implement a "Load More" button in JavaScript
Infinite loading, also referred to as infinite scrolling, is a popular UI/UX technique in which a user does not have to leave the page in or...
Published on: 1/20/2021 - 5 min read
3 reasons you might want to use a NoSQL database
Most developers are familiar with RDBMS's (Relational Database Management Systems) such as SQL Server, MySQL and PostgreSQL and that's becau...
Published on: 1/19/2021 - 4 min read
How to validate email addresses in the browser and with JavaScript
Validating data is key to ensuring both a good user experience and for keeping your databases clean. And while the HTML standard has more re...
Previous page
Next page
Popular Articles
Creating a Good Folder Structure For Your Vite App
Why I Finally Decided to Upgrade To GitHub Copilot Pro
Implementing Argon2id Password Hashing in C#
A Simple Next.js API Folder Structure
How to Actually Write Code on Your Tablet
The many ways to sanitize user input in C#
The Best Way to Check for an Empty String in JavaScript
How to Code The Snake Game Using JavaScript - Full Tutorial
How To Code Blackjack Using JavaScript
How To Encrypt Passwords Using SHA-256 In C# And .NET
10 gadgets every programmer should carry
Coding A Card Deck In JavaScript
What is the state of ASP.NET Web Forms in 2025?
How to Generate GUIDs in JavaScript
Is 8GB of RAM Enough for Programming in 2025?
How to Check for Unused Modules in a Node.js App
How to show PDF file upload previews using JavaScript
How to Work With Multiline Strings in JavaScript
Top JavaScript PDF Libraries in 2025: A Comprehensive Guide
Why Vite's Proxy Only Works in Dev And What to Do About It