ZHOST How to Develop a Custom Odoo Module from Scratch Introduction: Odoo is a powerful open-source ERP system that allows businesses to customize and extend its functionalities through modules. If you need a specific feature that Odoo doesn’t offer out-o... Mar 14, 2025 Tech
ZHOST How to clone git repo with SSH key Introduction In initial days when GitHub was allowing https based URL clone, and committing code with https with user authentication, we were using the command like: git clone https://repo_url . ... Developer Tools Developer guide Technology Comparison bitbucket git github gitlab Feb 11, 2025 Tech
ZHOST Forcing Git Pull: Overwriting Local Files Safely Introduction Once, while working on a project, I had a lot of file changes in my local repository. My usual routine is to start by pulling from the git repository before diving into work. At the end o... Dec 16, 2024 Tech
ZHOST JavaScript Console Methods: A Developer's Guide Introduction JavaScript is like a trusty sidekick in the world of web development, helping developers craft interactive and dynamic websites with ease. Its superpower lies in its ability to chat with ... May 10, 2024 Tech
ZHOST Strengthening Cybersecurity: Defending Against Common Cyber Attacks Introduction In today's digital age, cybersecurity is more important than ever. With the increasing number of cyber attacks targeting businesses and individuals, it is crucial to implement strong defe... Apr 29, 2024
ZHOST Exploring Email Scraping with Python Introduction: In today's digital age, email remains a pivotal communication tool for both personal and professional purposes. The ability to gather email addresses from various sources can be immensel... Apr 28, 2024
ZHOST Understanding Denial-of-Service (DoS) Attacks: Exploring Different Categories Introduction: In today's interconnected digital age, cybersecurity threats are becoming increasingly sophisticated, and one of the most common forms of attack is the Denial-of-Service (DoS) attack. Un... Apr 24, 2024
ZHOST The Risks of P2P File Sharing: Understanding the Threat of Viruses and Worms Introduction Peer-to-peer (P2P) file sharing has revolutionized the way we exchange digital content, allowing users to share files directly with one another without the need for centralized servers. W... Apr 23, 2024
ZHOST Docker for a Nest.js App with PostgreSQL and Nginx Reverse Proxy Introduction: Here, we will guide you through the process of setting up a Dockerfile for a Nest.js application that integrates PostgreSQL as its database and Nginx as a reverse proxy. Furthermore,... Apr 20, 2024
ZHOST NGINX Proxy for Odoo ERP Server: Easy Step-by-Step Guide Introduction: Recently, one of my subscribers reached out with a question about setting up NGINX for Odoo, let's see.. the question was for this odoo setup video . In this article, we will walk you th... Apr 12, 2024
ZHOST Two-Factor Authentication (2FA) in NestJS: A Comprehensive Guide Introduction Adding Two-Factor Authentication (2FA) enhances the security of user accounts by mandating a secondary form of verification alongside the password. This guide will demonstrate how to inco... Apr 10, 2024
ZHOST How to create a PostgreSQL database instance in AWS-RDS How to Start ? Sign in to the AWS console using your username and password: Go to the AWS panel dashboard. Use the search feature to look up RDS, then click on the RDS result. Within the internal sele... Jun 20, 2023