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 companies to embrace software testing as part of the development cycle, because developers are not the only ones who find it hard to admit mistakes. […]

Read Full Article β†’

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 differences between C++ and Visual Basic programming, including a description of basic code elements. Visual Basic is a component-based programming language, whereas C++ is an […]

Read Full Article β†’

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 important skill in today’s world, and it is not difficult or impossible to learn. I had begun working on my own version of the Khan […]

Read Full Article β†’

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 basic idea behind this algorithm is to group pixels into 8×8 blocks, and then use the DCT to convert each block into 64 frequency coefficients. […]

Read Full Article β†’

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 looking for JavaScript debugging tools, look no further! There are plenty of great tools out there that can help you debug your problems β€” whether […]

Read Full Article β†’

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 how to make your business card stand out. How To Make Your Business Cards Stand Out For many people, their business card is the one […]

Read Full Article β†’

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. You can read about these features in detail in the blog post What’s New in Visual Studio 2017 Release 15.7. Some of the notable features […]

Read Full Article β†’

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 list of questions you ask in an interview that you think will help you decide if someone is good. I hope to convince you that […]

Read Full Article β†’