-
5 tricks to shorten your if and if-else statements
Having many `if-else` statements is not a sin, but it has some disadvantages in some circumstances such as code readability and the speed.
-
Metrics: learn the basics of counting post and page views, number of comments, and likes
You want to know how often your visitors do things or take certain actions. These metrics are so important that they can even drive people insane.
-
A Quick intro to testing PHP code with PHPUnit
Unit testing is a software testing process to ensure that every code block produces the results it's expected to. Learn in this article how to do that with PHP and PHPUnit.
-
Web development on GNU/Linux
Once you get into Linux, then open software is at your door. This article looks at some of the nuances of using Linux for web development.
-
The file system and tools to write HTML
Websites are bundles of resources accessed through the Internet. Those resources are files. That's why we have to learn how to use them very well.
-
The Internet and the web
Computers have been given the ability to connect. Once connected, they can see and access information from others. This had become very advantageous because it is like the computers enlarged their memory.
-
HTML Basics - Introduction
We can't express how many ways can be used to build websites, and it's almost impossible to have two websites looking the same way. But, with all this, there is one thing that is common to every single website on the web — HTML.
-
How to use PHP to consume a RESTful API using SausageHTTP
This article will be explaining briefly what an HTTP request is and how to use it to consume a RESTful API.
-
Here's how I forced myself to learn ReactJS
ReactJS has been around for more than five years now. And there is still quite an important number of developers(including your author) who haven't embraced it.
-
How to disable the touchscreen drivers permanently on Ubuntu 17.10
If you are using one of these recent PCs you can notice they almost come with a touchscreen feature. Unfortunately, that feature can be annoying for us developers and designers.