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
Published on: 11/1/2019 - 5 min read
Programming the perfect dashboard
I've coded things of all shapes in sizes throughout my years. Everything from small landing pages to email templates to fully custom pa...
Published on: 10/30/2019 - 5 min read
Why "mobile-first" might not make sense in the long run
There are probably more smartphones in existence today than there are people, if you were to add up the ones that are so last year and ended...
Published on: 10/28/2019 - 5 min read
Why programmers struggle to make good startup founders
Find a programmer with a few years of experience under their belt and you'll find a million and one ideas ready to take over the world and b...
Javascript
Published on: 10/27/2019 - 4 min read
JavaScript Bubble Sort Algorithm Explained: A Beginner’s Guide
Sorting is a common task that is required of programmers many a time. You need to sort things such as search result sets to standard lists o...
Published on: 10/25/2019 - 4 min read
How I really got good at writing code
After much reflection on this question, I was finally able to trace back through my history and find a more concrete answer than my usual "Y...
Programming
Published on: 10/24/2019 - 4 min read
Why pair programming works
Coding for the most part is a one person job. Many lines of code, many modules, but you can only work on one module at at time by yourself. ...
Javascript
Published on: 10/23/2019 - 6 min read
How to create a calculator in JavaScript
You may think you know what a calculator is. But it's not until you begin to code something that you get to see just how complex it can be. ...
Published on: 10/21/2019 - 4 min read
Should you stop adding the 'type' attribute in your script tags?
The year is almost 2020 as of this writing, and the HTML5 specification officially became a stable W3C Recommendation in 2014. Is it now tim...
Javascript
Published on: 10/17/2019 - 3 min read
How JavaScript optimizes tail calls
A commonly seen useful shorthand when writing code is the ability to call a function as a return statement....
Javascript
Published on: 10/16/2019 - 4 min read
Custom JavaScript pagination of objects
This is a follow up to my post How To Paginate Through A Collection In Javascript article. In this updated version I wi...
Published on: 10/14/2019 - 4 min read
It's not you, it's difficult to stay up to date with code
This morning I was sitting down sipping on my usual Peruvian light roast coffee. Getting that energy spike up and firing up my editor to wri...
Published on: 10/6/2019 - 4 min read
Even Bill Gates is allowed coding bugs
Just recently I found myself on YouTube looking for a soundtrack to my coding day, when I stumbled upon a quick 1.5 minute video f...
Published on: 9/25/2019 - 4 min read
Should you continue to use jQuery?
I get asked alot of questions about jQuery. And most are pretty valid for a curious mind learning to code. A few popular ones are the follow...
Web Design
Published on: 9/18/2019 - 5 min read
The one downside with using CSS frameworks
I am all for making my coding and front-end life as smooth a process as possible. And thanks to the advancements in technology and our human...
Published on: 9/16/2019 - 4 min read
This is what writing code 15 years ago was like
Just like you can't imagine a time without the internet, without coffee on every street corner and without this little black box in your poc...
Career
Published on: 9/13/2019 - 5 min read
Making your first programming job easier
Regardless of how good you think you are as a programmer, there is a good chance that you are not prepared for your first big programming jo...
Published on: 9/11/2019 - 5 min read
The best note taking app so far: Notion
One of the hardest things to do these days if you are a student, researcher, scientist, etc, is to keep track of your notes in an effective ...
Programming
Published on: 9/9/2019 - 5 min read
3 reasons you might be struggling as a programmer
Many of you have been trying to learn to code for weeks, months or even years and as soon as you feel like you are getting somewhere and thi...
Published on: 9/3/2019 - 8 min read
What it's like to work remote for 3 years
You have probably seen the typical representation of programmers in movies and the media as worn out and tired individuals in some type of&n...
Productivity
Published on: 8/28/2019 - 6 min read
Can you learn to code faster?
Today I'm going to discuss a popular topic that comes up in conversation enough that it warrants a bit more information. And that is how to ...
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#
How To Code Blackjack Using JavaScript
The Best Way to Check for an Empty String in JavaScript
How to Actually Write Code on Your Tablet
Coding A Card Deck In JavaScript
A Simple Next.js API Folder Structure
How to Code The Snake Game Using JavaScript - Full Tutorial
How to show PDF file upload previews using JavaScript
Playdate Console Review (2025): A Platform for Creative Development
10 gadgets every programmer should carry
The many ways to sanitize user input in C#
How to Configure Your Vite Config File
Public vs Src Assets: When to Use Each Approach in Vite
Is 8GB of RAM Enough for Programming in 2025?
Understanding the Difference Between react-helmet and react-helmet-async
Why Vite's Proxy Only Works in Dev And What to Do About It
How To Encrypt Passwords Using SHA-256 In C# And .NET
Setting Up a Dev Server Proxy in Vite