DrupalFront End DevelopmentSoftware development
Atomic Design is a powerful methodology for optimizing large-scale web projects with multiple contributors, providing a common foundation for the theme folder. With the rapid pace of technological innovation and the increasing demand for high-quality web pages, staying up-to-date with the latest techniques and tools is essential. Atomic CSS is one such technique that makes […]
What is Entity? Entities are usually recognizable concepts. For ex-employee of an organization such as persons, places, things, or events that have relevance to the database. Entities in Drupal provide a structured way of storing and managing data. Several types of entities included in Drupal core makeup both the configuration and content of a default […]
Developers get confused over the priority of unit test cases and integration test cases. Though both are important, when we are building services for clients, we are on a tight schedule, so completing the development is itself a challenge, let alone writing test cases. I always strive to write test cases, irrespective of the time […]
Big DataData & AnalyticsIndustry Buzz
AI is everywhere, but there’s less attention to the engine running behind it. Data Engineering is what makes the right data available at the right time for all these AI use cases. Happy that someone thought about it and organized this 2-day event DES2023, focused on Data Engineering in Bengaluru, where we got to hear […]
DrupalFront End DevelopmentSoftware development
CSS Grid is a two-dimensional layout that you can use to create responsive web items. The Grid items are arranged in columns, and you can easily position rows without messing with the HTML code. Benefits of CSS Grid: CSS Grid is very flexible and responsive. It makes it easy to create two-dimensional layouts. CSS Grid […]
FOR LINUX: You can install Docker Engine in different ways. Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. Below are the steps to install docker on your machine. sudo apt-get update […]
During the development journey, we may require to show unlimited data as no of users of a particular mobile application grows, so does the data associated with that application. Consider the image application, the user scrolls to the bottom of the screen and wants to be able to fetch more data from the server to […]
Workato is a powerful integration platform that enables businesses to connect their various applications and automate workflows. With its user-friendly interface and wide range of connectors, it offers a variety of use cases for organizations of all sizes and industries. One potential use case for Workato using Salesforce and Jira is to create a workflow […]
I’d recommend referring to the following blogs before proceeding further: Step-by-Step Guide to Creating a Controller in Drupal 8/9/10 Step-by-Step Guide to Creating a Custom Module in Drupal 9 You can use controllers to generate dynamic pages and return content in response to user requests. Sometimes, you may need to display content from a custom […]
DrupalFront End DevelopmentReact.js
Setup tailwind with react 1. create your project folder Open the terminal and navigate your created project, and then run the below command npx create-react-app react-demo. Once reactdemo app has been created, >> go to the react-demo folder >> run the “npm start” command 2. Install Tailwind CSS and generate the configuration file >> npm […]
Automation TestingManual TestingMarketing Automation
The debate about whether manual testing has fallen behind automation testing in popularity and demand is common among young QA engineers. However, instead of delving deeper into this topic, it is important to focus on the significance of test automation in today’s era. Undeniably, “Quality at Speed” has become the new mantra for companies and […]
Choose a module name: Choose a unique name for your module that reflects its purpose. For this example, we’ll use “custom_module”. Create the module folder: Create a folder with the same name as your module in your Drupal installation’s “modules” directory. Create the module file: In the module folder, create a file with the same […]