The 7 Deadly Sins of Software Testing A blog about software testing. https
The 7 Deadly Sins of Software Testing: A blog about software testing. https://python-github.com/python-github/2018/04/12/the-7-deadly-sins-of-software-testing/ No one is perfect, and neither is any software. It has been a long journey for many…
Read More →The Basic Differences Between C
The Basic Differences Between C and Visual Basic One of the most frequent questions asked by programmers considering a move from Visual Basic to C A tutorial on the fundamental…
Read More →How To Teach Yourself Coding
I have been coding for over 20 odd years and I have always wanted to distill that knowledge into a format that others can learn from. Coding is such an…
Read More →How to exit a program in python? Outline all the ways that you can implement and use an exit function.
How can you exit your program? Well, there are a few ways. One way is to use the sys module and use its exit function, like this: import sys sys.exit()…
Read More →Image Compression Algorithm The Basics
Lossy Image Compression: DCT In the last few blog posts, I introduced a new image compression algorithm. This algorithm uses a modified version of the discrete cosine transform (DCT). The…
Read More →11 Effective JavaScript debugging tools
JavaScript is an amazing language. It’s extremely powerful, and it makes the web what it is today. But without the right tooling, it can be challenging to use. If you’re…
Read More →How To Make Your Business Cards Stand Out
How To Make Your Business Cards Stand Out: a blog on how to make your business card stand out. How To Make Your Business Cards Stand Out: a blog on…
Read More →5 Key Features of VS Code, the Official Microsoft Editor for Linux
I hadn’t used the official Microsoft editor for a long time, but with the new release of Visual Studio Code (VS Code), I thought it was a good idea to…
Read More →What’s New in Visual Studio 2017 Release 15.7
Visual Studio 2017 version 15.7 is now available. This release comes with a lot of new features and improvements for AI, mobile and desktop applications, Microsoft Azure development, and more.…
Read More →How To Choose A Good Programmer
How To Choose A Good Programmer This is a guide for nontechnical managers who need to hire programmers. If you are one of those managers, then you probably have a…
Read More →