Front End DevelopmentSoftware developmentTechnology
With the constantly evolving digital landscape, creating experiences that cater to diverse user needs is both a challenge and a necessity. One of the most significant shifts in recent years has been the growing importance of web accessibility. Ensuring that web applications and websites are accessible to individuals with disabilities has become not only a […]
Big DataData & AnalyticsDevOps
In today’s world, handling complex tasks and automating them is crucial. Apache Airflow is a powerful tool that helps with this. It’s like a conductor for tasks, making everything work smoothly. When we use Airflow with Docker, it becomes even better because it’s flexible and can be easily moved around. In this blog, we’ll explain […]
Flutter, Google’s open-source UI software development toolkit, is gaining popularity day by day for its ability to create beautiful and highly customisable user interfaces. Flutter is now becoming a better option to create and deliver cross-platform apps. In this blog post, we will dive into creating a reusable circular view component in Flutter that dynamically […]
React, a widely used JavaScript library for building user interfaces provides a powerful and efficient way to manage application state. Proper state management is crucial for creating interactive and responsive web applications. In this blog, we will explore various techniques and libraries for effective state management in React. Understanding State in React In React, state […]
Technology conferences have always been a wellspring of inspiration and knowledge, and the PyDelhi Conference held at the University of Delhi campus on August 19th – 20th, 2023, was no exception. A couple of us from the Python competency team of TO THE NEW had the privilege of attending this remarkable event. The event comprises […]
AdobeJava/JVMWeb Content Management
Introduction As developers, we strive to maintain high code quality and ensure that our software is both functional and maintainable. Two essential tools for achieving this are Checkstyle and code coverage analysis. In this blog post, we’ll explore how to integrate these plugins into your Adobe Experience Manager (AEM) codebase to boost your code quality […]
Views style plugins, such as tables and lists, serve the purpose of presenting a view in various display formats. The built-in plugins usually suffice for basic displays, and customising them by overriding their template files through theming is often a simple solution for most customization needs. However, when dealing with more intricate display scenarios, particularly […]
In today’s fast-paced digital landscape, businesses thrive or falter based on their ability to harness and make sense of data in real time. Apache Kafka, an open-source distributed event streaming platform, has emerged as a pivotal tool for organizations aiming to excel in the world of data-driven decision-making.In this blog post, we’ll be Implementing Apache […]
Introduction For newbies, the world of automated testing might be intimidating. But do not worry, the Robot Framework will make the transition to automated testing simple. In this blog post, we’ll demystify the Robot Framework in simple language so that even if you’re unfamiliar with testing or programming, you can still understand the fundamentals. What […]
Roughly over a decade ago, online shopping was such a taboo that the majority of buyers from around the world hesitated in buying products online. There was a fear of phishing and online scams around the web to trick shoppers into giving out their personal information. Nowadays, almost everyone you come across has recently purchased […]
Appium is a powerful open-source automation framework that has gained immense popularity among developers and testers for mobile app testing. However, getting started with Appium setup can be a daunting task for beginners. In this blog, we will walk you through a step-by-step guide to simplify the process and help make your Appium setup easier. […]
Big DataData & AnalyticsSoftware development
Setup: Download the optimal version of Astro for your Windows system from link. Rename the downloaded file to “astro.exe” and save it. Add the file path to environment variables. To check if Astro has been configured correctly, run “astro” command On cmd. After the successful configuration of Astro CLI, you should get a response like […]