KD Jayakody

Call Us: 076 72 33 595

The Life and Legacy of Charles Babbage: Father of the First Mechanical Computer

Charles Babbage, a 19th century inventor, mathematician, and mechanical engineer, is famously remembered for his invention of the first mechanical computer, the Analytical Engine, which paved the way for modern computing. Despite being unable to complete the machine during his lifetime, Babbage’s legacy and impact on computing were monumental, inspiring countless inventors and computer scientists in generations to come.

Installing Odoo 16 on a CentOS 8 Server

Odoo is a powerful open-source business application platform that can be used to manage a wide range of business operations, such as accounting, inventory, project management, and more. In this tutorial, we will show you how to install Odoo 16 on a CentOS 8 server. Prerequisites Before you begin, you will need the following: A […]

How to Filter Items Inside an Array

To filter and remove objects from an array that have empty values (either null, undefined, or an empty string) in certain properties, you can use the filter method to create a new array that only includes objects that meet certain criteria. For example, if you want to remove objects from the array that have an […]

5 Tips for Optimizing Your AdSense Earnings

AdSense is a popular ad platform that allows website and blog owners to monetize their traffic by displaying ads from advertisers. While earning money through AdSense can be a great way to supplement your income, maximizing your earnings requires a bit of strategy and optimization. In this article, we will provide 5 tips for optimizing […]

What is Open AI?

OpenAI is a leading research institute that focuses on advancing artificial intelligence (AI) technologies. It was founded in 2015 by a group of individuals including Elon Musk and Sam Altman, with the goal of promoting and developing friendly AI that would be safe for humanity. OpenAI conducts research in a number of areas related to […]

How do I make HTTP Request in Javascript?

To make an HTTP request in JavaScript, you can use the fetch() function. Here’s an example of how to use fetch() to send a GET request to an API: fetch(‘https://example.com/api/endpoint’) .then(response => response.json()) .then(data => console.log(data)) .catch(error => console.error(error)) In this example, fetch() sends a GET request to the specified URL and returns a Promise […]

How to Upload Files from WordPress to Amzon S3 Easily

Hello Geeks, SO today you just need to know how you can link Amazon S3 cloud with your WordPress website right? Don’t worry, it’s so easy and you will be able add and delete all your files using your WordPress admin backend or frontend (using a Shortcode). Let’s begin then, First you need to have […]

AdSense vs AdMob

AdSense – Google Ads may be more familiar to you than AdSense. Google Ads are used to advertise products on Google platforms. AdSense, on the other hand, compensates people for marketing the products or services of other people. For instance, you can make money through AdSense by playing advertisements on your YouTube channel before the […]