Menu

Software Development News and Articles

How to set up a free SSL certificate on GoDaddy
These days, thanks in part to browser default security settings, you really can't go without having an SSL certificate installed on your web...
3 Computer Science fundamentals to learn right now
You might think that Computer Science essentially comes down to programming concepts, data structures and algorithms, and to some extent tha...
New design for 2021
Published on: 1/4/2021 - 4 min read
New design for 2021
Taking everything that I've learned from 2020 about what works and what doesn't work on the blog, I have made adjustments and upgrades to th...
Should you still be using ASP.NET Web Forms in 2021?
ASP.NET has seen many changes during the past decade. What once started as a super lightweight scripting language (Classic ASP), has grown i...
Improve the battery life of your Surface laptop
Published on: 12/17/2020 - 2 min read
Improve the battery life of your Surface laptop
The Surface laptops are my go to these days for most of my work. The only downside to them is that the battery life isn't as futuristic and ...
3 Windows 10 hacks to make your life easier
Published on: 12/16/2020 - 3 min read
3 Windows 10 hacks to make your life easier
You are either a Windows person or a Mac person these days. I'm a .NET developer, so that puts me in the Windows category for the most part....
How to bind events in JavaScript to dynamic elements
Thanks in part to Ajax and front-end heavy frameworks like React and Angular, much of a website these days is generated in real-time dynamic...
4 things to avoid in your personal programming portfolio
If you have a portfolio on the web with your own custom URL, then congratulations, that is half the battle when looking for a job. The other...
3 reasons why you shouldn't get a degree in Computer Science
Before I start, I will say that I do in fact have a degree in Computer Science from a reputable university. Getting the degree fit in line w...
What's the difference between a text editor and an IDE?
A common question that I often is why do I use Visual Studio 2019 instead of VS Code? Good question. Complex answer. Let's get into it.The t...
Mistakes I made at my first programming job
Published on: 12/7/2020 - 5 min read
Mistakes I made at my first programming job
Just like in the Matrix, everybody falls their first time. You don't know what you don't know and what you don't know can sometimes cause th...
How to bundle resource files in C# and ASP.NET
Published on: 12/5/2020 - 3 min read
How to bundle resource files in C# and ASP.NET
Many ASP.NET developers don't realize that the .NET framework comes with a built in bundler for all of their many resource files. What is a ...
How to not over engineer your code
Published on: 12/2/2020 - 5 min read
How to not over engineer your code
I do it all the time. And it is hard not to sometimes when you get into the flow and you keep thinking of cool new feature after cool new fe...
3 tips for the self-taught programmer
Published on: 12/1/2020 - 4 min read
3 tips for the self-taught programmer
Learning anything in life is challenging. Whether it's skateboarding, writing, painting or coding. You don't know what you don't know and be...
5 tips to help you land your first programming job
Whether you just finished college finally after 4 years of hard work, or maybe you just completed a 6 month coding bootcamp, or even ma...
3 skills every programmer needs to develop
Published on: 11/27/2020 - 4 min read
3 skills every programmer needs to develop
A programmer is many things. Particularly at a company. Not only do they build the software that other people rely on, but they also act lik...
Should you attend an online coding bootcamp in 2021?
Now more than ever, everything is going online. Our shopping is online, our communications are online and our educations are online. And it'...
3 reasons why you should get a Computer Science degree
Tech CEO's have had a weird impact during the past decade influencing many young folks to avoid college all together and to go out on their ...
Your first month at your first programming job
If you remember your first day in high school, or any school, it's alot like that. You don't know anyone or where anything is. There's alot ...
Is it still okay to use jQuery in 2020?
Published on: 11/20/2020 - 5 min read
Is it still okay to use jQuery in 2020?
I get this question asked all of the time from my students. And my answer will typically be something like "Why is it wrong to use jQuery?"....