Understanding version control and how to use it is very important. That’s why we’ve been slowly building out a series of articles on the topic. We have previously discussed the importance of version control, and the various types of version control systems. Today, we’ll continue our series with a basic tutorial on how to use […]
Tag: web development
Responsive Web Design Using Media Queries
More than half of web pages viewed are done so on a mobile device. Therefore, it is a vital part of modern web design to build websites and applications that will look good on desktops as well as on mobile devices. Read on to find out how to use media queries to implement responsive web […]