Author name: Jherico Cocosa

How to develop remote project with vscode using Remote – SSH extension

Prerequisites OpenSSH compatible SSH client Visual Studio Code Remote – SSH extension How to Setup Step 1 In Visual Studio Code, go to Extensions and search and install Remote – SSH extension. Step 2 Click the Open a Remote Window located in the bottom left corner Step 3 To add ssh connection, click “Connect to […]

How to develop remote project with vscode using Remote – SSH extension Read More »

Xiaomi’s CyberDog

Xiaomi released its first range of robotic product called “Cyberdog” on August 27, 2021. Cyberdog is a quadruped robot that can move around and perform a range of different programmable actions. This trend is not new. The most notable robot dog was earlier and it is the Boston Dynamics’ “Spot”. Comparing the two robot dogs

Xiaomi’s CyberDog Read More »

Importance of SSL

When visiting your website, the user gives Information such as IP address that moved from one server to another before reaching its final destination. Visitors expect your business to keep their personal information safe. Without a secure connection, the information they give you is at risk of falling into the wrong hands, compromising their privacy, which

Importance of SSL Read More »

How to setup your own personal web server with raspberry pi

Raspberry pi is a small single-board, low-cost computer. The modules of the raspberry pi is based on Broadcom BCM2835 SoC unit which defines the structure that includes a complete microprocessor system, so there is the central unit (CPU), FLASH or ROM, EEPROM and RAM memory, digital and analog devices, and also the analog-to-digital and digital-to-analog

How to setup your own personal web server with raspberry pi Read More »

What is NGINX?

Nginx (pronounced “engine-ex”) is a lot more than a web server. It can also be used as a reverse proxy, HTTP cache, and load balancer. Igor Sysoev, a Russian developer create Nginx in 2002 with the goal to address the performance limitation of an apache web server. It gains popularity due to light-weight resource utilization

What is NGINX? Read More »