Software Development News and Articles

PC Hardware Components Every Programmer Should Upgrade
Published on: 4/15/2021 - 3 min read
PC Hardware Components Every Programmer Should Upgrade
While it’s true that you can code with any working computer, you may run into problems when running your applications or programs if your ...
How to resize image files with C#
Published on: 4/13/2021 - 3 min read
How to resize image files with C#
I recently wrote about website optimization on this blog as it is quickly becoming an important ranking factor in search engines....
5 ways to improve your website's performance
Performance on a website is often left to last and at times ignored by developers. This is mainly because it's surprisingly not a simple or ...
How to get a programming job without a college degree
The age old question of college vs self-taught has been debated for decades now, with no clear winner. But I think that we're now closer tha......
How to setup your first blog on SiteGround
There are a million options when it comes to setting up and creating your first blog. You have everything from out-of-the-box solutions, suc...
How to add color and style to the console.log
The developer console in a browser is one of the most valuable tools for any web designer and web developer. Not only does it tell you what'...
How to create console log groups in JavaScript
Most programmer's are familiar with a browser's built in debugging tools. This includes the standard Inspector used to view the DOM elements...
3 sure signs you are burning out as a programmer
The term burnout gets used way too liberally these days to imply any kind of dissatisfaction with your job.If you have an argument with your...
Get a great deal on these programming books for a limited time
Once again, Humble Bundle has put together another great deal for programmers. This month you can pick up the Learn You More Code by No Star...
6 bad habits every programmer should get rid of
The longer we do anything in life, the more bad habits we will inevitably accumulate. And the same holds true for programming. Sometimes we ...
10 gadgets every programmer should carry
Published on: 3/28/2021 - 8 min read
10 gadgets every programmer should carry
If you're a programmer then there's a good chance that you have a desk full of random gadgets lying around. Maybe a few flash drives, an old...
How to set up an ASP.NET website with GoDaddy
Published on: 3/22/2021 - 7 min read
How to set up an ASP.NET website with GoDaddy
In this article I will walk through the process of setting up an ASP.NET web applications on a shared GoDaddy Windows server.I will mainly w...
How to Become a Programmer
Published on: 3/22/2021 - 4 min read
How to Become a Programmer
Try googling the same query and I bet you’ll see dozens of answers to it! “Should I read every answer?” Do you have enough time? What’s gre...
The best programming keyboards for everyday developers
There are alot of options these days when it comes to choosing the right keyboard. You have everything from wired, to wireless, to hybrid to...
Deprecated HTML tags to stop using
Published on: 3/16/2021 - 5 min read
Deprecated HTML tags to stop using
The following is a list of the the currently deprecated HTML tags that you should probably stop using in your markup.While they may not be t...
9 HTML Tags You Should Start Using
Published on: 3/15/2021 - 6 min read
9 HTML Tags You Should Start Using
As the HTML specification gets updated year after year, new tags get added and old tags get deprecated. And it's hard to keep up sometimes w...
5 Web Developer Blogs to read in 2021
Published on: 3/10/2021 - 4 min read
5 Web Developer Blogs to read in 2021
Blogs are still one of the best ways to stay up to date with the latest happenings in the realm of code and software engineering. Mainly bec...
9 strategies in 2021 to improve your programming skills
Whether you are brand new to coding or have been at it for the past decade, odds are that there is some area that could use improving when i...
How to drag elements in JavaScript without jQuery
In this article, we are going to implement the draggable functionality (found in jQuery) using vanilla JavaScript with just a few lines of c...
OpenJDK or Java on Linux
Published on: 3/3/2021 - 4 min read
OpenJDK or Java on Linux
From scraping or verifying data with Java to using machine machine learning to build weather forecasting software, these days you can teach ...