Developers’ Posts

First steps in Typescript Array Sorting
|

First steps in Typescript Array Sorting

Like many other languages, Typescript offers a built in Array sort() method. However, most of the times we have to use and pass our own comparison function. This is the case, especially when we have to order arrays of objects, and ordering should be based on specific object property. Moreover, we have also to take into account the default mutability of arrays, if we have to preserve the initial arrangement of the elements in an array.

Installing Typescript via node, and start using it via VS Code (macOS)
| | |

Installing Typescript via node, and start using it via VS Code (macOS)

Typescript is a programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is designed for the development of large applications and transcompiles to JavaScript.

Angular – Installation on Ubuntu (Kubuntu), create/start a new (default) project, and start working with
| |

Angular – Installation on Ubuntu (Kubuntu), create/start a new (default) project, and start working with

Angular is a very popular (mainly front-end) development platform, built on TypeScript (which extends Javascript language). Here, is how to install it on a Kubuntu 20.04 machine, as well as how to create a new project/app and start working with it.

‘Official’ WordPress installation on a Synology NAS Server using the Package Center
|

‘Official’ WordPress installation on a Synology NAS Server using the Package Center

A sinology NAS server with WordPress CMS WordPress is a very good choice if you wish to create and maintain your very own site(s). Here we are going to show you how simple is to install WordPress package in your NAS server using the official Synology tool ‘Package center’.

Obtaining WordPress installation files and deploying its whole folder structure on macOS
|

Obtaining WordPress installation files and deploying its whole folder structure on macOS

WordPress is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database.WordPress is used by more than 60 million websites,including 39% of the top 10 million websites as of January 2021.Here we are going to download it and deploy its whole folder structure on macOS. Then you can use it for any new site you want to set up.