@tushki
Nothing here yet.
Nothing here yet.
No blogs yet.
So I am building a web app, I am using golang as the server language but there are certain logic that is run best on python( stuff related to pandas and all). I have an endpoint that lets you upload a file and I want to parse that with pandas. Can yo...
I am looking for a framework or solution of some sort that let you create web apps which are primarily designed to be used with keyboards. So, requirements are list which can be traversed using arrow keys, change input focus based on tabs and backs...
So I am working on an app, that needs to play music. But in India, there are no API's which I can use. So I am thinking about using youtube to stream videos and play their music. Do you think this approach is appropriate? and does anyone know how to ...
So, what I want to do is create an API that takes an image and outputs a class based on machine learning algorithms. Now the machine learning model is written in python and I want to make the web server in Golang. Any ideas on how to use both these t...