Wapgee LogoWeb Development

Web Development

List of articles for helping you with web development.

13 posts·0 followers·Updated 4 years ago

All posts in Web Development

How to remove last element from an array in JavaScript
Web Development

How to remove last element from an array in JavaScript

How to remove last element from an array in JavaScript

Ogunjimi David·16 May 2022
Why you should  use ?? instead of || in JavaScript
Web Development

Why you should use ?? instead of || in JavaScript

Why you should use ?? instead of || in JavaScript. The proper use and application of ?? explained.

Ogunjimi David·16 May 2022
How to save a string to clipboard in JavaScript
Web Development

How to save a string to clipboard in JavaScript

How to save a string to the clipboard using javascript

Ogunjimi David·16 May 2022
A brief Introduction to Microservices Apps
Web Development

A brief Introduction to Microservices Apps

Microservice apps, or simply microservices, are developing software systems that try to build single-function modules with interfaces and operations. The trend has grown popular in recent years as Enterprises look to become more Agile and move towards DevOps and continuous testing.

Afaq Karim·27 Aug 2020
How to Create Zip files by using JSZIP library
Web Development

How to Create Zip files by using JSZIP library

JS Zip is an open-source and free library to easily create Zip files without any pain which provides an easy and good API. You can use this library in your app to build easily Zip files.

Afaq Karim·15 Aug 2020
How to setup back-end environment in Ubuntu 18.04
Web Development

How to setup back-end environment in Ubuntu 18.04

When working back end development you usually work with languages such as, Node JS, Php, Python, Ruby, Java etc. You have to seutp the development environment for these languages. With the help of this article you setup backend development environment on your Ubuntu 18.04 machine.

Afaq Karim·22 Jul 2020
12