Python also comes with it set of libraries which can be used for different set of purpose. Having the knowledge of the list of libraries can help our efforts in coding and writing better and efficient code (as discussed in previous post about libraries).
5 days 10 hours ago
Drupal 10 directory structure
In Drupal 10, the directory structure is organized to separate various aspects of the system, including core files, contributed modules, custom modules, themes, and more.
It is a good idea to know what these contain and what goes in where.
1 week ago
What is a library in Programming
When you start programming/coding in computers, you will come across the need to write some code that needs to be used again and again.
In general a simple way is to write this code as functions and reuse them in your program.
In the field of computing programmers and developers observed that a lot of commonly required code is re-written again and again by people all over in the field of computing. So some decided to pack these pieces of code in pack of single/multiple files organized and categorized for different presuppose.
1 week 1 day ago
The wikipedia Library in Python
The wikipedia library in Python provides a simple and easy-to-use interface for accessing data from Wikipedia.
2 weeks 5 days ago
Motion recording with ffmpeg
ffmpeg can record videos from camera when motion is detected
3 months 3 weeks ago
Date - Dimension or Metric
In Web Analytics two terms are commonly used Dimension and Metrics. Both play an important role in analysis of web based data. Date is another term that is commonly used in Web analytics. This post discusses what role does date plays and in which category it falls - Dimension or Metric?
4 months ago
Static Website
A static website as the name suggest is a site where the content remains the same unless until it is manually updated by the developer or website administrator. Static websites offer significant advantages in terms of performance, security, simplicity, and cost-effectiveness. They are particularly well-suited for projects with fixed content, high traffic expectations, and a need for fast load times and reliability.
5 months 1 week ago
What is a Smart Device
Today in the era of electronics and connected systems and IoT becoming a common thing, the keyword "Smart" is being associated with a lot of devices.
Out of a lot of electronic devices and gadgets that we use do all of them fall under the criteria of a smart devices?
In this post we will try to understand the concept of a "Smart Device" and see a few examples of the same.
5 months 1 week ago
What is IoT
The term IoT refers to the network of physical devices like vehicles like cars and bikes, appliances like TV, Refrigerators, Air conditioners etc and other items embedded with electronics, software, sensors, actuators, and connectivity which allows these objects to connect and exchange data or control them remotely.
5 months 2 weeks ago
MySQL - Can a user create a database without 'create' privilege?
A strange behavior is noticed MySQL is that a user without create privileges can create a Database. This post discusses about the same whether it is a bug or feature.
As a developer of any (web based) application which uses MySQL/MariaDB, you should know that the admin account i.e. 'root' should not be used for every purpose.
5 months 3 weeks ago
Improving Drupal Performance
Drupal is one of the most loved opensource CMS/CMF. At the same time it is also famous for being huge. Whatever the case if you are running a site with Drupal you have to make sure that it performs well.
6 months 1 week ago
HTML and H1 to H6 - how to use
The HTML tags H1 to H6 are the most misused elements on the web. Primarily because the description about them is not clear. This post will try to clear the concept and usage of the tags properly.