dut

dut

Last seen: 11 days ago

Welcome to my blog post where I document everything I learn from software development to cyber security and everything else I feel will be beneficial to share. I hope you learn a thing or two from my Tech journey.

Member since Oct 12, 2023 info@dutdavid.com

Following (0)

Followers (0)

What is REST API?

A REST API, also known as a RESTful API or Web API, is an Application Programming Interface designed in accordance with the princi...

Read More

Overcoming Procrastination

A personal experience on procrastination

Read More

1. Introduction to golang

Introduction to Go programming language. In this guide we will be going through installing golang, writing our fisrt code, variabl...

Read More

How To Install Nginx, MySQL, PHP (LEMP s...

How To Install Nginx, MySQL, PHP (LEMP stack) on Ubuntu 22.04

Read More

wazuh agent as a docker image

one problem I have faced is having different SIEMS monitoring one host device for instance you need different logs from one endpoi...

Read More

Hosting a vite project on cloud

I recently discovered working with vite. vite is a build tool that makes development easy and faster by serving locally during dev...

Read More

Load Balancing with Golang

Load balancing is the process of efficiently distributing incoming network traffic across a group of backend servers.

Read More