GMGerald Mabosheingeraldmaboshe.hashnode.dev·Jan 21, 2022 · 2 min readTips for Giving Better Code ReviewsCode review is a process where someone other than the author of the code asses that code. It is an essential part of Software Engineering because it ensures code quality and helps the team learn about00
GMGerald Mabosheingeraldmaboshe.hashnode.dev·Jan 21, 2022 · 1 min readHow to Setup Let's Encrypt and Enable Auto RenewTo setup Let's Encrypt on your server, head over to https://certbot.eff.org and select the software and system your website is running on. For my case, I selected nginx and Ubuntu 20 and followed all 00
GMGerald Mabosheingeraldmaboshe.hashnode.dev·Jan 18, 2022 · 9 min readBuild Your First Angular App - Movie AppIntroduction Angular is an application design framework and development platform for creating efficient and sophisticated single-page applications. In this blog post, I will introduce to you some of t00
GMGerald Mabosheingeraldmaboshe.hashnode.dev·Jan 12, 2022 · 1 min readHow to Retrieve Call Duration from ProsodyIntroduction Prosody is a modern XMPP communication server that aims to be easy to set up and configure, and efficient with system resources. When using Jitsi Meet, Prosody can help us retrieve the du00
GMGerald Mabosheingeraldmaboshe.hashnode.dev·Jan 12, 2022 · 2 min readStoring Jitsi Messages into MySQL DatabaseWhen using Jitsi meet iFrame API, you may want to save the chat messages on a call into a database. In this post, I will show you how you can save the chats into a MySQL database. To get started, ssh 00