Virendra Oswal
Virendra Oswal's Blog

Virendra Oswal's Blog

Follow
homeConnectAbout MeProjectsbadgesnewsletter
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

Distributed Threadpool using Apache Ignite

Dec 9, 20216 min read 867 views

Take your Isolated Threadpool to Distributed Threadpool within 5 minutes. · https://www.youtube.com/watch?v=c7xl_7aiKX0 What is Apache Ignite? Apache...

Distributed Threadpool using Apache Ignite

Access Ethereum Data via Web3.js and Infura.io

Sep 30, 20215 min read 1.0K views

5 minutes to kickstart the blockchain journey. · Recently I have been playing with Ethereum log and with the emergence of blockchain, a lot of tools...

Access Ethereum Data via Web3.js and Infura.io

FastAPI Deployment with Deta.sh Cloud

Aug 14, 20215 min read 1.2K views

Deploy FastAPI app in seconds using Deta.sh! · Be it a side project or some Proof of Concept, we want to get our services deployed and accessible as soon...

FastAPI Deployment with Deta.sh Cloud

Eclipse Code Templates Magic

Aug 9, 20214 min read 329 views

Build your own Code Assist in Eclipse within 5 minutes. · As a developer in today's world, it's all about how productive we are and reduce manual tasks...

Eclipse Code Templates Magic

Rate Limit APIs with Bucket4J via Java

Aug 7, 20216 min read 4.4K views

Learn how to limit calls to your API in Java via Bucket4J · To prevent APIs from getting overwhelmed or protect them from malicious attacks, API owners...

Rate Limit APIs with Bucket4J via Java

Golang deployment on Heroku

Jul 18, 20214 min read 906 views

Deploy your golang web application on Heroku PaaS. · In this blog post, we will deploy a simple golang HTTP service on Heroku which is one of the widely...

Golang  deployment on Heroku