Advanced Search
Search Results
319 total results found
Vuejs
React
Laravel
SEO
PHP
Wordpress
Javascript
Clouds
Databases
Hardware & Devices
Artifical Intelligence
Others
Queues & Jobs In Laravel
Debugging laravel
Payment Gateways & Modern Frameworks
PostgreSQL
SEO Fundamentals
Composer - Pros & Cons
Service Container Laravel
Website / Blog Wordpress
SEO Wordpress
Cheat Sheets Wordpress
Security & Plugins Wordpress & Plugin Development
REST API Wordpress
Oracle Cloud
Python
Mysql
Laravel
Nodejs
RabbitMQ, Kafka
Drupal
Drupal is based on PHP. It is a free and open-source content management system (CMS) that is primarily written in the PHP programming language. Drupal leverages PHP to manage and publish content, handle user interactions, and provide its core functionalities. ...
SSL Linux
Message queues (RabbitMQ, Kafka)
Caching strategies (Redis, Memcached)
MongoDB
Basics of Vuejs
Modern Payment Gateways
Chapter
Chapter
PostgreSQL
Databases in Node Project
Dependency in a Node.js Project
Basics of Wordpress
react package
React Router DOM
Vite
React DOM Package
Axios
coding methodology drupal follow
Drupal development follows a combination of coding methodologies and standards to ensure code quality, consistency, and maintainability. These include: Drupal Coding Standards: This is a comprehensive set of guidelines covering PHP, C...
creating a plugin for drupal
Creating a plugin in Drupal involves several key components and steps, particularly when building a custom plugin type. The process generally includes: 1. Defining the Plugin Type: Plugin Interface: A PHP interface that define...
rest api in drupal
Drupal, as a robust Content Management System, provides capabilities for creating and exposing RESTful APIs to interact with its data and functionality. This allows external applications and services to access and manipulate Drupal content programmatically...
drupal 7 documentation for developers
The primary source for Drupal 7 developer documentation is the official Drupal.org website. This resource provides comprehensive information on various aspects of Drupal 7 development. Key areas of documentation for developers include: ...
Configure local https on ubuntu
T0 set up a local HTTPS server on Ubuntu, use a tool like mkcert for simplicity or openssl for more control, and then configure your web server (e.g., Apache) to use the generated certificates. The recommended method is to install and use mkcert, which genera...
install OpenSSL locally on Ubuntu
To install OpenSSL locally on Ubuntu, you can compile and install it from source by first installing build tools, then downloading and extracting the OpenSSL source code, and finally running the config, make, and make install commands with the appropriate pre...
Message queues (RabbitMQ, Kafka) in general
Message queues like RabbitMQ and Kafka are fundamental components in distributed systems, facilitating asynchronous communication and decoupling between different services or applications. They act as intermediaries, storing messages from producers until c...
Message queues (RabbitMQ, Kafka) in nodejs
ntegrating message queues like RabbitMQ and Apache Kafka into Node.js applications enables building robust, scalable, and asynchronous systems, particularly beneficial in microservice architectures. RabbitMQ in Node.js: RabbitMQ is a popu...
Message queues (RabbitMQ, Kafka) in laravel
Integrating RabbitMQ or Kafka with Laravel involves utilizing Laravel's queue system to leverage these powerful message brokers for asynchronous task processing and inter-service communication. RabbitMQ in Laravel: Installation: Since L...
jwt & oauth2.0
JWT is a token format that is used to enable stateless, token-based authentication, and it is commonly used with protocols like OAuth 2.0 for authorization. While OAuth 2.0 handles the authorization flow to grant access, a JWT (often a bearer token) can be iss...
authentication methods like SSO, MFA, and OAuth2.
SSO, MFA, and OAuth2 are distinct authentication and authorization methods: SSO lets users log in once to access multiple services, MFA adds extra security layers by requiring multiple verification factors, and OAuth2 is an authorization framework that lets th...
Performance in Laravel
Optimizing Laravel performance involves a multi-faceted approach, focusing on database interactions (Eloquent), data retrieval speed (caching), and efficient handling of time-consuming tasks (queues). Eloquent Optimization: Eager Loadin...
Caching strategies (Redis, Memcached) in laravel
aravel offers robust caching capabilities, allowing developers to significantly improve application performance by storing frequently accessed data in temporary, fast storage. Redis and Memcached are popular choices for cache drivers due to their in-memory...
Caching strategies (Redis, Memcached) in nodejs
Caching in Node.js applications using in-memory data stores like Redis and Memcached can significantly improve performance and scalability by reducing the load on your primary data sources (e.g., databases). General Caching Strategy: ...
Good understanding of JavaScript/TypeScript (ES6+, async/await, modules)
A good understanding of modern JavaScript (ES6+) and TypeScript involves proficiency in key features for writing cleaner, more efficient, and robust code, particularly in managing asynchronous operations and organizing code into modules. Core Concepts E...
Integrating AI APIs (OpenAI, Claude) into applications
To integrate AI APIs like OpenAI or Claude, you first need to obtain an API key and securely store it, then make HTTP requests to the respective API endpoints from your application's backend. The request should include your API key, headers, and a JSON body ...
Working with microservices and Docker containers
orking with microservices and Docker containers involves encapsulating each independent service within its own Docker container. This approach leverages the benefits of containerization to enhance the development, deployment, and management of microservice...
Setting up CI/CD pipelines with GitHub Actions or Jenkins
etting up CI/CD pipelines with GitHub Actions or Jenkins involves defining automated workflows for building, testing, and deploying your code. GitHub Actions: Create a Workflow File: In your GitHub repository, create a directo...
design and test a scalable, secure Laravel backend for production
Designing and testing a scalable, secure Laravel backend for production involves several key considerations: 1. Scalability Design: Database Optimization: Design an efficient database schema with appropriate indexing. Choo...
Installing aaPanel on oracle cloud virtual machine
aaPanel is a free and open-source hosting control panel that can be installed on popular Linux distributions like Ubuntu, CentOS, Debian, etc. In this post, I would like to tell you step by step to installation instructions. You can use any cloud provider for...