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
Newsletter
Shop
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
Javascript
Published on: 8/2/2021 - 3 min read
JavaScript Events: DOMContentLoaded vs load
Most programmers are familiar with the 'load' event listener in JavaScript....
Security
Published on: 7/30/2021 - 2 min read
Mozilla finally stopping support for FTP in Firefox 90
FTP (File Transfer Protocol) has long been the go to method of transferring files on the internet. It's how you uploaded files to your share...
Web Design
Published on: 7/25/2021 - 4 min read
6 Web Design Mistakes That Ruin User Experience
It’s now a necessity for a business to have an excellent online presence to remain competitive in the marketplace. This makes your webs...
.NET
Published on: 7/22/2021 - 5 min read
Microsoft shows Web Forms some love with new Web Live Preview designer
If you thought that ASP.NET Web Forms were long gone and completely forgotten, then hold that thought for just a minute.Microsoft has recent...
Web Design
Published on: 7/20/2021 - 3 min read
Taking a look at Google's Material Icons Font
If you have any type of icons on your websites, then odds are you are either using image files to render them or perhaps the ever so popular...
Web Development
Published on: 7/14/2021 - 3 min read
How to avoid "flash of invisible text" (FOIT)
Fonts have become so increasingly complex during the past decade to the point where you probably need to set up a development meeting with y...
Published on: 7/9/2021 - 4 min read
7 Techniques for Regression Testing - A Brief Guide
Regression testing is a crucial step in the software development cycle. It is often overlooked or not done well, but it can save hours of f...
Programming
Published on: 7/6/2021 - 5 min read
How to improve server response times
Performance and optimization are important for generating a good user experience on any website. Aside from ensuring that you have properly ...
Javascript
Published on: 6/25/2021 - 3 min read
How to render a file image preview in JavaScript
A pretty cool feature that you can add to your file upload elements, if you are working with images, is the ability to render a preview on t...
Web Design
Published on: 6/23/2021 - 4 min read
How to fade out elements without using jQuery
In the past, fading out an element in JavaScript involved literally looping thousands of times per second and gradually reducing the opacity...
Security
Published on: 6/16/2021 - 4 min read
How To Implement The Principle Of Least Privilege In Cybersecurity
The principle of least privilege is a security concept that recommends that any user of the system be given the minimum levels of access ne...
Javascript
Published on: 6/10/2021 - 5 min read
3 tips when learning JavaScript
If you are looking to become a web developer at any point in time, then JavaScript is going to have to be your go to programming language. A...
Programming
Published on: 6/10/2021 - 3 min read
5 Handy Tips For Learning to Code
Whether you're a computer science student, an aspiring self-taught developer, or a coding boot camp student, mastering the craft of programm...
Web Development
Published on: 6/7/2021 - 5 min read
Do web developers need computer science degrees?
Despite the rapid growth of the internet and the huge demand for skilled web developers these days, many companies still have set in stone r...
Javascript
Published on: 6/3/2021 - 4 min read
How to deep clone a JavaScript array
If you are looking to make an identical copy of an array in JavaScript, then using the default assignment operator will not do the trick as...
CSS
Published on: 6/3/2021 - 2 min read
A look at the CSS functional pseudo-class selector :is()
All I can say is, finally. This has been a feature that I've been patiently waiting for for years now. And it's good to see the specificatio...
Javascript
Published on: 6/2/2021 - 3 min read
Working with the destructuring assignment in JavaScript
The destructuring assignment in JavaScript is one of those things that you might never see yourself using, but that might be just the thing ...
Published on: 6/1/2021 - 6 min read
A day in the life of a full-stack web developer
First off, the day has to start with coffee. Strong coffee. Some would argue even the strongest coffee. And that's because you know what's c...
Published on: 5/31/2021 - 3 min read
New website redesign v3.0
Hello everyone. I've just gone ahead and published the last changes to this websites new redesign, also dubbed v3.0. The main goals that I w...
Published on: 5/20/2021 - 5 min read
10 Tips Every Video Game Developer Should Know
Developing video games is a fun opportunity to put your technical and artistic talents to work in the gaming business....
Previous page
Next page
get more coding tips and guides in your inbox
Sign me up
Popular Articles
A Simple Next.js API Folder Structure
10 gadgets every programmer should carry
Coding A Card Deck In JavaScript
How To Code Blackjack Using JavaScript
How To Encrypt Passwords Using SHA-256 In C# And .NET
The many ways to sanitize user input in C#
ChatGPT can do code reviews, but are they any good?
How to Create a Basic Text Editor In JavaScript: A Step by Step Tutorial
What is the best way to check for an empty string in JavaScript
How to show PDF file upload previews using JavaScript
Step-by-Step Guide to Coding Tic Tac Toe in JavaScript
How to bind a dropdown dynamically using React
Is 8GB enough for a programming laptop?
Coding The Snake Game In JavaScript
How to enabled aspx pages in Visual Studio 2022
Coding A Calendar In JavaScript
The simplest way to create dynamic modal pop-ups in JavaScript
How to implement a "Load More" button in JavaScript
A Developers Guide to A.I. Prompt Engineering
How to Check for Unused Modules in a Node.js App