Menu

Software Development News and Articles

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 ...
The best wireless headset for programming in 2021
I've used alot of headphones in my time as a professional programmer. Everything from cheap 20$ wireless earbuds, to $150 wireless earbuds, ...
How to implement infinite scrolling in JavaScript
Infinite scrolling is a popular technique that social media sites tend to use often, mainly on mobile devices, in which a user naturally scr...
Get 4 Front-End Web Development Courses for Just $1<br>
Published on: 2/24/2021 - 2 min read
Get 4 Front-End Web Development Courses for Just $1
The lowest tier is only $1 and includes 7 hefty coding courses....
Is the Surface Pro 7 good for programming?
Published on: 2/24/2021 - 9 min read
Is the Surface Pro 7 good for programming?
Many people think that you need to have a super powerful heavy duty desktop PC with liquid cooling and dedicated graphics cards in order to ...
3 common roadblocks when teaching yourself to code
Published on: 2/22/2021 - 4 min read
3 common roadblocks when teaching yourself to code
Learning to code has never been as accessible as it is today. You have thousands upon thousands of websites with free courses and some with ...
Implementing a Caesar Cipher in JavaScript
Published on: 2/16/2021 - 4 min read
Implementing a Caesar Cipher in JavaScript
Cipher's are a great way to practice your logical coding skills. Plus, they're kind of fascinating. Ciphers have been used for hundreds, if ...