-
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.
-
The science of creating fixed components on scroll with vanilla JavaScript
Let's learn a bit how to create fixed elements and components on a web page with vanilla Javascript. Fixing elements on a web page is a strategy we meet on websites.
-
Easy guide on how to set up your workstation on Ubuntu 17.04
One of my biggest challenges when it comes to moving from Windows to Linux is to replicate my workstation and workflows from Windows on Linux.