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
Security
Published on: 4/2/2015 - 4 min read
Preventing SQL Injections With Parameterized Queries
In my previous post I wrote about a few steps that you can take to better secure your website. One of those steps, probably the most import...
General
Published on: 3/20/2015 - 6 min read
5 Steps To Making Your Website More Secure
Security is one of those things that are normally saved for last or ignored completely when working on a website nowadays. As most people h...
Software
Published on: 3/17/2015 - 4 min read
Getting Started With Node.JS On Windows
For a .NET developer I do sure spend alot of time working with JavaScript. And that's alright, variety is the spice of life. And so this we...
Javascript
Published on: 3/6/2015 - 6 min read
'Secrets Of The Javascript Ninja' Review
I "know" JavaScript, the way that a new college graduate "knows" every programming language ever made. When I first graduated from college ...
Javascript
Published on: 2/20/2015 - 5 min read
Game Development And Prototyping In JavaScript
In my previous post I talked about why JavaScript is such a great language for newcomers to the programming world due to it's ability to ge...
Productivity
Published on: 2/11/2015 - 6 min read
Are Deadlines Destroying The Quality of Your Work
We've all been at the barrel end of that dreaded word we call a deadline. Many of us first encountered it during our school days. "This ass...
Javascript
Published on: 2/6/2015 - 5 min read
Javascript Is Perfect For Beginning Programmers
I get asked this question alot from many people who want to learn to program. What programming language should I start learning first? And ...
Gadgets
Published on: 1/27/2015 - 5 min read
Oculus Rift DK2 Unboxing and First Impressions
I've heard tons of people talk about the Oculus DK2 and praise it for its magnificence. I've never tried it personally, but I wondered what...
General
Published on: 1/10/2015 - 6 min read
Never Pay For Online Web Courses
I recently saw an ad on the old YouTube for an online course in web development that guaranteed that you'll make money within some weeks by...
Javascript
Published on: 12/28/2014 - 7 min read
How To Paginate Through A Collection In JavaScript
Pagination is one of those annoying features that aren't fun to implement in any language, but that is pretty much essential for a good UI....
General
Published on: 12/24/2014 - 4 min read
My New Favorite T-Shirt Line - Pints
I'm a big fan of t-shirts. I like buying them, I like wearing them. I like when people come up to me an say 'Awesome shirt broh! ^_^ ' . Go...
Tech
Published on: 12/11/2014 - 6 min read
Is The Future Written In Code?
This week was a historic week for computer programming, as our President became the first in history to "write" a computer program. He sat ...
Tech
Published on: 12/8/2014 - 4 min read
The Pitfalls Of Working With Others Frameworks
I'm losing my perspicacity. This weekend I was busy working on an Angular module for an admin I built for one of my websites. Everything...
Javascript
Published on: 12/7/2014 - 7 min read
A 5 Minute Guide To Knockout JS
In the spirit of trying out new and interesting Javascript frameworks, and just new technologies in general, this week I take Knockout.js f...
Web Design
Published on: 12/2/2014 - 6 min read
What No One Tells You About Making A Website
So you want to make a website. You have an idea or bits and pieces of an idea, you get a cheap hosting account and a $9.99 domain name and ...
Tech
Published on: 11/25/2014 - 7 min read
Code Cleanup Mondays
This is something that I might start doing on Monday's. I'll run through my code and document my findings and fixes and tips and such for a...
Javascript
Published on: 11/18/2014 - 6 min read
A Quick 5 Minute Guide To Angular JS
Angular.js is a fairly newcomer in the JavaScript framework world. It was first introduced in 2012 by a Google employee, and has since been......
Web Dev
Published on: 11/17/2014 - 5 min read
A Quick 5 Minute Guide To CSS Media Queries
CSS3 Media Queries are one of the best things to happen to front-end development since that terrible blink tag was deprecated eons ago and ...
Software
Published on: 11/11/2014 - 5 min read
The Top 5 Best Google Inbox Features So Far
Google released it's latest productivity tool, Inbox, a few weeks ago to a very limited number of people, and I missed the boat on that ...
Gadgets
Published on: 11/7/2014 - 7 min read
One Week With The Microsoft Band
The multi-platform Microsoft Band came out about a week ago in limited quantities and only in the US for now and irregardless of funds, I d...
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
The many ways to sanitize user input in C#
A Simple Next.js API Folder Structure
How to Code The Snake Game Using JavaScript - Full Tutorial
How To Encrypt Passwords Using SHA-256 In C# And .NET
Coding A Card Deck In JavaScript
Implementing Argon2id Password Hashing in C#
Setting Up a Dev Server Proxy in Vite
How to show PDF file upload previews using JavaScript
How To Code Blackjack Using JavaScript
10 gadgets every programmer should carry
How to Enable Copilot Agent Mode in Visual Studio 2022
Kiro IDE: A Fresh Take on AI-Powered Development
What is the state of ASP.NET Web Forms in 2025?
How to Check for Unused Modules in a Node.js App
How to enabled aspx pages in Visual Studio 2022
How to Generate GUIDs in JavaScript
How to Use Environment Variables in Vite the Right Way
How to Work With Multiline Strings in JavaScript