RobotFramework with Pycharm using Linux for Beginners

Robotframework Introduction: Robotframework base is python, and available free as it is open source and used for test automation. RobotFramework is a general framework for test automation for acceptance testing. Robotframework uses keyword-driven testing technique that employs tabular test data syntax. RobotFramework uses keywords that are readable by humans and syntax used is very simple … Continue reading RobotFramework with Pycharm using Linux for Beginners

Zerodha Publisher API Integration : using Thyme-leaf Spring Boot

Stock trading has become very popular these days. Tech behind stock trading application has improved significantly over last few years. Complexity of adding stock trading option in your application has reduced significantly. This blog will help you for integrating publisher Trading API using Spring Boot and Thyme-leaf template. By using this you can place order … Continue reading Zerodha Publisher API Integration : using Thyme-leaf Spring Boot

Google Cloud Pub/Sub messages using Go package : pubsub

Package pubsub provides an easy way to publish and receive Google Cloud Pub/Sub messages, hiding the details of the underlying server RPCs (Remote Procedure Calls). Google Cloud Pub/Sub is a many-to-many, asynchronous messaging system that decouples senders and receivers. Publishing Google Cloud Pub/Sub messages are published to topics. Topics may be created using the pubsub package like: topic, err … Continue reading Google Cloud Pub/Sub messages using Go package : pubsub