An Introduction to User-Centered Design
What is user-centered design? How can you implement it in the software development lfie cycle? Here's what you should know.
How to Test an API Using Python and JavaScript
If you're looking for tips on testing an application programming interface (API) with Python or JavaScript, you're in the right place.
An Introduction to Angular
Is Angular just a framework? How do you get started using it? Here's what you need to know.
9 Advanced PHP String Functions You Must Master Today
PHP has a huge number of useful string functions. If you're familiar with the basics, check out these more advanced functions for working with text.
How to Use Python’s time Module
Time and date manipulation is one of the more complicated coding tasks. Fortunately, Python makes it much easier with its powerful time module.
How to Delete Node Modules Folder With npkill
Don't let unused packages bog down your drives, get rid of them with npkill.
What Is REST API and How Can You Grab Data for Your App or Website?
If you're looking for an explanation of what Rest API is, and how you can use it, you're in the right place.
12 NumPy Operations for Beginners
NumPy is a package for scientific computing in Python. It has great support for multidimensional arrays which you can learn all about in this article.
What Is Dogfooding, and How Does It Help Developers?
It may have a silly name, but dogfooding is an important part of the software development cycle.
How to Find N-Digit Perfect Cubes and Squares Using Python, C++, and JavaScript
Find perfect cubes and squares using algorithms in multiple languages.
How to List Branches in Git
Is the git branch command important? How should you use it? Learn more here.
13 Tips for Creating the Perfect Website Landing Page
Creating an engaging landing page is crucial for maximizing your conversion rates. But how exactly do you do this?
The 7 Best Mac Clipboard Manager Apps to Improve Your Workflow
If you spend a lot of time copying and pasting on your Mac, you need to download one of these top clipboard management apps.
The CSS Box Model Explained With Examples
Can't work out why elements are lining up as they are? Can't decide between padding and margin? Learn about the CSS Box Model to master HTML layout.
An Introduction to Iterators and Generators in JavaScript
Get the hang of iterator and generator methods in JS.
21 Tips and Tricks to Master the Art of Googling as a Developer
Become a Google search pro with the help of these tips and tricks.