ThatSoftwareDude
Categories
JavaScript
CSS
React
C#
HTML
Databases
Developer Tools
Box Shadow Editor
Text Shadow Editor
Image Placeholder Generator
Scrollbar CSS Editor
Typing Test
Menu
Menu
About
Polls
Typing Tests
Developer Guides
Newsletter
Holiday 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
Gadgets
Published on: 10/5/2020 - 8 min read
Is the Surface Laptop Go good for developers?
Microsoft has done a great job at improving upon their Surface line up year after year. Everything from the super portable Surface Go 2, to ...
Published on: 9/29/2020 - 3 min read
The best project management app to use in 2020
Finding ways to manage a project can be a challenge, particularly these days with hundreds of new apps coming out claiming to be the champ i...
Published on: 9/23/2020 - 3 min read
4 Important Features To Look For In A Password Manager
We all know that strong passwords are important but a lot of people go with simple, weak passwords because they don’t want to go throug...
Web Development
Published on: 9/21/2020 - 5 min read
5 essential downloads every web developer should be using
If you are relatively new to web development then this list is for you. It is my top 5 most used (probably) apps installed on my work laptop...
Web Design
Published on: 9/17/2020 - 4 min read
How to implement Dark Mode on your websites with JavaScript
I'll start by saying that there is no native method for dark mode in HTML and CSS just yet. So whatever method you end up using will have to...
Productivity
Published on: 9/14/2020 - 4 min read
How mushroom coffee can increase your focus while coding
If you are a programmer then you know that there are those moments when you need more focus to get a task completed. Maybe it involves too m...
Web Development
Published on: 9/10/2020 - 3 min read
3 books every beginner web developer should read
You can pretty much learn anything online these days if you know where to look and if you are willing to pay a buck or two in the process....
Published on: 9/1/2020 - 3 min read
How to clear the cache on a users browser so they don't have to
Cached files are both a blessing and a curse depending on what your current intent is. A blessing because it allows for websites to load muc...
Published on: 8/31/2020 - 13 min read
The complete beginner's guide to hosting your own podcast
If Joe Rogan is a sign of the times, and he probably is, then podcasting isn't going anywhere anytime soon. And in fact, it probably hasn't ...
CSS
Published on: 8/27/2020 - 3 min read
The best library to use for quick CSS animations
css animationsAnimations on a website typically get saved for last or ignored completely mainly because they can be somewhat time consuming ...
Published on: 8/21/2020 - 5 min read
Google Fi 2 year review - should you switch?
It has been a little over two years since I made the switch to Google's phone service Fi. And I'm still using the service so it can't be all...
Database
Published on: 8/20/2020 - 5 min read
A simple database schema for your next user system
The following is a relatively standard schema for a User table in a database. You can use this as a guide for when creating your own cutom a...
Javascript
Published on: 8/19/2020 - 6 min read
How to stick an element to the page when scrolling
Keeing items on the page when scrolling downwards can be a beneficial feature when you have elements that ideally land somewhere near the to...
Database
Published on: 8/17/2020 - 9 min read
Database fundamentals every programmer should know
If you are new to working with databases, then this article is for you. In this post I will break down what databases are, how they are...
Published on: 8/13/2020 - 5 min read
The Surface Duo is launching September 10th
An official release date has finally been confirmed for the much anticipated Surface Duo by Microsoft. You can pre-order the device starting...
Programming
Published on: 8/11/2020 - 4 min read
3 ways to protect your eyes if you are a programmer
Your eyes are typically under constant barrage and stress on a day to day basis. Everything from direct sunlight to poor lighting conditions...
Published on: 8/8/2020 - 4 min read
Here's why every programmer should read "Masters of Doom"
I just got through with reading (hearing?) "Masters of Doom" by David Kushner and if you are a fan of either video games or a programmer the...
Published on: 6/20/2020 - 4 min read
How to natively lazy load images on your website to improve performance
Most websites are heavily comprised of images and photos these days. And the camera resolutions are only getting better. Images used to be i...
Published on: 6/6/2020 - 4 min read
Methods to Keep a Macbook in Good Shape
Macbooks excel when it comes to durability. However, there will still come a time when you notice that the overall performance has drop...
Programming
Published on: 5/25/2020 - 6 min read
College degree vs coding bootcamp and which is right for you?
This is one the most popular question that I get asked from people looking to get into web development.Should I go to college for 5% of my h...
Previous page
Next page
get more coding tips and guides in your inbox
Sign me up
Popular Articles
A Developers Guide to A.I. Prompt Engineering
A Simple Next.js API Folder Structure
Coding A Card Deck In JavaScript
10 gadgets every programmer should carry
How To Code Blackjack Using JavaScript
How To Encrypt Passwords Using SHA-256 In C# And .NET
ChatGPT can do code reviews, but are they any good?
The many ways to sanitize user input in C#
What is the best way to check for an empty string in JavaScript
How to Create a Basic Text Editor In JavaScript: A Step by Step Tutorial
How to show PDF file upload previews using JavaScript
Step-by-Step Guide to Coding Tic Tac Toe in JavaScript
Is 8GB enough for a programming laptop?
How to bind a dropdown dynamically using React
How to Check for Unused Modules in a Node.js App
How to enabled aspx pages in Visual Studio 2022
Is the Asus Zenbook S 13 OLED laptop the best programming laptop so far?
Coding The Snake Game In JavaScript
Coding A Calendar In JavaScript
How to implement a "Load More" button in JavaScript