Handling SPATIAL Data using REDSHIFT & LAMBDA

Purpose of the Article: In this blog, we have explained how we can process spatial data using AWS services. Intended Audience: This POC/blog will help developers working on geometry data. Tools and Technology: AWS services Keywords: Loading a shapefile into Amazon Redshift Objective Discuss how we can handle spatial data using Redshift & lambda An […]
Reading Currency Converting Api Using Pycharm And Uploading The Transformed Data To Snowflake

Purpose of the Article: To analyze the value of the currency in every country and query the same. we also established connections between API and PyCharm and also between PyCharm and SNOWFLAKE Intended Audience: Those benefiting out of the article. Tools and Technology: Pycharm, Snowflake Keywords: Pycharm, Python, Snowflake, Database, Table, Currency, API, Transformation, Integrated Development […]
Python-Stand-Alone Application

Purpose of the Article: Execute python code without having Python installed in the system, which will be used for NON-TECHNICAL Persons. Intended Audience: Python Developers Tools and Technology: Python Keywords: PyInstaller, Single Executable file, non-Technical HOW TO CREATE A PYTHON STAND-ALONE APPLICATION? INTRODUCTION As most of us know, Python is the most flexible Programming language and […]
WordPress REST APIs

Purpose of the Article: To Learn about WordPress Rest APIs Intended Audience: PHP Developers Tools and Technology: WordPress Keywords: WordPress Rest API What Is API? APIs are the interfaces that allow two programs to communicate with each other. Your browser requests the web server hosting the site to inter-communicate, whenever you visit that website. The […]
Programming Knowledge on GOLang

Purpose of the Article: To explain a few GoLang programs. Intended Audience: Everyone who is new to Go Programming Language. Tools and Technology: Visual Studio Code and GOLang. Keywords: GO, GOLang, .go, Programs, Palindrome, Reverse a given string. Programming Knowledge on GOLang The Programs that I am going to discuss are: How to check if […]
Secure Browsing

Purpose of the Article: How to Browse the Internet safely? Intended Audience: Whoever uses the Internet. Tools and Technology: Cyber Security Keywords: Cyber Security, Data Security, InfoSec Do You Think Unethical Websites are the Only Places Users are Infected with Spyware? You are in for an imagination. Spyware is malicious software that steals information like […]
Introduction to Database Migration with Flyway and Spring Boot

Purpose of the Article: To introduce basics of data migration using Flyway Intended Audience: All Developers Tools and Technology: Intellij Idea, Gradle, Flyway, Spring Boot Keywords: Flyway, database, migration, spring boot, SQL scripts versioning Why Database Migrations? Database migrations provide solution to many challenges we face while maintaining and deploying scripts manually. Challenges such as […]
Full-stack observability for Cisco Contact Center using AppDynamics

Purpose of the Article: Benefits of Full stack observability for Cisco Contact Center Intended Audience: Managed services/BPS/Telecom Tools and Technology: Monitoring Tools – AppDynamics, ThousandEyes Keywords: monitoring tools, contact center, APM, full-stack FSO for Contact Center: Full Stack Observability for Cisco’s Contact Center Enterprise What is Full-Stack Observability for Contact Centers? The “Why” FSO Benefits […]
Creating Calendar and Scheduler Components Using Day-Pilot Pro Library in Angular

Purpose of the Article: This article helps developers to implement their own Calendar and Scheduler features. Intended Audience: Mobile Developers using React Native Framework Tools and Technology: Angular and Day-pilot Library. Keywords: Angular, Day-Pilot library, Calendar, Scheduler. In this blog, I will explain the following things. What is Day-Pilot Library? How to create a calendar […]
PART 2: All About Code Coverage in React Native Unit Testing

Purpose of the Article: To spread awareness of increasing code coverage adequately in React Native, for which limited resources/material is available on the public domain Intended Audience: Mobile Developers using React Native Framework Tools and Technology: VS Code, React Native, TypeScript, Jest Keywords: Unit Testing, React Native, Testing Library, Jest, Mocking Libraries, Code Coverage Unit […]