Oct 14, 2022 | API, React JS, REST API
This tutorial is a continuation of Part 1 of the How to Build a “Value Stocks” Screener Web Application (Using Java + Spring Boot) Series. This blog post will cover PART 2 – How to Create the Value Stocks Screener User Interface (UI). On the previous post, we finished...
Sep 13, 2022 | Java, REST API
When it comes to investing in the stock market, there are 4 strategies that investors should be familiar with before they even start buying their first stock — Value Investing, Growth Investing, Momentum Investing and Dollar-Cost Averaging. Warren Buffet, one of the...
Sep 3, 2022 | Python, REST API, Stocks
A few months ago I challenged myself to develop a simple Pre-market scanner without spending any money on subscriptions or APIs. I was able to do this using the web scraping technique. I blogged about this on How to Code your own Pre-market Stocks Scanner Web...
Oct 8, 2021 | API, Blockchain, Cryptocurrency, REST API
Binance users are familiar with this Portfolio screen on their phones. If you have bought or earned some crypto assets and are planning to sell them, you would want to see how much money have you made or lost so far. But the Binance mobile app makes it difficult for...
Jun 18, 2021 | API, Cryptocurrency, REST API
This tutorial was a result of Part Time Larry’s video TradingView Strategy Alert Webhooks with Binance API, Heroku, Python, and Flask. Below are the sections of this tutorial: Part 1 Setup TradingView Alert WebhookPart 2 Setup Binance API KeyPart 3 Setup...