SKSagar Kauravinsagarkaurav.hashnode.dev·Sep 11, 2025 · 6 min readWriting web API in Go by just using standard libraryOne the reason I prefer writing code in Go because of its feature rich standard library. You can go very far just using its standard library. Lets write small json api which only uses Go’s standard li00
SKSagar Kauravinsagarkaurav.hashnode.dev·Mar 25, 2021 · 8 min readFlask WTF forms Dynamic fields using JavascriptIn this blog, we will build dynamic forms using wtf forms in Flask. Sometimes we don't know how many fields the form will have and we have to add dynamics field to form on runtime either by javascript or by the backend. You can check out the complete...00
SKSagar Kauravinsagarkaurav.hashnode.dev·Mar 24, 2021 · 9 min readTracking database changes in Flask Sqlalchemy for audit logsIf you ever come across a situation where you need to track the changes in the database for auditing purposes or to make the history of all changes in the database. This kind of requirement often comes when we need to adhere to some kind of regulatio...01R
SKSagar Kauravinsagarkaurav.hashnode.dev·Mar 23, 2021 · 4 min readSome cookie security pit fall to avoid while web development.When you are doing web development there is a good chance you might forget some of the small security practices about cookies which may cause security issues or data leaks. So I am listing some of the basic points which need to be taken care of while...00
SKSagar Kauravinsagarkaurav.hashnode.dev·Mar 21, 2021 · 2 min readMy frontend mentor challenge solutionsIn the last 8 months, I did 15 Frontendmentor challenges ranging from Newbie to Advanced level. I have used different technologies starting from Tailwindcss to React and Alpinjs. I am not a frontend developer but If you are working in the web develop...00