Skip to main content
  • Mahi is Multipurpose Drupal theme

    Mahi Theme is packed full of all the amazing features and options for you to create a successful website

    Multipurpose Drupal theme
  • Welcome To Drupar Design Studio

    We present you material design. We put our hearts and soul into making every project.

    Drupar Design Studio
  • We Create Awesome Drupal Themes!

    Our themes are of high quality, flexible and beautifully crafted that stand out of crowd.

    Awesome Drupal Theme

Understanding the “data-no-turbolink” Attribute in HTML

In web development, you might encounter situations where you need to control how links or elements behave during navigation. One way to do this is by using the data-no-turbolink attribute in your HTML. In this post, well explore what this attribute does and how you can use it effectively.

Category
Tags

Laravel design patterns

Laravel is a popular PHP framework that is known for its elegant syntax and advanced features. In addition to its features, Laravel also has a strong emphasis on design patterns. Design patterns are solutions to common software design problems that have been tested and proven to work well. By using design patterns in Laravel, developers can create more efficient and maintainable code.

Category
Tags

Web Scraping with Python

Web scraping is a technique used to extract data from websites. It involves making HTTP requests to a website's server, downloading the HTML of the web page, and then parsing that HTML to extract the data you're interested in. Python is a popular language for web scraping because of its libraries like Beautiful Soup and Scrapy.

Category
Tags

WordPress Vs Drupal

When it comes to building a website, there are a plethora of options available to choose from. Two of the most popular content management systems (CMS) on the market today are WordPress and Drupal. Both platforms offer a range of features and capabilities, but they are designed for different types of users and websites.

Category

Setting up development blog

Creating a development blog can be a great way to share your programming knowledge and experiences with others. Whether you're a beginner or an experienced developer, a blog can be a great platform to showcase your work and connect with other developers in the community.

Here are the steps to setting up your development blog:

Category
Tags

What is blockchain

Blockchain in simple terms:

Blockchain is a digital ledger technology that records and verifies transactions. It is essentially a chain of blocks, where each block contains a group of transactions. These blocks are linked together in chronological order, forming a chain. Once a block is added to the chain, the information it contains cannot be altered or deleted.
Category

Set up Laravel in few steps

Laravel is a free, open-source PHP web framework used for web application development. It follows the Model-View-Controller (MVC) architectural pattern and is known for its elegant syntax and tools for tasks such as routing, authentication, and caching. In this blog post, we will go through the steps of setting up a Laravel application on your local machine.

Category
Tags