Samuel Torimiro

Samuel Torimiro is enthusiastic about software engineering, teaching and entrepreneurship. His goal is to build web and mobile applications to better serve hundreds of millions of customers.

5

0

0
Samuel Torimiro is enthusiastic about software engineering, teaching and entrepreneurship. His goal is to build web and mobile applications to better serve hundreds of millions of customers.
5
0
0
Oct 6, 2021
Modern websites that require complex user interaction are built using dedicated frontend frameworks like React, Vue.js among others. However, some complexities come with them. These include time, cost of...
Sep 2, 2021
PHP is a programming language used for creating interactive web applications. It is a popular server-side language.
Aug 2, 2021
In most customer-driven web applications, there may be a need to send an email. Sending an email with Django is quite simple.
Jul 7, 2021
The Document Object Model (DOM) is a tree-like structure showing a hierarchical relationship between different HTML elements. The DOM can be referred to as a programming API for HTML and XML documents according...
Jun 21, 2021
As a beginner programmer, writing efficient python code is not the main goal but rather to learn the basic syntax, the flow of the language, and how to think like a programmer. But things get interesting when...