BLOG

Latest Articles

Can functions be passed as parameters GO? [SOLVED]

In this tutorial, we will learn how to pass functions as a parameter to another function in Golang. Since Golang functions are first-order variables so it has

By tuannguyen · 3 min read · GO

How install Boost on Ubuntu? [SOLVED]

Boost is a set of libraries for the C++ programming language (includes 164 separate libraries as of version 1.76) that provides support for tasks and

By omercakmak · 4 min read · Ubuntu

How to install Conda on Ubuntu? [SOLVED]

Conda is an open source (BSD licensed), language-independent package manager and environment management system that runs on different operating systems

By omercakmak · 6 min read · Ubuntu

How to install NVM on Ubuntu? [SOLVED]

Node Version Manager (NVM) is a tool for managing Node versions on servers. NVM allows to install different versions of Node. It allows you to switch between

By omercakmak · 4 min read · Ubuntu

JSON.stringify() Pretty Examples

You can achieve the JSON stringify pretty effect using the stringify() method.

By stevealila · 4 min read · JavaScript