Drupal, Front End Development, Software 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 […]
Drupal, Front End Development, Software 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 […]
Digital Engineering, Digital Transformation, Product Engineering
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 […]
Automation Testing, Manual Testing, Marketing 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 […]
Intro We’ll be rebuilding the starbucks app pay button. Not only does this have a floating button, it has 2 other floating buttons, and a circular background cover that shoots out to allow you to focus on the options. These other 2 floating buttons will appear when user will press the floating pay button with […]
Software development, Technology
A design system is a collection of rules, guidelines, and assets that ensure consistency and coherence in the design of a product. It is a way to maintain a coherent and consistent user experience across a range of platforms and devices. A well-designed system can make it easier for designers, developers, and other stakeholders to […]
Front End Development, Software development, Technology
What is a Front-end Architect? A front-end architect is a technical specialist that focuses on designing and creating a website’s user interface (UI) and user experience (UX). They are in charge of building a website’s structure, layout, and functionality so that it satisfies both business requirements and user expectations. They collaborate closely with project managers, […]
Front End Development, Software development, Technology
What is a Full Stack Developer? A fullstack developer is a software developer proficient in both the front-end and back-end technologies required to create web applications. The phrase “full stack” describes the entire spectrum of technologies used in creating a web application, including client-side scripting, server-side logic, and database administration. A fullstack developer’s major responsibility […]
React.js, Software development
In my previous blog, I showed how we could create a collection in strapi that could further be used as input data to a dynamic form component to render a form as per users requirements. Create a React Project Create a project using create react app. Refer https://reactjs.org/docs/create-a-new-react-app.html in case of any issues. Install axios […]