Zoltan VaradiReactive JQuery using Vuex design patternI recently came across a project where I had to work with limited / legacy tools and frameworks. In particular, I had to build a dynamic…May 21, 20221May 21, 20221
Zoltan VaradiVS Code extensions for Go, Python, TypescriptIn my daily job I usually develop data heavy web apps/SaaS products for corporate clients.Feb 17, 2022Feb 17, 2022
Zoltan VaradiSlack notification for BigQuery results using GitHub ActionsHave you ever felt like this?Feb 11, 2022Feb 11, 2022
Zoltan VaradiTensorflow with GPU in docker on Google Compute EngineFirst install these on a new VM:Mar 1, 2021Mar 1, 2021
Zoltan VaradiLocal PostgreSQL docker container with PgAdmin4The other day, I had to do some quick data wrangling with some client’s data, decided to just dump their data and spin up a local…Nov 16, 2020Nov 16, 2020
Zoltan VaradiLocal MySQL container using docker-composeYou'll learn how to set up MySQL container for your local development using docker compose. You can easily start it and shut it down when…Jul 30, 2020Jul 30, 2020
Zoltan VaradiFlask API — How to return response but continue executionTLDR; After receiving the API request, create a new thread and run your function there. You can pass your desired data in kwargs.Jul 29, 20206Jul 29, 20206