#programming
Read more stories on Hashnode
Articles with this tag
I’m obsessed with squeezing out productivity wherever possible. Over the years, I’ve developed a workflow that helps me get work done effectively and...
Learning how to read and write code is a versatile skill. I recently wrote about why I believe learning how to program is a vital skill that everybody...
What do we mean by “testing” software? Testing software involves examining the behaviour of software, and ensuring that the output is what you’re...
Copying any data, like an object, is a problem every developer encounters at one point or another. Here’s an example of the problem: you have an...
Whether it’d be in movies or over the shoulder of your “hacker” friend, it’s likely you’ve seen the mysterious command-line interface at one point or...
Performance can make or break great software. If you’ve got a great app, but it runs at snail’s pace on my device, rendering it unusable, I may as...