Reading API Data and Loading it into a PostgreSQL Database
Purpose of the article: This blog post will guide you through the process of fetching data from an API and seamlessly loading it into a PostgreSQL database using Python. Intended Audience: Data engineers, python developers, full-stack developers Tools and Technology: Python, PostgreSQL Keywords: APIs (Application Programming Interfaces) , SQL alchemy, DataFrame , Normalization ,JSON data. […]
Automating API Data Transfer to Snowflake
Purpose of the article: This blog explains about the process of how to automate data migration from Amazon vendor Central to Snowflake using Python and SP API. Intended Audience: This article will help developers who work with API, Amazon Vendor Central and Amazon Seller Central, Snowflake. Tools and Technology: Python, Snowflake, AWS, SP API. Keywords: […]
GitHub Copilot: A Revolution in Code Development
Purpose of the article: It aims to inform developers about the innovative nature of Copilot, its integration with Visual Studio Code, and how it enhances coding experiences through intelligent suggestions and support for multiple programming languages and frameworks. The article aims to generate interest and awareness among developers about this revolutionary tool. Intended Audience: UI/UX, […]
CSS & UI Unveiled: I/O 2023 Insights
Purpose of the article: The recent enhancements to the web UI aim to elevate user experience by introducing innovative features such as CSS nesting, dynamic viewport units, and complex queries using nth-of selection. These updates ensure smooth functionality across different browsers, providing users with greater design flexibility and an exciting, seamless interaction. Intended Audience: UI/UX, […]
Customize CloudWatch Logs with Lambda Function
Purpose of the article: To explain how to create a new cloud watch log group, log stream with user defined names, and pass a log message to defined log group from lambda function. Intended Audience: Python, AWS services (IAM, Lambda, CloudWatch) Tools and Technology: Python, AWS services (IAM, Lambda, CloudWatch) Keywords: IAM, Lambda, CloudWatch Introduction […]
Get Multiple format files and updated files from Salesforce to Azure Blob storage
Purpose of the article: This blog explains how to get updated and modified files from Salesforce to Azure blob storage. Intended Audience: This article will help our Organizational level kind of developers working on Salesforce to Azure Blob Storage by using Logic apps. Tools and Technology: Salesforce to Azure Blob Storage Keywords: Getting multiple, modified, […]
E-Commerce Application Testing
Purpose of the article: The purpose of this blog is to highlight important elements of e-commerce app and key test to perform of on each of those elements. Intended Audience: Automation Engineers /QA Managers/ QA Director/QA Organizations Tools and Technology: Manual Testing Keywords: E-Commerce Testing Introduction E-commerce, short for electronic commerce, pertains to businesses relying […]
Crafting Maintainable React Code: A Guide To React Coding Standards – Part 2
Purpose of the article: This article provides a comprehensive guide to implementing coding standards and best practices for writing maintainable React code. It covers essential topics such as folder structure, naming conventions, component structure, state management, styling, and code quality. By following these coding standards, development teams can build React applications that are scalable, readable, […]
Crafting Maintainable React Code: A Guide To React Coding Standards – Part 1
Purpose of the article: This article provides a comprehensive guide to implementing coding standards and best practices for writing maintainable React code. It covers essential topics such as folder structure, naming conventions, component structure, state management, styling, and code quality. By following these coding standards, development teams can build React applications that are scalable, readable, […]
Shift Roster Automation
Purpose of the article: To guide the reader through the process of automating shift roster using Python. Intended Audience: This POC/Blog will be helpful for Managers/Supervisors, Human Resources(HR) Professionals, Employees, Schedulers/Planners. Tools and Technology: Python and PyCharm Keywords: Python, Excel data and PyCharm Introduction: Managing shift rosters manually can be a time-consuming and error-prone task. […]