General

shake hand
| 2 min read
Remember a very popular game which came out some years back and caused ripples of excitement for at least some months - yes, you guessed it right, it was Pokemon Go. With the user’s smartphone and camera, the game turned the real world into an augmented reality world which included Pokemon. Augmented Reality (AR) is an interesting field, just like Artificial Intelligence and if you think it is only meant for games, then think again!
ai
| 3 min read
Remember Pokemon Go? The game that once had everyone, from kids to adults, wandering around with their smartphones in pursuit of virtual creatures? This wasn't just a gaming fad. It was a groundbreaking example of how AR could blend the digital and physical worlds, creating an immersive experience. Pokemon Go demonstrated that AR has the potential to go beyond gaming, setting the stage for innovative marketing strategies.
Zyxware default image2
| 3 min read
In today’s digital world, one size fits all marketing is no longer relevant, instead, the focus is on contextual marketing and personalized customer experience across the entire sales funnel through digital platforms. Many businesses are working hard trying to build their customer engagement, but often fail because they are focused on any and all kind of interactions without considering the value that is added through the relationship. When a business uses Drupal 8 as its platform of choice, it takes ownership of the experience that is being delivered to customers.
Zyxware default image2
| 4 min read
Patternlab is a dynamic organizational and prototyping tool for Drupal theming. By theming with pattern lab, your custom theme allows us to manage and build components in accordance with the required workflow using atomic design concepts1. Using Pattern Lab for Drupal 8 Theming Instead of rendering default Drupal templates, we can introduce pattern lab to include twig files using atomic concepts. It allows us to include external twig files by overriding the specific templates.
Drupal Logo
| 5 min read
If you are a Drupal enthusiast, business owner, consultant or anyone one who loves web technology, this infographic will be useful for you. It explains the capabilities of Drupal in various aspects like types of project, integration capabilities, database choices, and interoperability. This infographic can be used as a quick check sheet for driving conclusions on technology choices.
Zyxware default image1
| 4 min read
Kraftwagen is an Open Source deployment tool that is built entirely on top of Drush. Kraftwagen makes Drupal “easy to use” for developers, who customize Drupal extensively, need staged deployments, and use version control systems to collaborate. It provides a set of commands for 'drush make' based Drupal development workflow.Benefits of using Kraftwagen for security updates By using Kraftwagen to deploy security updates, the benefits are multifold, which include
Zyxware default image2
| 2 min read
Visual studio code was developed by Microsoft. It is a lightweight code editor which uses less RAM when compared to PhpStorm. VS Code contains features like syntax highlighting, bracket-matching, auto-indentation, box-selection, snippets etc.
Zyxware default image4
| 5 min read
The realm of app development has grown tremendously in recent years, and the creation of an app is now well within the reach of any business, regardless of their size or budget. There are several mistakes that can potentially be made in the process that can lead to problems, costing a business time and money, among other things. Here are the top 8 mistakes that are most commonly made, so that you can become aware of them and learn how to avoid making these same mistakes.
Zyxware default image2
| 3 min read
While working on a project using git repository, if you want to create and switch to a new branch, then use: git checkout -b [my-branch-name] To simply checkout a branch, use: git checkout [my-branch-name] If you want to rename a branch when pointed to any other branch, you can type the following command: git branch -m [old-branch-name] [new-branch-name] To rename the current branch, use: git branch -m [new-branch-name]
Zyxware default image4
| 5 min read
Session hijacking is mimicking a different person by using that person’s session id. That is, if person A gets the session cookie information of person B and A stores that cookie in his web browser manually (similar to how B has stored the cookie in his browser). Then A can get the same access as that of B if that session file is present in the server. This is called session hijacking.
Zyxware default image1
| 7 min read
The concept of knowledge generation and dissemination is deeply embodied in the process of making a difference. Knowledge Partner Network will create an environment conducive to innovation, through research of new ideas and trends, consolidation of known systems and processes, personal interactions that instigate and forge inventive processes. Guidelines, use case scenarios, lessons learned, and good practice documents are the important content in the process of attempting to make knowledge expressible and applicable.
Zyxware default image3
| 3 min read
In one of my work, there was a requirement to uncheck the option for 'Generate automatic url alias' checkbox for all nodes. I used the Pathauto module with version 7.x-1.2 for handling standard urls in the site. When changing a node title, its URL automatically changes. In case one forgets to uncheck the option 'Generate automatic url alias' in the node editing form, you can uncheck the option with the following steps:
Hubspot Signup
| 2 min read
HubSpot CRM manage sales processes of organizations. We can create contacts, company, leads, tasks using direct HubSpot CRM UI or using APIs provided by HubSpot. Here we are going to look at the APIs to create, update and delete companies.Create a CompanyThis API is useful when we are integrating HubSpot with other site.https://api.hubapi.com/companies/v2/companies?hapikey=demo&portalId=62515Required Parameters to send Request