Blog

Filter posts by Category Or Tag of the Blog section!

Technical Skills, Software Development, Real World Solutions, Enterprise Applications.
Python is widely regarded as one of the most suitable programming languages for AI and machine learning. You can work with a lot of programming languages and platforms to do AI jobs but Python is more...

Friday, 18 August 2023
AI has become increasingly important in social networks, particularly as bots, and has had a significant impact on how users interact and connect online. It has the potential to significantly impact a...

Wednesday, 14 June 2023
While artificial intelligence (AI) has the potential to bring about numerous benefits and advancements, it is important to recognize that there are also potential risks and dangers associated with its...

Tuesday, 02 May 2023
There are many subcategories of AI and each has its own unique set of techniques and applications, and many AI solutions involve a combination of multiple subcategories. Artificial intelligence (AI) i...

Friday, 03 February 2023
Edge Computing refers to the practice of performing data processing and computation at the edge of the network, closer to the source of data. In traditional cloud computing, data is typically processe...

Tuesday, 29 September 2020
Artificial general intelligence (AGI) refers to the hypothetical ability of an artificial intelligence (AI) system to learn and understand any intellectual task that a human being can. AGI is sometime...

Sunday, 23 August 2020
HTTP (Hypertext Transfer Protocol) and IPFS (InterPlanetary File System) are both protocols used for transferring data over the internet, but they are fundamentally different in how they work. HTTP is...

Thursday, 09 April 2020
Progressive design is an approach to software development that involves creating software that can be improved or enhanced over time. The goal is to create a design that is adaptable to changing user ...

Wednesday, 18 March 2020
 Let's start with a basic question: what is digital ethics?  Basically, digital ethics is a field of study that focuses on the moral and ethical issues that arise from using technolog...

Wednesday, 06 March 2019
HTTP/2 (Hypertext Transfer Protocol version 2) is a protocol for transmitting data over the internet. It is the successor to HTTP/1.1 and was developed by the Internet Engineering Task Force (IETF). T...

Thursday, 14 September 2017
JSON (JavaScript Object Notation) and YAML (YAML Ain't Markup Language) are both popular data interchange formats used to represent structured data in a human-readable and machine-readable way. Th...

Tuesday, 25 October 2016
Digital Object Identifier (DOI) is a unique identifier assigned to a digital object such as an electronic document, audio or video recording, dataset, or software application. The DOI provides a persi...

Thursday, 31 March 2016
The Internet is not all about www (world wide web) that we interact with every day. The web is only one of the most used protocols on the internet. For example, you don’t search on the internet ...

Monday, 06 July 2015
One of the most capabilities of modern web-based applications is the ability to swap the content of the page without any page reload, Post-back and Request-Response. All of the operations are done by ...

Sunday, 23 February 2014
Application lifecycle management is a set of pre-defined process and tools that include definition, design, development, testing, deployment and management to integrate, coordinate and manage the diff...

Friday, 03 January 2014
If you have developed a large scale system, you have seen that small mistaken changes at one place especially at the earlier steps have damaged the other parts in the future of the system. I'm not...

Sunday, 29 December 2013
Developers only need to specify unconventional aspects of the application and worry only about the unconventional parts of the application and architecture. Convention over configuration is a sof...

Monday, 18 November 2013
POCO which stands for "Plain Old CLR Objects" is an entity/class and doesn’t depend on any specific base class. It is like any other Dot net class you have seen before. These POCO enti...

Friday, 20 September 2013